fix typo in dataform template variable
This commit is contained in:
parent
ee83a320d0
commit
62c7c0a642
1 changed files with 2 additions and 8 deletions
|
|
@ -491,7 +491,7 @@ field.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'field_loop' => {
|
'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 <b>field_loop</b> it's also possible to access all form fields directly. To accomplish this you should use these variables. Call them with <b>field.noloop.<i>fieldName</i>.<i>property</i></b>, where fieldName is the name of the field (not the label) and property is anyone of the properties supplied by the <b>field_loop</b>. If you want the form tag of field 'name' you should use <b>field.noloop.name.form</b> anywhere in your template. If you want to know if the field is required use <b>field.noloop.name.isRequired</b>.|,
|
||||||
lastUpdated => 1149392054,
|
lastUpdated => 1149392054,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -555,11 +555,6 @@ field.|,
|
||||||
lastUpdated => 1149392054,
|
lastUpdated => 1149392054,
|
||||||
},
|
},
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => q|From outside the <b>field_loop</b> it's also possible to access all form fields directly. To accomplish this you should use these variables. Call them with <b>field.noloop.<i>fieldName</i>.<i>property</i></b>, where fieldName is the name of the field (not the label) and property is anyone of the properties supplied by the <b>field_loop</b>. If you want the form tag of field 'name' you should use <b>field.noloop.name.form</b> anywhere in your template. If you want to know if the field is required use <b>field.noloop.name.isRequired</b>.|,
|
|
||||||
lastUpdated => 1149392054,
|
|
||||||
},
|
|
||||||
|
|
||||||
'form.send' => {
|
'form.send' => {
|
||||||
message => q|A form button with the internationalized word "send" printed on it.|,
|
message => q|A form button with the internationalized word "send" printed on it.|,
|
||||||
lastUpdated => 1149392054,
|
lastUpdated => 1149392054,
|
||||||
|
|
@ -576,8 +571,7 @@ field.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'83' => {
|
'83' => {
|
||||||
message => q|<p>The following template variables are available for Data Form templates.
|
message => q|<p>The following template variables are available for Data Form templates.</p>
|
||||||
</p>
|
|
||||||
|,
|
|,
|
||||||
lastUpdated => 1149392104,
|
lastUpdated => 1149392104,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue