Commit 14e0ca9b authored by Amos Latteier's avatar Amos Latteier

Added an Import/Export tab to the Products folder. This makes it easier to...

Added an Import/Export tab to the Products folder. This makes it easier to import and export Control Panel Products.
parent 2a88fcc3
......@@ -125,6 +125,7 @@ class ProductFolder(Folder):
manage_options=(
{'label':'Contents', 'action':'manage_main'},
{'label':'Properties', 'action':'manage_propertiesForm'},
{'label':'Import/Export', 'action':'manage_importExportForm'},
{'label':'Security', 'action':'manage_access'},
{'label':'Undo', 'action':'manage_UndoForm'},
{'label':'Find', 'action':'manage_findFrame'},
......
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