From 0637f418457f840fdf50329113ee092d8fc70606 Mon Sep 17 00:00:00 2001 From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Date: Thu, 7 Jan 2016 09:34:52 +0000 Subject: [PATCH] Bug 13618: (follow-up) Specific for other prefs follow-up for SlipCSS and printslip Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt index 9bf6707..dd3ae2f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ -14,7 +14,7 @@ <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" /> [% IF ( Koha.Preference('SlipCSS') ) %] -<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" /> +<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS').raw %]" /> [% END %] [% INCLUDE 'slip-print.inc' #printThenClose %] @@ -27,7 +27,7 @@ [% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] </pre> [% ELSE %] -[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] +[% IF ( slip ) %][% slip.raw %][% ELSE %]No slip template found[% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.1.0