Jonathan Druart
0ad922011c
This patch has been automatically generated using: perl kv.pl **/*.tt **/*.inc Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
[% USE Koha %]
|
|
[% INCLUDE 'doc-head-open.inc' %]
|
|
[% IF ( caller == 'hold-transfer' ) %]
|
|
<title>Koha › Circulation › Hold transfer print receipt</title>
|
|
[% ELSIF ( caller == 'transfer' ) %]
|
|
<title>Koha › Circulation › Transfers print receipt</title>
|
|
[% ELSIF ( caller == 'members' ) %]
|
|
<title>Koha › Patrons › Print receipt for [% borrowernumber %]</title>
|
|
[% ELSIF ( title ) %]
|
|
<title>Koha › Patrons › [% title %]</title>
|
|
[% END %]
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
|
|
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
|
|
[% IF ( Koha.Preference('SlipCSS') ) %]
|
|
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
|
|
[% END %]
|
|
|
|
[% INCLUDE 'slip-print.inc' #printThenClose %]
|
|
</head>
|
|
<body id="circ_printslip" class="circ">
|
|
<div id="receipt">
|
|
|
|
[% IF plain %]
|
|
<pre>
|
|
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
|
|
</pre>
|
|
[% ELSE %]
|
|
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
|
|
[% END %]
|
|
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|