Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / printslip.tt
index 8603e16..93ff49b 100644 (file)
@@ -1,9 +1,18 @@
 [% USE Koha %]
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
+[% IF ( caller == 'hold-transfer' ) %]
+<title>Koha &rsaquo; Circulation &rsaquo; Hold transfer print receipt</title>
+[% ELSIF ( caller == 'transfer' ) %]
+<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
+[% ELSIF ( caller == 'members' ) %]
+<title>Koha &rsaquo; Patrons &rsaquo; Print receipt for [% borrowernumber %]</title>
+[% ELSIF ( title ) %]
+<title>Koha &rsaquo; Patrons &rsaquo; [% 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="[% themelang %]/css/print.css" />
+<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
 [% IF ( Koha.Preference('SlipCSS') ) %]
 <link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
 [% END %]
 
 [% IF plain %]
 <pre>
-[% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
+[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
 </pre>
 [% ELSE %]
-[% IF ( slip ) %][% slip %][% ELSE %]No hold found[% END %]
+[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %]
 [% END %]
 
 [% INCLUDE 'intranet-bottom.inc' %]