Lines 138-153
$(document).ready(function() {
Link Here
|
138 |
Age restriction [% checkout_info.AGE_RESTRICTION %] |
138 |
Age restriction [% checkout_info.AGE_RESTRICTION %] |
139 |
[% END %] |
139 |
[% END %] |
140 |
[% IF checkout_info.RENEW_ISSUE %] |
140 |
[% IF checkout_info.RENEW_ISSUE %] |
141 |
This Item is currently checked out to this patron. Renew? |
141 |
This item is currently checked out to this patron. Renew? |
142 |
[% END %] |
142 |
[% END %] |
143 |
[% IF checkout_info.RESERVE_WAITING %] |
143 |
[% IF checkout_info.RESERVE_WAITING %] |
144 |
This Item has been waiting for another patron. |
144 |
This item has been waiting for another patron. |
145 |
[% END %] |
145 |
[% END %] |
146 |
[% IF checkout_info.RESERVED %] |
146 |
[% IF checkout_info.RESERVED %] |
147 |
This Item has been on hold for another patron. |
147 |
This item has been on hold for another patron. |
148 |
[% END %] |
148 |
[% END %] |
149 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
149 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
150 |
This Item is checked out to another patron. |
150 |
This item is checked out to another patron. |
151 |
[% IF CAN_user_circulate_force_checkout %] |
151 |
[% IF CAN_user_circulate_force_checkout %] |
152 |
Check in and check out? |
152 |
Check in and check out? |
153 |
[% END %] |
153 |
[% END %] |
Lines 156-162
$(document).ready(function() {
Link Here
|
156 |
Too many checked out. |
156 |
Too many checked out. |
157 |
[% END %] |
157 |
[% END %] |
158 |
[% IF checkout_info.BORRNOTSAMEBRANCH %] |
158 |
[% IF checkout_info.BORRNOTSAMEBRANCH %] |
159 |
This patrons is from a different library ([% checkout_info.BORRNOTSAMEBRANCH %])</li> |
159 |
This patron is from a different library ([% checkout_info.BORRNOTSAMEBRANCH %])</li> |
160 |
[% END %] |
160 |
[% END %] |
161 |
[% IF checkout_ino.PATRON_CANT %] |
161 |
[% IF checkout_ino.PATRON_CANT %] |
162 |
This patron can't check out this item per library circulation policy. |
162 |
This patron can't check out this item per library circulation policy. |
Lines 201-207
$(document).ready(function() {
Link Here
|
201 |
This item has been lost with a status of "[% checkout_info.alert.ITEM_LOST %]". |
201 |
This item has been lost with a status of "[% checkout_info.alert.ITEM_LOST %]". |
202 |
[% END %] |
202 |
[% END %] |
203 |
[% IF checkout_info.alert.OTHER_CHARGES %] |
203 |
[% IF checkout_info.alert.OTHER_CHARGES %] |
204 |
The patron has unpaid charges for reserves, rentals etc of [% checkout_info.alert.OTHER_CHARGES %]. |
204 |
The patron has unpaid charges for holds, rentals etc of [% checkout_info.alert.OTHER_CHARGES %]. |
205 |
[% END %] |
205 |
[% END %] |
206 |
</p> |
206 |
</p> |
207 |
[% END %] |
207 |
[% END %] |
208 |
- |
|
|