Commit cf3f988c authored by Jim Fulton's avatar Jim Fulton

Got rid of some targets!

parent accff8b5
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
Folders are the basic container objects and are analogous to directories. Folders are the basic container objects and are analogous to directories.
$Id: Folder.py,v 1.63 1999/02/16 15:55:43 brian Exp $""" $Id: Folder.py,v 1.64 1999/02/18 18:55:46 jim Exp $"""
__version__='$Revision: 1.63 $'[11:-2] __version__='$Revision: 1.64 $'[11:-2]
import Globals, SimpleItem, Acquisition, mimetypes, content_types import Globals, SimpleItem, Acquisition, mimetypes, content_types
from Globals import HTMLFile from Globals import HTMLFile
...@@ -160,18 +160,12 @@ class Folder(ObjectManager, PropertyManager, RoleManager, SimpleItem.Item, ...@@ -160,18 +160,12 @@ class Folder(ObjectManager, PropertyManager, RoleManager, SimpleItem.Item,
) )
manage_options=( manage_options=(
{'label':'Contents', 'action':'manage_main', {'label':'Contents', 'action':'manage_main'},
'target':'manage_main'}, {'label':'Properties', 'action':'manage_propertiesForm'},
{'label':'Properties', 'action':'manage_propertiesForm', {'label':'Import/Export', 'action':'manage_importExportForm'},
'target':'manage_main'}, {'label':'Security', 'action':'manage_access'},
{'label':'Import/Export', 'action':'manage_importExportForm', {'label':'Undo', 'action':'manage_UndoForm'},
'target':'manage_main'}, {'label':'Find', 'action':'manage_findFrame'},
{'label':'Security', 'action':'manage_access',
'target':'manage_main'},
{'label':'Undo', 'action':'manage_UndoForm',
'target':'manage_main'},
{'label':'Find', 'action':'manage_findFrame',
'target':'manage_main'},
) )
__ac_permissions__=( __ac_permissions__=(
......
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