Changeset 702 for trunk/forum/adm/style/acp_search.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/adm/style/acp_search.html
r400 r702 32 32 <dt><label for="min_search_author_chars">{L_MIN_SEARCH_AUTHOR_CHARS}:</label><br /><span>{L_MIN_SEARCH_AUTHOR_CHARS_EXPLAIN}</span></dt> 33 33 <dd><input id="min_search_author_chars" type="text" size="4" maxlength="4" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd> 34 </dl> 35 <dl> 36 <dt><label for="max_num_search_keywords">{L_MAX_NUM_SEARCH_KEYWORDS}:</label><br /><span>{L_MAX_NUM_SEARCH_KEYWORDS_EXPLAIN}</span></dt> 37 <dd><input id="max_num_search_keywords" type="text" size="4" maxlength="4" name="config[max_num_search_keywords]" value="{MAX_NUM_SEARCH_KEYWORDS}" /></dd> 34 38 </dl> 35 39 <dl> … … 131 135 </tbody> 132 136 </table> 133 137 134 138 <!-- ENDIF --> 135 139 136 140 <p class="quick"> 137 141 <!-- IF backend.S_INDEXED --> … … 143 147 {S_FORM_TOKEN} 144 148 </fieldset> 145 149 146 150 </form> 147 151 <!-- END backend -->
Note:
See TracChangeset
for help on using the changeset viewer.