Commit 7e4c603d authored by Stephan Richter's avatar Stephan Richter

Now the new STX-formatted Help Content is being used.

parent cba26898
......@@ -113,9 +113,9 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item):
manage_options=(
{'label':'Properties', 'action':'manage',
'help':('OFSP','Common-Instance-Property-Sheet_Properties.dtml')},
'help':('OFSP','Properties.dtml')},
{'label':'Define Permissions', 'action':'manage_security',
'help':('OFSP','Common-Instance-Property-Sheet_Define-Permissions.dtml')},
'help':('OFSP','ZClass_Define-Permissions.stx')},
)
__ac_permissions__=(
......
......@@ -584,18 +584,18 @@ class ZObject:
manage_options=(
{'label': 'Methods', 'action' :'propertysheets/methods/manage',
'help':('OFSP','ZClass_Methods.dtml')},
'help':('OFSP','ZClass_Methods.stx')},
{'label': 'Basic', 'action' :'propertysheets/basic/manage',
'help':('OFSP','ZClass_Basic.dtml')},
'help':('OFSP','ZClass_Basic.stx')},
{'label': 'Views', 'action' :'propertysheets/views/manage',
'help':('OFSP','ZClass_Views.dtml')},
'help':('OFSP','ZClass_Views.stx')},
{'label': 'Property Sheets', 'action' :'propertysheets/common/manage',
'help':('OFSP','ZClass_Property-Sheets.dtml')},
'help':('OFSP','ZClass_Property-Sheets.stx')},
{'label': 'Permissions',
'action' :'propertysheets/permissions/manage',
'help':('OFSP','ZClass_Permissions.dtml')},
'help':('OFSP','ZClass_Permissions.stx')},
{'label': 'Security', 'action' :'manage_access',
'help':('OFSP','ZClass_Define-Permissions.dtml')},
'help':('OFSP','Security-DefinePermissions.stx')},
)
ZStandardSheets=ZObject
......
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