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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-2 / +2 lines)
Lines 7-13 Link Here
7
[% IF ( bidi ) %]
7
[% IF ( bidi ) %]
8
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
8
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
9
[% END %]
9
[% END %]
10
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
10
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS.raw %]</style>[% END %]
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% interface %]/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="[% interface %]/lib/shortcut/shortcut.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
Lines 26-32 Link Here
26
[% IF ( IntranetUserJS ) %]
26
[% IF ( IntranetUserJS ) %]
27
    <script type="text/javascript">
27
    <script type="text/javascript">
28
    //<![CDATA[
28
    //<![CDATA[
29
    [% IntranetUserJS %]
29
    [% IntranetUserJS.raw %]
30
    //]]>
30
    //]]>
31
    </script>
31
    </script>
32
[% END %]
32
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-2 / +2 lines)
Lines 10-21 Link Here
10
			.noprint { display: none; }
10
			.noprint { display: none; }
11
		}
11
		}
12
	</style>
12
	</style>
13
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
13
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS.raw %]</style>[% END %]
14
[% IF ( IntranetUserJS ) %]
14
[% IF ( IntranetUserJS ) %]
15
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
15
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
16
    <script type="text/javascript">
16
    <script type="text/javascript">
17
    //<![CDATA[
17
    //<![CDATA[
18
    [% IntranetUserJS %]
18
    [% IntranetUserJS.raw %]
19
    //]]>
19
    //]]>
20
    </script>
20
    </script>
21
[% END %]
21
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 37-43 Link Here
37
[% IF ( bidi ) %]
37
[% IF ( bidi ) %]
38
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
38
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
39
[% END %]
39
[% END %]
40
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
40
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS.raw %]</style>[% END %]
41
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
41
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
42
[% PROCESS cssinclude %]
42
[% PROCESS cssinclude %]
43
<!-- Respond.js brings responsive layout behavior to IE < v.9 -->
43
<!-- Respond.js brings responsive layout behavior to IE < v.9 -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-1 / +1 lines)
Lines 267-273 $(document).ready(function() { Link Here
267
[% IF ( OPACUserJS ) %]
267
[% IF ( OPACUserJS ) %]
268
    <script type="text/javascript">
268
    <script type="text/javascript">
269
        //<![CDATA[
269
        //<![CDATA[
270
        [% OPACUserJS %]
270
        [% OPACUserJS.raw %]
271
        //]]>
271
        //]]>
272
    </script>
272
    </script>
273
[% END %]
273
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
7
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" />
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS.raw %]</style>[% END %]
11
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
11
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
12
<!--[if lt IE 9]>
12
<!--[if lt IE 9]>
13
    <script src="[% interface %]/[% theme %]/lib/respond.min.js"></script>
13
    <script src="[% interface %]/[% theme %]/lib/respond.min.js"></script>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 8-14 Link Here
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" />
11
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
11
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS.raw %]</style>[% END %]
12
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
12
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
13
<!--[if lt IE 9]>
13
<!--[if lt IE 9]>
14
    <script src="[% interface %]/[% theme %]/lib/respond.min.js"></script>
14
    <script src="[% interface %]/[% theme %]/lib/respond.min.js"></script>
15
- 

Return to bug 13618