Log message for revision 78548:
- enabled 'Components' ZMI tab
Changed:
U CMF/trunk/CMFCore/PortalFolder.py
-=-
Modified: CMF/trunk/CMFCore/PortalFolder.py
===================================================================
--- CMF/trunk/CMFCore/PortalFolder.py 2007-08-02 18:33:38 UTC (rev 78547)
+++ CMF/trunk/CMFCore/PortalFolder.py 2007-08-02 18:34:03 UTC (rev 78548)
@@ -59,8 +59,12 @@
description = ''
- manage_options = ( Folder.manage_options +
- CMFCatalogAware.manage_options )
+ manage_options = ( Folder.manage_options[:1]
+ + ({'label': 'Components',
+ 'action': 'manage_components'},)
+ + Folder.manage_options[1:]
+ + CMFCatalogAware.manage_options
+ )
def __init__(self, id, title='', description=''):
self.id = id
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins