Lines 147-155
Link Here
|
147 |
[% IF checkout_info.RESERVE_WAITING %] |
147 |
[% IF checkout_info.RESERVE_WAITING %] |
148 |
<li><i class="fa fa-li fa-warning"></i>This item is waiting for another patron.</li> |
148 |
<li><i class="fa fa-li fa-warning"></i>This item is waiting for another patron.</li> |
149 |
[% END %] |
149 |
[% END %] |
150 |
[% IF checkout_info.RESERVED %] |
|
|
151 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron.</li> |
152 |
[% END %] |
153 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
150 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
154 |
<li><i class="fa fa-li fa-warning"></i>This item is checked out to another patron. |
151 |
<li><i class="fa fa-li fa-warning"></i>This item is checked out to another patron. |
155 |
[% IF CAN_user_circulate_force_checkout %] |
152 |
[% IF CAN_user_circulate_force_checkout %] |
Lines 190-199
Link Here
|
190 |
</script> |
187 |
</script> |
191 |
[% END %] |
188 |
[% END %] |
192 |
|
189 |
|
193 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %] |
190 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout || checkout_info.HIGHHOLDS ) && ( checkout_info.RESERVED || checkout_info.RESERVE_WAITING ) %] <!-- arbitrary choice, revert the reserve is not possible--> |
194 |
[% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] <!-- arbitrary choice, revert the reserve is not possible--> |
191 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li> |
195 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li> |
192 |
[% ELSIF checkout_info.RESERVED %] |
196 |
[% END %] |
193 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron.</li> |
197 |
[% END %] |
194 |
[% END %] |
198 |
|
195 |
|
199 |
[% IF checkout_info.PREVISSUE %] |
196 |
[% IF checkout_info.PREVISSUE %] |
200 |
- |
|
|