Lines 211-216
Link Here
|
211 |
</li> |
211 |
</li> |
212 |
[% END %] |
212 |
[% END %] |
213 |
<li> |
213 |
<li> |
|
|
214 |
<label for="quick_add_display">Display in quick add patron list:</label> |
215 |
<select id=quick_add_display name=quick_add_display> |
216 |
<option value=1 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Display</option> |
217 |
<option value=0 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Don't Display</option> |
218 |
</select> |
219 |
</li> |
220 |
<li> |
214 |
<label for="default_privacy">Default privacy: </label> |
221 |
<label for="default_privacy">Default privacy: </label> |
215 |
<select id="default_privacy" name="default_privacy"> |
222 |
<select id="default_privacy" name="default_privacy"> |
216 |
[% SET default_privacy = 'default' %] |
223 |
[% SET default_privacy = 'default' %] |
Lines 282-287
Link Here
|
282 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
289 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
283 |
<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">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
284 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
291 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
|
|
292 |
<tr><th scope="row">Display in Quick Add Patron</th>></tr> |
285 |
|
293 |
|
286 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
294 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
287 |
<tr> |
295 |
<tr> |
Lines 354-359
Link Here
|
354 |
<th scope="col">Messaging</th> |
362 |
<th scope="col">Messaging</th> |
355 |
[% END %] |
363 |
[% END %] |
356 |
<th scope="col">Branches limitations</th> |
364 |
<th scope="col">Branches limitations</th> |
|
|
365 |
<th scope="col">Display in Quick Add Patron</th> |
357 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
366 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
358 |
<th scope="col">Check previous checkout?</th> |
367 |
<th scope="col">Check previous checkout?</th> |
359 |
[% END %] |
368 |
[% END %] |
Lines 462-467
Link Here
|
462 |
</td> |
471 |
</td> |
463 |
[% END %] |
472 |
[% END %] |
464 |
<td> |
473 |
<td> |
|
|
474 |
[% IF category.quick_add_display %] Display |
475 |
[% ELSE %] Don't Display |
476 |
[% END %] |
477 |
</td> |
478 |
<td> |
465 |
[% SWITCH category.default_privacy %] |
479 |
[% SWITCH category.default_privacy %] |
466 |
[% CASE 'default' %] |
480 |
[% CASE 'default' %] |
467 |
Default |
481 |
Default |
468 |
- |
|
|