Lines 61-67
Link Here
|
61 |
[% IF ( circ_error_UNKNOWN_BARCODE ) %] |
61 |
[% IF ( circ_error_UNKNOWN_BARCODE ) %] |
62 |
<span id="ce_unknown_barcode">The system does not recognize this barcode.</span> |
62 |
<span id="ce_unknown_barcode">The system does not recognize this barcode.</span> |
63 |
[% ELSIF ( circ_error_max_loans_allowed ) %] |
63 |
[% ELSIF ( circ_error_max_loans_allowed ) %] |
64 |
<span id="ce_max_loans_allowed">You have checked out too many items and can't check out any more.</span> |
64 |
<span id="ce_max_loans_allowed">You have reached the maximum limit of items checked out.</span> |
65 |
[% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] |
65 |
[% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] |
66 |
<span id="ce_issued_to_another">This item is checked out to someone else.</span> |
66 |
<span id="ce_issued_to_another">This item is checked out to someone else.</span> |
67 |
[% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] |
67 |
[% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] |
68 |
- |
|
|