Lines 69-75
Link Here
|
69 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
69 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
70 |
<span id="ce_not_for_loan">This item is not for loan.</span> |
70 |
<span id="ce_not_for_loan">This item is not for loan.</span> |
71 |
[% ELSIF ( circ_error_DEBT ) %] |
71 |
[% ELSIF ( circ_error_DEBT ) %] |
72 |
<span id="ce_too_much_debt">You owe the library [% currencySym %] [% DEBT | $Price %] and cannot check out.</span> |
72 |
<span id="ce_too_much_debt">You owe the library [% DEBT | $Price with_symbol => 1%] and cannot check out.</span> |
73 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
73 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
74 |
<span id="ce_wthdrawn">This item has been withdrawn from the collection.</span> |
74 |
<span id="ce_wthdrawn">This item has been withdrawn from the collection.</span> |
75 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
75 |
[% ELSIF ( circ_error_RESTRICTED ) %] |