Commit 1fddf7a3 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent cdb01db9
......@@ -14,8 +14,8 @@ Provide an area where people can work without others seeing their changes.
A Draft folder is a surrogate for a folder. It get\'s subobjects by
gettingthem from a session copy of a base folder.
$Id: DraftFolder.py,v 1.7 1997/12/31 17:17:04 brian Exp $'''
__version__='$Revision: 1.7 $'[11:-2]
$Id: DraftFolder.py,v 1.8 1997/12/31 19:27:10 jim Exp $'''
__version__='$Revision: 1.8 $'[11:-2]
import time, OFS.SimpleItem, AccessControl.Role
import Persistence, Acquisition, Globals
......@@ -38,9 +38,8 @@ def hack(self):
'action':'manage_main', 'target':'manage_main'},
{'icon':'OFS/Properties_icon.gif', 'label':'Properties',
'action':'manage_propertiesForm', 'target':'manage_main'},
{'icon':'AccessControl/AccessControl_icon.gif',
'label':'Security',
'action':'manage_rolesForm', 'target':'manage_main'},
{'icon':'', 'label':'Security',
'action':'manage_access', 'target':'manage_main'},
{'icon':'App/undo_icon.gif', 'label':'Undo',
'action':'manage_UndoForm', 'target':'manage_main'},
{'icon':'OFS/DraftFolderControl.gif', 'label':'Supervise',
......@@ -55,7 +54,7 @@ class DraftFolder(Persistence.Persistent,
):
meta_type='Draft Folder'
icon='DraftFolderIcon'
icon='misc_/OFSP/DraftFolderIcon'
isPrincipiaFolderish=1
manage_options=(
......@@ -211,6 +210,9 @@ class Supervisor(AccessControl.User.UserFolder, Session.Session):
##############################################################################
#
# $Log: DraftFolder.py,v $
# Revision 1.8 1997/12/31 19:27:10 jim
# *** empty log message ***
#
# Revision 1.7 1997/12/31 17:17:04 brian
# Security update
#
......
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