Commit 80a7b15e authored by Aurel's avatar Aurel

use right dtml file


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4951 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9eca1399
...@@ -93,7 +93,7 @@ class TemplateTool (BaseTool): ...@@ -93,7 +93,7 @@ class TemplateTool (BaseTool):
security = ClassSecurityInfo() security = ClassSecurityInfo()
security.declareProtected( Permissions.ManagePortal, 'manage_overview' ) security.declareProtected( Permissions.ManagePortal, 'manage_overview' )
manage_overview = DTMLFile( 'explainRuleTool', _dtmldir ) manage_overview = DTMLFile( 'explainTemplateTool', _dtmldir )
def getInstalledBusinessTemplate(self, title, **kw): def getInstalledBusinessTemplate(self, title, **kw):
""" """
......
...@@ -50,7 +50,7 @@ class TrashTool(BaseTool): ...@@ -50,7 +50,7 @@ class TrashTool(BaseTool):
security = ClassSecurityInfo() security = ClassSecurityInfo()
security.declareProtected(Permissions.ManagePortal, 'manage_overview' ) security.declareProtected(Permissions.ManagePortal, 'manage_overview' )
manage_overview = DTMLFile( 'explainRuleTool', _dtmldir ) manage_overview = DTMLFile( 'explainTrashTool', _dtmldir )
def backupObject(self, trashbin, container_path, object_id, save, **kw): def backupObject(self, trashbin, container_path, object_id, save, **kw):
""" """
......
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