Commit e9fc9c4e authored by Bartek Górny's avatar Bartek Górny

the recent improvement was made by Klaus Wolfel

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10660 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6637aaae
...@@ -36,7 +36,6 @@ class InputButtonWidget(Widget.Widget): ...@@ -36,7 +36,6 @@ class InputButtonWidget(Widget.Widget):
Displays an input button. Displays an input button.
To hide the button label, apply
""" """
property_names = Widget.Widget.property_names + ['name', 'extra'] property_names = Widget.Widget.property_names + ['name', 'extra']
......
...@@ -141,7 +141,7 @@ def initialize( context ): ...@@ -141,7 +141,7 @@ def initialize( context ):
FieldRegistry.registerField(MultiLinkField.MultiLinkField, FieldRegistry.registerField(MultiLinkField.MultiLinkField,
'www/LinkField.gif') 'www/LinkField.gif')
FieldRegistry.registerField(InputButtonField.InputButtonField, FieldRegistry.registerField(InputButtonField.InputButtonField,
'www/StringField.gif') 'www/StringField.gif')
# some helper fields # some helper fields
FieldRegistry.registerField(HelperFields.ListTextAreaField) FieldRegistry.registerField(HelperFields.ListTextAreaField)
......
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