Bug 12062: Untranslatable "Reserve not found"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / printslip.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
4 <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" />
6 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
7 [% IF ( Koha.Preference('SlipCSS') ) %]
8 <link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
9 [% END %]
10
11 [% INCLUDE 'slip-print.inc' #printThenClose %]
12 </head>
13 <body id="circ_printslip" class="circ" onload="printThenClose();">
14 <div id="receipt">
15
16 [% IF plain %]
17 <pre>
18 [% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
19 </pre>
20 [% ELSE %]
21 [% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
22 [% END %]
23
24 [% INCLUDE 'intranet-bottom.inc' %]