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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 78-84 Link Here
78
                                [% ELSIF ( circ_error_RESERVED ) %]
78
                                [% ELSIF ( circ_error_RESERVED ) %]
79
                                    <span id="ce_reserved">This item is on hold for another patron.</span>
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
                                    <span id="ce_itemnotsamebranch">This item belongs to another branch.</span>
81
                                    <span id="ce_itemnotsamebranch">This item belongs to another library.</span>
82
                                [% ELSIF ( circ_error_EXPIRED ) %]
82
                                [% ELSIF ( circ_error_EXPIRED ) %]
83
                                    <span id="ce_expired">Your account has expired.</span>
83
                                    <span id="ce_expired">Your account has expired.</span>
84
                                [% ELSIF ( circ_error_DEBARRED ) %]
84
                                [% ELSIF ( circ_error_DEBARRED ) %]
85
- 

Return to bug 29482