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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-2 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% UNLESS slips && slips.size %]
7
[% UNLESS slips && slips.size %]
7
    [% SET slips = [{content => slip, is_html => !plain, style => style, id => id }] %]
8
    [% SET slips = [{content => slip, is_html => !plain, style => style, id => id }] %]
Lines 31-36 Link Here
31
[% INCLUDE 'doc-head-close.inc' %]
32
[% INCLUDE 'doc-head-close.inc' %]
32
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
33
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
34
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
35
34
[% Asset.css("css/print.css") | $raw %]
36
[% Asset.css("css/print.css") | $raw %]
35
[% IF ( Koha.Preference('PrintSlipStylesheet') ) %]
37
[% IF ( Koha.Preference('PrintSlipStylesheet') ) %]
36
    <link rel="stylesheet" type="text/css" href="[% Koha.Preference('PrintSlipStylesheet') | $raw %]" />
38
    <link rel="stylesheet" type="text/css" href="[% Koha.Preference('PrintSlipStylesheet') | $raw %]" />
Lines 43-49 Link Here
43
    [% END %]
45
    [% END %]
44
[% END %]
46
[% END %]
45
47
46
[% INCLUDE 'slip-print.inc' #printThenClose %]
47
</head>
48
</head>
48
<body id="circ_printslip" class="circ">
49
<body id="circ_printslip" class="circ">
49
<div id="receipt">
50
<div id="receipt">
Lines 65-68 Link Here
65
</div>
66
</div>
66
<!-- /#receipt -->
67
<!-- /#receipt -->
67
68
69
[% MACRO jsinclude BLOCK %]
70
    [% INCLUDE 'slip-print.inc' #printThenClose %]
71
[% END %]
72
68
[% INCLUDE 'intranet-bottom.inc' %]
73
[% INCLUDE 'intranet-bottom.inc' %]
69
- 

Return to bug 35267