diff --git a/lib/WebGUI/i18n/English/Asset_DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm index b6ea6932d..489add67b 100644 --- a/lib/WebGUI/i18n/English/Asset_DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -491,7 +491,7 @@ field.|, }, 'field_loop' => { - message => q|A loop containing all of the field information.|, + message => q|A loop containing all of the field information. From outside the field_loop it's also possible to access all form fields directly. To accomplish this you should use these variables. Call them with field.noloop.fieldName.property, where fieldName is the name of the field (not the label) and property is anyone of the properties supplied by the field_loop. If you want the form tag of field 'name' you should use field.noloop.name.form anywhere in your template. If you want to know if the field is required use field.noloop.name.isRequired.|, lastUpdated => 1149392054, }, @@ -555,11 +555,6 @@ field.|, lastUpdated => 1149392054, }, - '' => { - message => q|From outside the field_loop it's also possible to access all form fields directly. To accomplish this you should use these variables. Call them with field.noloop.fieldName.property, where fieldName is the name of the field (not the label) and property is anyone of the properties supplied by the field_loop. If you want the form tag of field 'name' you should use field.noloop.name.form anywhere in your template. If you want to know if the field is required use field.noloop.name.isRequired.|, - lastUpdated => 1149392054, - }, - 'form.send' => { message => q|A form button with the internationalized word "send" printed on it.|, lastUpdated => 1149392054, @@ -576,8 +571,7 @@ field.|, }, '83' => { - message => q|

The following template variables are available for Data Form templates. -

+ message => q|

The following template variables are available for Data Form templates.

|, lastUpdated => 1149392104, },