Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Dec 31, 1997
1 parent 26a4105 commit e0fbe39
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions DraftFolder.py
Expand Up @@ -14,8 +14,8 @@
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
Expand All @@ -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',
Expand All @@ -55,7 +54,7 @@ class DraftFolder(Persistence.Persistent,
):

meta_type='Draft Folder'
icon='DraftFolderIcon'
icon='misc_/OFSP/DraftFolderIcon'
isPrincipiaFolderish=1

manage_options=(
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit e0fbe39

Please sign in to comment.