Bug 16238: Use .prop() instead of .attr() for 'checked'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / intranetstylesheet.inc
blob54ead224fb2825cbe9ae431b5c0e4b9d3c4b9342
1 [% SET intranetstylesheet='staff-global.css' UNLESS intranetstylesheet %]
2 [% IF (intranetstylesheet.match('^https?:|^\/')) %]
3     <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
4 [% ELSE %]
5     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetstylesheet %]" />
6 [% END %]
8 <!-- local colors -->
9 [% IF ( intranetcolorstylesheet ) %]
10     [% IF (intranetcolorstylesheet.match('^https?:|^\/')) %]
11         <link rel="stylesheet" type="text/css" href="[% intranetcolorstylesheet %]" />
12     [% ELSE %]
13         <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetcolorstylesheet %]" />
14     [% END %]
15 [% END %]