Commit 284b0deb authored by Jérome Perrin's avatar Jérome Perrin

LabelField was missing (this is what you want if your stringfields are now escaped r11855 )



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdc487f6
......@@ -138,6 +138,8 @@ def initialize( context ):
'www/FileField.gif')
FieldRegistry.registerField(StandardFields.LinkField,
'www/LinkField.gif')
FieldRegistry.registerField(StandardFields.LabelField,
'www/LabelField.gif')
FieldRegistry.registerField(MultiLinkField.MultiLinkField,
'www/LinkField.gif')
FieldRegistry.registerField(InputButtonField.InputButtonField,
......
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