Changeset 1561 for trunk/gregarius/cls/wrappers/searchform.php
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/wrappers/searchform.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/wrappers/searchform.php
r1544 r1561 85 85 ."\t\t\t<option value=\"".INFINE_RESULTS."\"" 86 86 .((array_key_exists(QUERY_RESULTS,$_REQUEST) && $_REQUEST[QUERY_RESULTS] == INFINE_RESULTS?" selected=\"selected\"":"")) 87 .">". LBL_ALL."</option>\n"87 .">".__('All')."</option>\n" 88 88 ."\t\t</select>"; 89 89 } … … 94 94 ."\t\t\t<option value=\"". ALL_CHANNELS_ID ."\"" 95 95 .((!array_key_exists(QUERY_CHANNEL,$_REQUEST) || $_REQUEST[QUERY_CHANNEL] == ALL_CHANNELS_ID)?" selected=\"selected\"":"") 96 .">" . LBL_ALL. "</option>\n";96 .">" . __('All') . "</option>\n"; 97 97 98 98 $sql = "select " … … 120 120 } 121 121 if ($parent_ == "") { 122 $parent_ = LBL_HOME_FOLDER;122 $parent_ = __('Root'); 123 123 } 124 124 $ret .= "\t\t\t<optgroup label=\"$parent_ /\">\n";
