fix some i18n with the DataForm edit form

This commit is contained in:
Colin Kuskie 2008-06-16 22:25:28 +00:00
parent feda6ce1ec
commit 3bed35a223
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- fixed: Cannot Instantiate Template
- fixed: Adding Donation Asset breaks style template
- fixed: Adding Flat Discount Coupon causes "Problem w/ Request" error
- fixed: No label for yes/no radio buttons
7.5.12
- skipping this release

View file

@ -248,6 +248,7 @@ sub definition {
},
label => $i18n->get('defaultView'),
hoverHelp => $i18n->get('defaultView description'),
tab => 'display',
},
acknowledgement => {
fieldType => "HTMLArea",
@ -285,8 +286,11 @@ sub definition {
hoverHelp => $i18n->get('group to view entries description'),
},
useCaptcha => {
tab => 'properties',
fieldType => "yesNo",
defaultValue => 0,
label => $i18n->get('editForm useCaptcha label'),
hoverHelp => $i18n->get('editForm useCaptcha description'),
},
fieldConfiguration => {
fieldType => 'hidden',