Lines 293-298
Link Here
|
293 |
<p class="hint">You can use the following wildcard characters: % _</p> |
293 |
<p class="hint">You can use the following wildcard characters: % _</p> |
294 |
<p class="hint">% matches any number of characters</p> |
294 |
<p class="hint">% matches any number of characters</p> |
295 |
<p class="hint">_ matches only a single character</p> |
295 |
<p class="hint">_ matches only a single character</p> |
|
|
296 |
[% IF ( CAN_user_parameters_manage_item_search_fields ) %] |
297 |
<p><a href="/cgi-bin/koha/admin/items_search_fields.pl">Manage custom fields for item search</a></p> |
298 |
[% END %] |
296 |
</fieldset> |
299 |
</fieldset> |
297 |
<fieldset> |
300 |
<fieldset> |
298 |
<div class="form-field"> |
301 |
<div class="form-field"> |
299 |
- |
|
|