From 62c7c0a6429641d4ee69a2d43587688910590749 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Jun 2006 22:41:38 +0000 Subject: [PATCH] fix typo in dataform template variable --- lib/WebGUI/i18n/English/Asset_DataForm.pm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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, },