Lines 3-15
Link Here
|
3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% IF ( caller == 'hold-transfer' ) %] |
5 |
[% IF ( caller == 'hold-transfer' ) %] |
6 |
<title>Koha › Circulation › Hold transfer print receipt</title> |
6 |
<title>Hold transfer print receipt › Circulation › Koha</title> |
7 |
[% ELSIF ( caller == 'transfer' ) %] |
7 |
[% ELSIF ( caller == 'transfer' ) %] |
8 |
<title>Koha › Circulation › Transfers print receipt</title> |
8 |
<title>Transfers print receipt › Circulation › Koha</title> |
9 |
[% ELSIF ( caller == 'members' ) %] |
9 |
[% ELSIF ( caller == 'members' ) %] |
10 |
<title>Koha › Patrons › Print receipt for [% borrowernumber | html %]</title> |
10 |
<title>Print receipt for [% borrowernumber | html %] › Patrons › Koha</title> |
11 |
[% ELSIF ( title ) %][%# FIXME title is never defined %] |
11 |
[% ELSIF ( title ) %][%# FIXME title is never defined %] |
12 |
<title>Koha › Patrons › [% title | html %]</title> |
12 |
<title>[% title | html %] › Patrons › Koha</title> |
13 |
[% END %] |
13 |
[% END %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
15 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
15 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |