Lines 341-356
Link Here
|
341 |
[% END %] |
341 |
[% END %] |
342 |
</select> |
342 |
</select> |
343 |
</li> |
343 |
</li> |
344 |
<li><label for="block_expired">Block expired patrons actions:</label> |
344 |
<li><label for="block_expired">Block expired patron OPAC actions:</label> |
345 |
<select name="BlockExpiredPatronOpacActions" id="block_expired" multiple="multiple"> |
345 |
<select name="BlockExpiredPatronOpacActions" id="block_expired" multiple="multiple"> |
346 |
<optgroup label="Follow system preference"> |
346 |
<optgroup label="Follow system preference"> |
347 |
[% IF not category or category.BlockExpiredPatronOpacActions_contains('follow_syspref_BlockExpiredPatronOpacActions') %] |
347 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('follow_syspref_BlockExpiredPatronOpacActions') %] |
348 |
<option value="follow_syspref_BlockExpiredPatronOpacActions" selected="selected"> Follow system preference BlockExpiredPatronOpacActions </option> |
348 |
<option value="follow_syspref_BlockExpiredPatronOpacActions" selected="selected"> Block actions specified in BlockExpiredPatronOpacActions </option> |
349 |
[% ELSE %] |
349 |
[% ELSE %] |
350 |
<option value="follow_syspref_BlockExpiredPatronOpacActions"> BlockExpiredPatronOpacActions </option> |
350 |
<option value="follow_syspref_BlockExpiredPatronOpacActions"> Block actions in BlockExpiredPatronOpacActions </option> |
351 |
[% END %] |
351 |
[% END %] |
352 |
</optgroup> |
352 |
</optgroup> |
353 |
<optgroup label="Specific actions"> |
353 |
<optgroup label="Block specific actions"> |
354 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('hold') %] |
354 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('hold') %] |
355 |
<option value="hold" selected="selected"> Placing a hold on an item </option> |
355 |
<option value="hold" selected="selected"> Placing a hold on an item </option> |
356 |
[% ELSE %] |
356 |
[% ELSE %] |
Lines 364-371
Link Here
|
364 |
</optgroup> |
364 |
</optgroup> |
365 |
</select> |
365 |
</select> |
366 |
<div class="hint"> |
366 |
<div class="hint"> |
367 |
Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired. |
367 |
Choose which OPAC actions, if any, are blocked for expired patrons of this category. Alternatively, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=BlockExpiredPatronOpacActions">BlockExpiredPatronOpacActions</a> can be used instead. |
368 |
</div> |
|
|
369 |
</li> |
368 |
</li> |
370 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
369 |
[% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] |
371 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |
370 |
<li><label for="checkprevcheckout">Check for previous checkouts: </label> |