View | Details | Raw Unified | Return to bug 16218
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% ELSIF ( title ) %]
9
[% ELSIF ( title ) %]
10
<title>Koha &rsaquo; Patrons &rsaquo; [% title %]</title>
10
<title>Koha &rsaquo; Patrons &rsaquo; [% title %]</title>
11
[% END %]
11
[% END %]
12
12
[% INCLUDE 'doc-head-close.inc' %]
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
14
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
15
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
15
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (+1 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
    <title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
5
    <title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
8
    <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
9
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (+1 lines)
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>Print Receipt for [% cardnumber %]</title>
3
<title>Print Receipt for [% cardnumber %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<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="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
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 2-7 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
7
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
8
- 

Return to bug 16218