|
Lines 14-20
Link Here
|
| 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" /> |
| 16 |
[% IF ( Koha.Preference('SlipCSS') ) %] |
16 |
[% IF ( Koha.Preference('SlipCSS') ) %] |
| 17 |
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" /> |
17 |
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS').raw %]" /> |
| 18 |
[% END %] |
18 |
[% END %] |
| 19 |
|
19 |
|
| 20 |
[% INCLUDE 'slip-print.inc' #printThenClose %] |
20 |
[% INCLUDE 'slip-print.inc' #printThenClose %] |
|
Lines 27-33
Link Here
|
| 27 |
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] |
27 |
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] |
| 28 |
</pre> |
28 |
</pre> |
| 29 |
[% ELSE %] |
29 |
[% ELSE %] |
| 30 |
[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] |
30 |
[% IF ( slip ) %][% slip.raw %][% ELSE %]No slip template found[% END %] |
| 31 |
[% END %] |
31 |
[% END %] |
| 32 |
|
32 |
|
| 33 |
[% INCLUDE 'intranet-bottom.inc' %] |
33 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 34 |
- |
|
|