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