Lines 210-219
Link Here
|
210 |
</li> |
210 |
</li> |
211 |
[% END %] |
211 |
[% END %] |
212 |
<li> |
212 |
<li> |
213 |
<label for="quick_add_display">Display in quick add patron list:</label> |
213 |
<label for="quick_add_display">Display in quick add: </label> |
214 |
<select id=quick_add_display name=quick_add_display> |
214 |
<select id="quick_add_display" name="quick_add_display"> |
215 |
<option value=1 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Display</option> |
215 |
[% IF category.quick_add_display %] |
216 |
<option value=0 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Don't Display</option> |
216 |
<option value="1" selected="selected">Yes</option> |
|
|
217 |
<option value="0">No</option> |
218 |
[% ELSE %] |
219 |
<option value="1">Yes</option> |
220 |
<option value="0" selected="selected">No</option> |
221 |
[% END %] |
217 |
</select> |
222 |
</select> |
218 |
</li> |
223 |
</li> |
219 |
<li> |
224 |
<li> |
Lines 288-294
Link Here
|
288 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
293 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
289 |
<tr><th scope="row">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
294 |
<tr><th scope="row">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
290 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
295 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
291 |
<tr><th scope="row">Display in Quick Add Patron</th>></tr> |
296 |
<tr><th scope="row">Display in quick add</th><td>[% IF category.quick_add_display %]Yes[% ELSE %]No[% END %]</td></tr> |
292 |
|
297 |
|
293 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
298 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
294 |
<tr> |
299 |
<tr> |
Lines 361-367
Link Here
|
361 |
<th scope="col">Messaging</th> |
366 |
<th scope="col">Messaging</th> |
362 |
[% END %] |
367 |
[% END %] |
363 |
<th scope="col">Branches limitations</th> |
368 |
<th scope="col">Branches limitations</th> |
364 |
<th scope="col">Display in Quick Add Patron</th> |
369 |
<th scope="col">Display in quick add</th> |
365 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
370 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
366 |
<th scope="col">Check previous checkout?</th> |
371 |
<th scope="col">Check previous checkout?</th> |
367 |
[% END %] |
372 |
[% END %] |
Lines 470-477
Link Here
|
470 |
</td> |
475 |
</td> |
471 |
[% END %] |
476 |
[% END %] |
472 |
<td> |
477 |
<td> |
473 |
[% IF category.quick_add_display %] Display |
478 |
[% IF category.quick_add_display %] |
474 |
[% ELSE %] Don't Display |
479 |
Yes |
|
|
480 |
[% ELSE %] |
481 |
No |
475 |
[% END %] |
482 |
[% END %] |
476 |
</td> |
483 |
</td> |
477 |
<td> |
484 |
<td> |
478 |
- |
|
|