Added some UserList search form tmpl_vars
This commit is contained in:
parent
b398c902e6
commit
043daceb7c
3 changed files with 110 additions and 1 deletions
|
|
@ -135,11 +135,26 @@ seperated values|,
|
|||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'id label' => {
|
||||
message => q|Id|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'username label' => {
|
||||
message => q|Username|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'query label' => {
|
||||
message => q|Query|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'search in label' => {
|
||||
message => q|Search in:|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'submit search label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1081514049
|
||||
|
|
@ -202,12 +217,24 @@ seperated values|,
|
|||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'search_PROFILEFIELDNAME_form' => {
|
||||
message => q|The form element tied to this field to do a normal search in profile field PROFILEFIELDNAME. Example:
|
||||
<tmpl_var search_timeZone_form> will be a select box.|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'searchExact_PROFILEFIELDNAME_text' => {
|
||||
message => q|A text input to do an exact search in profile field PROFILEFIELDNAME. Example:
|
||||
<tmpl_var searchExact_email_text>.|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'searchExact_PROFILEFIELDNAME_form' => {
|
||||
message => q|The form element tied to this field to do an exact search in profile field PROFILEFIELDNAME. Example:
|
||||
<tmpl_var searchExact_email_form>.|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'limitSearch' => {
|
||||
message => q|A hidden form element to indicate that the search is limited to certain profile
|
||||
fields. Use includeInSearch_PROFILEFIELDNAME_hidden or includeInSearch_PROFILEFIELDNAME_checkBox tmpl_vars to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue