Bug 10404: add previous/next browsing to staff client
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / intranetstylesheet.inc
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="[% themelang %]/css/[% intranetstylesheet %]" />
6 [% END %]
7
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="[% themelang %]/css/[% intranetcolorstylesheet %]" />
14     [% END %]
15 [% END %]