Bug 13618: (follow-up) Specific for other prefs
follow-up for SlipCSS and printslip Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
dd98c9df92
commit
d6475a111f
1 changed files with 2 additions and 2 deletions
|
@ -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' %]
|
||||
|
|
Loading…
Reference in a new issue