View | Details | Raw Unified | Return to bug 9521
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-6 / +6 lines)
Lines 1-6 Link Here
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
2
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" />
4
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
4
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
5
[% IF ( intranetstylesheet ) %]
5
[% IF ( intranetstylesheet ) %]
6
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
6
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
Lines 8-18 Link Here
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
9
[% END %]
9
[% END %]
10
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
10
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
11
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery-ui.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
13
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
14
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
15
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
16
[% IF ( login ) %]
16
[% IF ( login ) %]
17
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" />
17
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" />
18
[% END %]
18
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-4 / +4 lines)
Lines 2-17 Link Here
2
<title>Online Help</title>
2
<title>Online Help</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
7
[% IF ( intranetstylesheet ) %]
7
[% IF ( intranetstylesheet ) %]
8
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
8
<link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
9
[% ELSE %]
9
[% ELSE %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/staff-global.css" />
11
[% END %]
11
[% END %]
12
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
13
<script type="text/javascript" src="[% themelang %]/lib/jquery/jquery-ui.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
14
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>
15
<!-- local colors -->
15
<!-- local colors -->
16
[% IF ( intranetcolorstylesheet ) %]
16
[% IF ( intranetcolorstylesheet ) %]
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 lines)
Lines 29-35 Link Here
29
<script src="[% themelang %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
29
<script src="[% themelang %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
30
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
30
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
31
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
31
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
32
<script src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
33
</head>
32
</head>
34
<body id="admin_preferences" class="admin">
33
<body id="admin_preferences" class="admin">
35
[% INCLUDE 'header.inc' %]
34
[% INCLUDE 'header.inc' %]
36
- 

Return to bug 9521