Fixed some labels, added some help.

This commit is contained in:
Yung Han Khoe 2008-03-15 23:27:25 +00:00
parent 8999b5f5e2
commit 683657b523
2 changed files with 19 additions and 7 deletions

View file

@ -67,7 +67,7 @@ our $HELP = {
'variables' => [
{ 'name' => 'field_isHidden' },
{ 'name' => 'field_isRequired' },
{ 'name' => 'field_isDisplayed' },
{ 'name' => 'field_isVisible' },
{ 'name' => 'field_label' },
{ 'name' => 'field_form' },
{ 'name' => 'field_name' },
@ -162,8 +162,10 @@ our $HELP = {
{ 'name' => 'searchFields_loop',
'variables' => [
{ 'name' => 'searchFields_fieldId' },
{ 'name' => 'searchFields_searchForm' },
{ 'name' => 'searchFields_form' },
{ 'name' => 'searchFields_textForm' },
{ 'name' => 'searchFields_label' },
{ 'name' => 'searchFields_is__fieldType__' },
]
},
{ 'required' => 1,

View file

@ -274,12 +274,12 @@ our $I18N = {
lastUpdated => 1104630516,
},
'search descrpiption label' => {
'search description label' => {
message => q|Description|,
lastUpdated => 1104630516,
},
'search descrpiption description' => {
'search description description' => {
message => q|Description of the search screen.|,
lastUpdated => 1104630516,
},
@ -707,8 +707,8 @@ field.|,
lastUpdated => 1104630516,
},
'field_isDisplayed' => {
message => q|A conditional indicating whether this field is supposed to be displayed.|,
'field_isVisible' => {
message => q|A conditional indicating whether this field is supposed to be visible but not editable.|,
lastUpdated => 1104630516,
},
@ -804,7 +804,17 @@ search has been done.|,
},
'searchFields_form' => {
message => q|The form element to search this field.|,
message => q|A form element corresponding to this fields fieldType to search this field.|,
lastUpdated => 1104630516,
},
'searchFields_textForm' => {
message => q|A text input to search this field.|,
lastUpdated => 1104630516,
},
'searchFields_is__fieldType__' => {
message => q|A boolean indicating wether this field is of type __fieldType__. The first letter of __fieldType__ is always uppercase. Example: for a select box the value of <tmpl_var searchFields_isSelectBox> is true.|,
lastUpdated => 1104630516,
},