Revision 769
Added by thorn over 16 years ago
template.html | ||
---|---|---|
427 | 427 |
<input type="text" name="search_max_excerpt" value="{SEARCH_MAX_EXCERPT}" /> |
428 | 428 |
</td> |
429 | 429 |
</tr> |
430 |
<tr class="advanced"> |
|
431 |
<td class="setting_name">{TEXT_TIME_LIMIT}:</td> |
|
432 |
<td class="setting_value" colspan="2"> |
|
433 |
<input type="text" name="search_time_limit" value="{SEARCH_TIME_LIMIT}" /> |
|
434 |
</td> |
|
435 |
</tr> |
|
430 | 436 |
<tr> |
431 | 437 |
<td> </td> |
432 | 438 |
<td> |
Also available in: Unified diff
search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)