Lines 60-98
Link Here
|
60 |
|
60 |
|
61 |
<p> |
61 |
<p> |
62 |
[% IF ( circ_error_UNKNOWN_BARCODE ) %] |
62 |
[% IF ( circ_error_UNKNOWN_BARCODE ) %] |
63 |
The system does not recognize this barcode. |
63 |
<span id="ce_unknown_barcode">The system does not recognize this barcode.</span> |
64 |
[% ELSIF ( circ_error_max_loans_allowed ) %] |
64 |
[% ELSIF ( circ_error_max_loans_allowed ) %] |
65 |
You have checked out too many items and can't check out any more. |
65 |
<span id="ce_max_loans_allowed">You have checked out too many items and can't check out any more.</span> |
66 |
[% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] |
66 |
[% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] |
67 |
This item is checked out to someone else. |
67 |
<span id="ce_issued_to_another">This item is checked out to someone else.</span> |
68 |
[% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] |
68 |
[% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] |
69 |
You cannot renew this item again. |
69 |
<span id="ce_no_more_renewals">You cannot renew this item again.</span> |
70 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
70 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
71 |
This item is not for loan. |
71 |
<span id="ce_not_for_loan">This item is not for loan.</span> |
72 |
[% ELSIF ( circ_error_DEBT ) %] |
72 |
[% ELSIF ( circ_error_DEBT ) %] |
73 |
You owe the library [% DEBT | $Price %] and cannot check out. |
73 |
<span id="ce_too_much_debt">You owe the library [% DEBT | $Price %] and cannot check out.</span> |
74 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
74 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
75 |
This item has been withdrawn from the collection. |
75 |
<span id="ce_wthdrawn">This item has been withdrawn from the collection.</span> |
76 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
76 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
77 |
This item is restricted. |
77 |
<span id="ce_restricted">This item is restricted.</span> |
78 |
[% ELSIF ( circ_error_RESERVED ) %] |
78 |
[% ELSIF ( circ_error_RESERVED ) %] |
79 |
This item is on hold for another patron. |
79 |
<span id="ce_reserved">This item is on hold for another patron.</span> |
80 |
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] |
80 |
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] |
81 |
This item belongs to another branch. |
81 |
<span id="ce_itemnotsamebranch">This item belongs to another branch.</span> |
82 |
[% ELSIF ( circ_error_EXPIRED ) %] |
82 |
[% ELSIF ( circ_error_EXPIRED ) %] |
83 |
Your account has expired. |
83 |
<span id="ce_expired">Your account has expired.</span> |
84 |
[% ELSIF ( circ_error_DEBARRED ) %] |
84 |
[% ELSIF ( circ_error_DEBARRED ) %] |
85 |
Your account has been suspended. |
85 |
<span id="ce_debarred">Your account has been suspended.</span> |
86 |
[% ELSIF ( circ_error_CARD_LOST ) %] |
86 |
[% ELSIF ( circ_error_CARD_LOST ) %] |
87 |
This card has been declared lost. |
87 |
<span id="ce_card_lost">This card has been declared lost.</span> |
88 |
[% ELSIF ( circ_error_GNA ) %] |
88 |
[% ELSIF ( circ_error_GNA ) %] |
89 |
Your contact information seems to be incomplete. |
89 |
<span id="ce_gna">Your contact information seems to be incomplete.</span> |
90 |
[% ELSIF ( circ_error_INVALID_DATE ) %] |
90 |
[% ELSIF ( circ_error_INVALID_DATE ) %] |
91 |
Due date is not valid. |
91 |
<span id="ce_invalid_date">Due date is not valid.</span> |
92 |
[% ELSIF ( circ_error_ADDITIONAL_MATERIALS ) %] |
92 |
[% ELSIF ( circ_error_ADDITIONAL_MATERIALS ) %] |
93 |
Item must be checked out at a circulation desk. |
93 |
<span id="ce_addtional_materials">Item must be checked out at a circulation desk.</span> |
94 |
[% END %] |
94 |
[% END %] |
95 |
Please see a member of the library staff. |
95 |
<span id ="ce_see_staff">Please see a member of the library staff.</span> |
96 |
</p> |
96 |
</p> |
97 |
|
97 |
|
98 |
[% IF ( returnitem && Koha.Preference('SCOAllowCheckin') ) %] |
98 |
[% IF ( returnitem && Koha.Preference('SCOAllowCheckin') ) %] |
99 |
- |
|
|