Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Circulation › Transfers</title> |
3 |
[% IF ( caller = 'hold-transfer' %] |
|
|
4 |
<title>Koha › Circulation › Hold transfer print receipt</title> |
5 |
[% ELSIF ( caller == 'transfer' %] |
6 |
<title>Koha › Circulation › Transfers print receipt</title> |
7 |
[% ELSIF ( caller == 'members' %] |
8 |
<title>Koha › Members › Print receipt for [% borrowernumber %]</title> |
9 |
[% END %] |
10 |
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
11 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
12 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
13 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |