Commit bd3b3e48 authored by 's avatar

Added security info

parent 040ab7d5
"""Document object""" """Document object"""
__version__='$Revision: 1.33 $'[11:-2] __version__='$Revision: 1.34 $'[11:-2]
from Globals import HTML, HTMLFile from Globals import HTML, HTMLFile
from string import join,split,strip,rfind,atoi from string import join,split,strip,rfind,atoi
...@@ -31,7 +31,7 @@ class Document(HTML, RoleManager, SimpleItem.Item_w__name__, ...@@ -31,7 +31,7 @@ class Document(HTML, RoleManager, SimpleItem.Item_w__name__,
'action':'', 'target':'manage_main', 'action':'', 'target':'manage_main',
}, },
{'icon':'', 'label':'Security', {'icon':'', 'label':'Security',
'action':'manage_rolesForm', 'target':'manage_main', 'action':'manage_access', 'target':'manage_main',
}, },
) )
......
"""Image object""" """Image object"""
__version__='$Revision: 1.17 $'[11:-2] __version__='$Revision: 1.18 $'[11:-2]
from Persistence import Persistent from Persistence import Persistent
from Globals import HTMLFile from Globals import HTMLFile
...@@ -29,7 +29,7 @@ class File(Persistent,RoleManager,SimpleItem.Item_w__name__, ...@@ -29,7 +29,7 @@ class File(Persistent,RoleManager,SimpleItem.Item_w__name__,
'action':'index_html', 'target':'manage_main', 'action':'index_html', 'target':'manage_main',
}, },
{'icon':'', 'label':'Security', {'icon':'', 'label':'Security',
'action':'manage_rolesForm', 'target':'manage_main', 'action':'manage_access', 'target':'manage_main',
}, },
{'icon':'', 'label':'Undo', {'icon':'', 'label':'Undo',
'action':'manage_UndoForm', 'target':'manage_main', 'action':'manage_UndoForm', 'target':'manage_main',
......
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