Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
3 |
[% USE AudioAlerts %] |
3 |
[% USE AudioAlerts %] |
|
|
4 |
[% USE Price %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout </title> |
6 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout </title> |
6 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
Lines 53-59
Link Here
|
53 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
54 |
[% ELSIF ( circ_error_NOT_FOR_LOAN ) %] |
54 |
This item is not for loan. |
55 |
This item is not for loan. |
55 |
[% ELSIF ( circ_error_DEBT ) %] |
56 |
[% ELSIF ( circ_error_DEBT ) %] |
56 |
You owe the library [% amount %] and cannot check out. |
57 |
You owe the library [% currencySym %] [% amount | $Price %] and cannot check out. |
57 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
58 |
[% ELSIF ( circ_error_WTHDRAWN ) %] |
58 |
This item has been withdrawn from the collection. |
59 |
This item has been withdrawn from the collection. |
59 |
[% ELSIF ( circ_error_RESTRICTED ) %] |
60 |
[% ELSIF ( circ_error_RESTRICTED ) %] |