View | Details | Raw Unified | Return to bug 18349
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-17 / +12 lines)
Lines 43-78 Link Here
43
43
44
                            <p>
44
                            <p>
45
                                [% IF ( circ_error_UNKNOWN_BARCODE ) %]
45
                                [% IF ( circ_error_UNKNOWN_BARCODE ) %]
46
                                    <em>MESSAGE 1:</em> The system does not recognize this barcode.
46
                                    The system does not recognize this barcode.
47
                                [% ELSIF ( circ_error_max_loans_allowed ) %]
47
                                [% ELSIF ( circ_error_max_loans_allowed ) %]
48
                                    <em>MESSAGE 2:</em> You have checked out too many items and can't check out any more.
48
                                    You have checked out too many items and can't check out any more.
49
                                [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %]
49
                                [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %]
50
                                <em>MESSAGE 3:</em> This item is checked out to someone else.
50
                                    This item is checked out to someone else.
51
                                [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %]
51
                                [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %]
52
                                    <em>MESSAGE 4:</em> You cannot renew this item again.
52
                                    You cannot renew this item again.
53
                                [% ELSIF ( circ_error_NOT_FOR_LOAN ) %]
53
                                [% ELSIF ( circ_error_NOT_FOR_LOAN ) %]
54
                                    <em>MESSAGE 5:</em> This item is not for loan.
54
                                    This item is not for loan.
55
                                [% ELSIF ( circ_error_DEBT ) %]
55
                                [% ELSIF ( circ_error_DEBT ) %]
56
                                    <em>MESSAGE 6:</em> You owe the library [% amount %] and cannot check out.
56
                                    You owe the library [% amount %] and cannot check out.
57
                                [% ELSIF ( circ_error_WTHDRAWN ) %]
57
                                [% ELSIF ( circ_error_WTHDRAWN ) %]
58
                                    <em>MESSAGE 7:</em> This item has been withdrawn from the collection.
58
                                    This item has been withdrawn from the collection.
59
                                [% ELSIF ( circ_error_RESTRICTED ) %]
59
                                [% ELSIF ( circ_error_RESTRICTED ) %]
60
                                    <em>MESSAGE 8:</em>
61
                                [% ELSIF ( circ_error_RESERVED ) %]
60
                                [% ELSIF ( circ_error_RESERVED ) %]
62
                                    <em>MESSAGE 9:</em> This item is on hold for another patron.
61
                                    This item is on hold for another patron.
63
                                [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %]
62
                                [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %]
64
                                    <em>MESSAGE 10:</em>
65
                                [% ELSIF ( circ_error_EXPIRED ) %]
63
                                [% ELSIF ( circ_error_EXPIRED ) %]
66
                                    <em>MESSAGE 11:</em> Your account has expired.
64
                                    Your account has expired.
67
                                [% ELSIF ( circ_error_DEBARRED ) %]
65
                                [% ELSIF ( circ_error_DEBARRED ) %]
68
                                    <em>MESSAGE 12:</em> Your account has been suspended.
66
                                    Your account has been suspended.
69
                                [% ELSIF ( circ_error_CARD_LOST ) %]
67
                                [% ELSIF ( circ_error_CARD_LOST ) %]
70
                                    <em>MESSAGE 13:</em> This card has been declared lost.
68
                                    This card has been declared lost.
71
                                [% ELSIF ( circ_error_GNA ) %]
69
                                [% ELSIF ( circ_error_GNA ) %]
72
                                    <em>MESSAGE 14:</em>
73
                                [% ELSIF ( circ_error_INVALID_DATE ) %]
70
                                [% ELSIF ( circ_error_INVALID_DATE ) %]
74
                                    <em>MESSAGE 15:</em>
71
                                [% END %]
75
                                [% END # / IF circ_error_UNKNOWN_BARCODE %]
76
                                Please see a member of the library staff.
72
                                Please see a member of the library staff.
77
                            </p>
73
                            </p>
78
74
79
- 

Return to bug 18349