Commit 3cd420ec authored by Jérome Perrin's avatar Jérome Perrin

Describe ClassTool in the ZMI


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14742 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 143d7a4c
......@@ -157,7 +157,7 @@ if allowClassTool():
)
security.declareProtected( Permissions.ManagePortal, 'manage_overview' )
manage_overview = DTMLFile( 'explainDocumentTool', _dtmldir )
manage_overview = DTMLFile( 'explainClassTool', _dtmldir )
security.declareProtected( Permissions.ManagePortal, 'manage_viewPropertySheetList' )
manage_viewPropertySheetList = DTMLFile( 'viewPropertySheetList', _dtmldir )
......
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p>Explain SimulationTool</p>
<p>Class Tool is a Tool to manage Document, PropertySheets and Constraits
through the web.</p>
<dtml-var manage_page_footer>
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