Commit 3576f9ee authored by Alexandre Boeglin's avatar Alexandre Boeglin

Removed some useless commented lines.

Please also note from previous cvs log mesage :

- the new action category is "object_button", not "action_button"
- erp5_html_style/list_menu_box also needs to be modified, depending on
the template your form is using.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3307 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8bf28845
......@@ -173,13 +173,6 @@ class PatchedActionInformation(ActionInformation.oldActionInformation):
)
ActionInformation.ActionInformation = PatchedActionInformation
#ActionInformation.security = PatchedActionInformation.security
#ActionInformation.__init__ = PatchedActionInformation.__init__
#ActionInformation.getAction = PatchedActionInformation.getAction
#ActionInformation._getIconObject = PatchedActionInformation._getIconObject
#ActionInformation.getIconExpression = PatchedActionInformation.getIconExpression
#ActionInformation.setIconExpression = PatchedActionInformation.setIconExpression
#ActionInformation.clone = PatchedActionInformation.clone
from Products.CMFCore.ActionProviderBase import ActionProviderBase
from Products.CMFCore.ActionInformation import ActionInformation
......
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