Lines 356-371
Link Here
|
356 |
[% ELSE %] |
356 |
[% ELSE %] |
357 |
<option value="hold"> Placing a hold on an item </option> |
357 |
<option value="hold"> Placing a hold on an item </option> |
358 |
[% END %] |
358 |
[% END %] |
359 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %] |
|
|
360 |
<option value="renew" selected="selected"> Renewing an item </option> |
361 |
[% ELSE %] |
362 |
<option value="renew"> Renewing an item </option> |
363 |
[% END %] |
364 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('ill_request') %] |
359 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('ill_request') %] |
365 |
<option value="ill_request" selected="selected"> Placing an ILL request </option> |
360 |
<option value="ill_request" selected="selected"> Placing an ILL request </option> |
366 |
[% ELSE %] |
361 |
[% ELSE %] |
367 |
<option value="ill_request"> Placing an ILL request </option> |
362 |
<option value="ill_request"> Placing an ILL request </option> |
368 |
[% END %] |
363 |
[% END %] |
|
|
364 |
[% IF category and category.BlockExpiredPatronOpacActions_contains('renew') %] |
365 |
<option value="renew" selected="selected"> Renewing an item </option> |
366 |
[% ELSE %] |
367 |
<option value="renew"> Renewing an item </option> |
368 |
[% END %] |
369 |
</optgroup> |
369 |
</optgroup> |
370 |
</select> |
370 |
</select> |
371 |
<div class="hint"> |
371 |
<div class="hint"> |