Commit 50383cc1 authored by Alexandre Boeglin's avatar Alexandre Boeglin

finish fixing bug #393 (see r12674)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63857980
...@@ -437,7 +437,6 @@ class Catalog( Folder, ...@@ -437,7 +437,6 @@ class Catalog( Folder,
'help': ('OFSP','ObjectManager_Contents.stx')}, 'help': ('OFSP','ObjectManager_Contents.stx')},
{'label': 'Catalog', # TAB: Catalogged Objects {'label': 'Catalog', # TAB: Catalogged Objects
'action': 'manage_catalogView', 'action': 'manage_catalogView',
'target': 'manage_main',
'help':('ZCatalog','ZCatalog_Cataloged-Objects.stx')}, 'help':('ZCatalog','ZCatalog_Cataloged-Objects.stx')},
{'label': 'Properties', # TAB: Properties {'label': 'Properties', # TAB: Properties
'action': 'manage_propertiesForm', 'action': 'manage_propertiesForm',
...@@ -446,11 +445,9 @@ class Catalog( Folder, ...@@ -446,11 +445,9 @@ class Catalog( Folder,
'action': 'manage_catalogFilter',}, 'action': 'manage_catalogFilter',},
{'label': 'Find Objects', # TAB: Find Objects {'label': 'Find Objects', # TAB: Find Objects
'action': 'manage_catalogFind', 'action': 'manage_catalogFind',
'target':'manage_main',
'help':('ZCatalog','ZCatalog_Find-Items-to-ZCatalog.stx')}, 'help':('ZCatalog','ZCatalog_Find-Items-to-ZCatalog.stx')},
{'label': 'Advanced', # TAB: Advanced {'label': 'Advanced', # TAB: Advanced
'action': 'manage_catalogAdvanced', 'action': 'manage_catalogAdvanced',
'target':'manage_main',
'help':('ZCatalog','ZCatalog_Advanced.stx')}, 'help':('ZCatalog','ZCatalog_Advanced.stx')},
{'label': 'Undo', # TAB: Undo {'label': 'Undo', # TAB: Undo
'action': 'manage_UndoForm', 'action': 'manage_UndoForm',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment