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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-7 / +6 lines)
Lines 4-18 Link Here
4
[%# Helper template functions %]
4
[%# Helper template functions %]
5
[% BLOCK error_message %]
5
[% BLOCK error_message %]
6
    [% IF messages.BadBarcode %]
6
    [% IF messages.BadBarcode %]
7
        <span>(Barcode not found on the database)</span>
7
        <span>(Barcode not found on the database, please see library staff for assistance)</span>
8
    [% ELSIF messages.DataCorrupted %]
9
        <span>(Data corruption detected. Contact your librarian)</span>
10
    [% ELSIF messages.Wrongbranch %]
8
    [% ELSIF messages.Wrongbranch %]
11
        <span>(The item cannot be returned at this library)</span>
9
        <span>(The item cannot be returned at this library, please see library staff for assistance)</span>
12
    [% ELSIF messages.withdrawn %]
10
    [% ELSIF messages.withdrawn %]
13
        <span>(Item is withdrawn and check-in blocked by policy. Contact your librarian)</span>
11
        <span>(Item is withdrawn and check-in blocked by policy, please see library staff for assistance)</span>
14
    [% ELSIF messages.NotIssued %]
12
    [% ELSIF messages.NotIssued %]
15
        <span>(The book is not currently on loan. Contact your librarian)</span>
13
        <span>(The book is not currently on loan, please see library staff for assistance)</span>
14
    [% ELSE %]
15
        <span>(There was a problem returning this item, please see library staff for assistance)</span>
16
    [% END %]
16
    [% END %]
17
[% END %]
17
[% END %]
18
18
19
- 

Return to bug 15492