Removed duplicated column attributes
authorThierry Florac <thierry.florac@onf.fr>
Tue, 16 Jan 2018 15:25:51 +0100
changeset 330 64a67d202ad4
parent 329 f4566bf0c917
child 331 13fe16d59682
Removed duplicated column attributes
src/pyams_content/shared/site/zmi/container.py
--- a/src/pyams_content/shared/site/zmi/container.py	Tue Jan 16 15:25:25 2018 +0100
+++ b/src/pyams_content/shared/site/zmi/container.py	Tue Jan 16 15:25:51 2018 +0100
@@ -391,11 +391,6 @@
 class SiteContainerTreeOwnerColumn(SharedToolDashboardOwnerColumn):
     """Site container tree owner column"""
 
-    _header = _("Owner")
-    cssClasses = {'th': 'col-xs-hide',
-                  'td': 'col-xs-hide'}
-    weight = 35
-
     def getValue(self, obj):
         target = obj.get_target() if IContentLink.providedBy(obj) else obj
         if ISharedContent.providedBy(target):