Added some UserList search form tmpl_vars

This commit is contained in:
Yung Han Khoe 2008-05-29 14:44:41 +00:00
parent b398c902e6
commit 043daceb7c
3 changed files with 110 additions and 1 deletions

View file

@ -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