|
Lines 96-101
Link Here
|
| 96 |
<div class="dialog alert">Staff members are not allowed to discharge borrowers, nor borrowers to request a discharge.</div> |
96 |
<div class="dialog alert">Staff members are not allowed to discharge borrowers, nor borrowers to request a discharge.</div> |
| 97 |
[% END %] |
97 |
[% END %] |
| 98 |
|
98 |
|
|
|
99 |
[% IF is_anonymous %] |
| 100 |
<div class="dialog alert">This is the anonymous patron, so circulation is disabled.</div> |
| 101 |
[% END %] |
| 102 |
|
| 99 |
[% IF ( NEEDSCONFIRMATION ) %] |
103 |
[% IF ( NEEDSCONFIRMATION ) %] |
| 100 |
<div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1"> |
104 |
<div id="circ_needsconfirmation" class="dialog alert audio-alert-action focus" tabindex="-1"> |
| 101 |
[% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %] |
105 |
[% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %] |
| 102 |
- |
|
|