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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc (-5 / +5 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'format_price.inc' %]
1
[% INCLUDE 'format_price.inc' %]
2
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/buttons.dataTables.min.css" />
2
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/buttons.dataTables.min_[% KOHA_VERSION %].css" />
3
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
3
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min_[% KOHA_VERSION %].js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.buttons.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.buttons.min_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/buttons.colVis.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/buttons.colVis.min_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
8
    var MSG_DT_FIRST = _("First");
8
    var MSG_DT_FIRST = _("First");
Lines 22-25 Link Here
22
    var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
22
    var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
23
//]]>
23
//]]>
24
</script>
24
</script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables_[% KOHA_VERSION %].js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc (-1 / +1 lines)
Lines 1-4 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 %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
2
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
3
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
3
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
4
4
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-7 / +7 lines)
Lines 10-25 Link Here
10
10
11
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
11
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
12
12
13
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
13
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].css" />
14
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
14
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min_[% KOHA_VERSION %].css" />
15
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap-theme.min.css" />
15
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap-theme.min_[% KOHA_VERSION %].css" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min_[% KOHA_VERSION %].css" />
17
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
17
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
18
[% INCLUDE intranetstylesheet.inc %]
18
[% INCLUDE intranetstylesheet.inc %]
19
[% IF ( bidi ) %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
19
[% IF ( bidi ) %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />[% END %]
20
20
21
[% IF ( login ) %]
21
[% IF ( login ) %]
22
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/login.css" />
22
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/login_[% KOHA_VERSION %].css" />
23
[% END %]
23
[% END %]
24
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
24
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc (-3 / +3 lines)
Lines 1-7 Link Here
1
<script type="text/javascript">
1
<script type="text/javascript">
2
    var GB_ROOT_DIR = "[% interface %]/lib/greybox/";
2
    var GB_ROOT_DIR = "[% interface %]/lib/greybox/";
3
</script>
3
</script>
4
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts.js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script>
7
<link href="[% interface %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
7
<link href="[% interface %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-9 / +9 lines)
Lines 2-20 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 %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
7
[% INCLUDE intranetstylesheet.inc %]
7
[% INCLUDE intranetstylesheet.inc %]
8
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
9
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
9
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
10
[% END %]
10
[% END %]
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut_[% KOHA_VERSION %].js"></script>
15
<!-- koha core js -->
15
<!-- koha core js -->
16
<script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script>
16
<script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global_[% KOHA_VERSION %].js"></script>
17
17
18
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
18
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help_[% KOHA_VERSION %].css" />
19
</head>
19
</head>
20
<body id="help" class="help">
20
<body id="help" class="help">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (-8 / +8 lines)
Lines 1-14 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="/favicon.ico" type="image/x-icon" />
2
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min_[% KOHA_VERSION %].css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/installer.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/installer_[% KOHA_VERSION %].css" />
6
6
7
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min_[% KOHA_VERSION %].js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript">
12
<script type="text/javascript">
13
    function _(s) { return s } // dummy function for gettext
13
    function _(s) { return s } // dummy function for gettext
14
    [%# Prevent XFS attacks -%]
14
    [%# Prevent XFS attacks -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc (-11 / +11 lines)
Lines 11-26 Link Here
11
    </script>
11
    </script>
12
[% END %]
12
[% END %]
13
13
14
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min_[% KOHA_VERSION %].js"></script>
17
<script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
17
<script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut_[% KOHA_VERSION %].js"></script>
18
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
18
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min_[% KOHA_VERSION %].js"></script>
19
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
19
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.highlight-3_[% KOHA_VERSION %].js"></script>
20
<script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min.js"></script>
20
<script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min_[% KOHA_VERSION %].js"></script>
21
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
21
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
22
<!-- koha core js -->
22
<!-- koha core js -->
23
<script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script>
23
<script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global_[% KOHA_VERSION %].js"></script>
24
24
25
[% INCLUDE 'validator-strings.inc' %]
25
[% INCLUDE 'validator-strings.inc' %]
26
[% IF ( IntranetUserJS ) %]
26
[% IF ( IntranetUserJS ) %]
Lines 51-61 Link Here
51
    //]]>
51
    //]]>
52
    </script>
52
    </script>
53
53
54
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket.js"></script>
54
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket_[% KOHA_VERSION %].js"></script>
55
[% END %]
55
[% END %]
56
56
57
[% IF LocalCoverImages %]
57
[% IF LocalCoverImages %]
58
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/localcovers.js"></script>
58
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/localcovers_[% KOHA_VERSION %].js"></script>
59
    <script type="text/javascript">
59
    <script type="text/javascript">
60
        //<![CDATA[
60
        //<![CDATA[
61
            var NO_LOCAL_JACKET = _("No cover image available");
61
            var NO_LOCAL_JACKET = _("No cover image available");
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc (-2 / +2 lines)
Lines 1-6 Link Here
1
<script src="[% interface %]/lib/select2/js/select2.min.js"></script>
1
<script src="[% interface %]/lib/select2/js/select2.min.js"></script>
2
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/select2/css/select2.min.css" />
2
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/select2/css/select2.min_[% KOHA_VERSION %].css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/select2.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/select2_[% KOHA_VERSION %].css" />
4
<script>
4
<script>
5
  jQuery.extend($.fn.select2.defaults, {
5
  jQuery.extend($.fn.select2.defaults, {
6
    allowClear: true,
6
    allowClear: true,
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc (-1 / +1 lines)
Lines 1-5 Link Here
1
[% #Enable tinymce for system preferences %]
1
[% #Enable tinymce for system preferences %]
2
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
2
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce_[% KOHA_VERSION %].js"></script>
3
<script>
3
<script>
4
4
5
[%# Save TinyMCE content and trigger an event on the original element %]
5
[%# Save TinyMCE content and trigger an event on the original element %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-3 / +3 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions</title>
5
<title>Koha &rsaquo; Acquisitions</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
8
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
9
</head>
9
</head>
10
10
Lines 169-176 Link Here
169
169
170
[% MACRO jsinclude BLOCK %]
170
[% MACRO jsinclude BLOCK %]
171
    [% INCLUDE 'datatables.inc' %]
171
    [% INCLUDE 'datatables.inc' %]
172
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
172
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable_[% KOHA_VERSION %].js"></script>
173
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
173
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
174
    <script type="text/javascript">
174
    <script type="text/javascript">
175
        dt_overwrite_html_sorting_localeCompare();
175
        dt_overwrite_html_sorting_localeCompare();
176
176
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-4 / +4 lines)
Lines 9-15 Link Here
9
 &rsaquo; Batch list
9
 &rsaquo; Batch list
10
[% END %]
10
[% END %]
11
</title>
11
</title>
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
13
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
13
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
</head>
15
</head>
Lines 425-434 Link Here
425
</div>
425
</div>
426
426
427
[% MACRO jsinclude BLOCK %]
427
[% MACRO jsinclude BLOCK %]
428
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
428
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
429
[% INCLUDE 'datatables.inc' %]
429
[% INCLUDE 'datatables.inc' %]
430
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
430
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
431
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
431
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
432
    <script type="text/JavaScript">
432
    <script type="text/JavaScript">
433
        $(document).ready(function() {
433
        $(document).ready(function() {
434
            $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
434
            $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-3 / +3 lines)
Lines 19-25 Link Here
19
[% SET footerjs = 1 %]
19
[% SET footerjs = 1 %]
20
[% INCLUDE 'doc-head-open.inc' %]
20
[% INCLUDE 'doc-head-open.inc' %]
21
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno |html %]) for [% booksellername|html %]</title>
21
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno |html %]) for [% booksellername|html %]</title>
22
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
22
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<style type="text/css">
24
<style type="text/css">
25
    .sortmsg {font-size: 80%;}
25
    .sortmsg {font-size: 80%;}
Lines 682-690 Link Here
682
</div>
682
</div>
683
683
684
[% MACRO jsinclude BLOCK %]
684
[% MACRO jsinclude BLOCK %]
685
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
685
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
686
[% INCLUDE 'datatables.inc' %]
686
[% INCLUDE 'datatables.inc' %]
687
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
687
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
688
    <script type="text/javascript">
688
    <script type="text/javascript">
689
        function updateColumnsVisibility(visible) {
689
        function updateColumnsVisibility(visible) {
690
            if ( visible ) {
690
            if ( visible ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-10 / +10 lines)
Lines 1-19 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/yui/utilities/utilities.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/yui/utilities/utilities_[% KOHA_VERSION %].js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/yui/button/button-min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/yui/button/button-min_[% KOHA_VERSION %].js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/yui/container/container_core-min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/yui/container/container_core-min_[% KOHA_VERSION %].js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/yui/menu/menu-min.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/yui/menu/menu-min_[% KOHA_VERSION %].js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/basketgroup.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/basketgroup_[% KOHA_VERSION %].js"></script>
12
[% IF ( grouping ) %]
12
[% IF ( grouping ) %]
13
<script type="text/javascript" src="[% interface %]/lib/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/yui/yahoo-dom-event/yahoo-dom-event_[% KOHA_VERSION %].js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/yui/animation/animation-min.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/yui/animation/animation-min_[% KOHA_VERSION %].js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/yui/dragdrop/dragdrop-min.js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/yui/dragdrop/dragdrop-min_[% KOHA_VERSION %].js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/yui/element/element-min.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/yui/element/element-min_[% KOHA_VERSION %].js"></script>
17
<style type="text/css">
17
<style type="text/css">
18
/*margin and padding on body element
18
/*margin and padding on body element
19
  can introduce errors in determining
19
  can introduce errors in determining
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-2 / +2 lines)
Lines 141-148 Link Here
141
</div>
141
</div>
142
142
143
[% MACRO jsinclude BLOCK %]
143
[% MACRO jsinclude BLOCK %]
144
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
144
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
145
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
145
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
146
[% END %]
146
[% END %]
147
147
148
[% INCLUDE 'intranet-bottom.inc' %]
148
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 184-190 Link Here
184
</div>
184
</div>
185
185
186
[% MACRO jsinclude BLOCK %]
186
[% MACRO jsinclude BLOCK %]
187
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
187
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
188
    [% INCLUDE 'datatables.inc' %]
188
    [% INCLUDE 'datatables.inc' %]
189
    <script type="text/javascript">
189
    <script type="text/javascript">
190
        $(document).ready(function() {
190
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<style type="text/css">
7
<style type="text/css">
8
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
8
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
Lines 110-116 Link Here
110
</div>
110
</div>
111
111
112
[% MACRO jsinclude BLOCK %]
112
[% MACRO jsinclude BLOCK %]
113
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
113
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
114
    [% INCLUDE 'datatables.inc' %]
114
    [% INCLUDE 'datatables.inc' %]
115
    <script type="text/javascript">
115
    <script type="text/javascript">
116
        $(document).ready(function() {
116
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
8
</head>
9
9
Lines 207-217 Link Here
207
</div>
207
</div>
208
208
209
[% MACRO jsinclude BLOCK %]
209
[% MACRO jsinclude BLOCK %]
210
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
210
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
211
[% INCLUDE 'calendar.inc' %]
211
[% INCLUDE 'calendar.inc' %]
212
    [% INCLUDE 'datatables.inc' %]
212
    [% INCLUDE 'datatables.inc' %]
213
    [% INCLUDE 'columns_settings.inc' %]
213
    [% INCLUDE 'columns_settings.inc' %]
214
    <script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script>
214
    <script type="text/javascript" src="[% interface %]/js/autocomplete/patrons_[% KOHA_VERSION %].js"></script>
215
    <script type="text/javascript">
215
    <script type="text/javascript">
216
        var MSG_REMOVE_PATRON = _("Remove");
216
        var MSG_REMOVE_PATRON = _("Remove");
217
        $(document).ready(function() {
217
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
8
Lines 85-91 Link Here
85
</div>
85
</div>
86
86
87
[% MACRO jsinclude BLOCK %]
87
[% MACRO jsinclude BLOCK %]
88
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
88
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
89
    [% INCLUDE 'datatables.inc' %]
89
    [% INCLUDE 'datatables.inc' %]
90
    <script type="text/javascript">
90
    <script type="text/javascript">
91
        $(document).ready(function() {
91
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
9
</head>
10
10
Lines 210-216 Link Here
210
</div>
210
</div>
211
211
212
[% MACRO jsinclude BLOCK %]
212
[% MACRO jsinclude BLOCK %]
213
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
213
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
214
    [% INCLUDE 'calendar.inc' %]
214
    [% INCLUDE 'calendar.inc' %]
215
    [% INCLUDE 'datatables.inc' %]
215
    [% INCLUDE 'datatables.inc' %]
216
    <script type="text/javascript">
216
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-2 / +2 lines)
Lines 3-13 Link Here
3
[% USE ColumnsSettings %]
3
[% USE ColumnsSettings %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'columns_settings.inc' %]
9
[% INCLUDE 'columns_settings.inc' %]
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
11
[% INCLUDE 'calendar.inc' %]
11
[% INCLUDE 'calendar.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-4 / +4 lines)
Lines 4-14 Link Here
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
6
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
8
[% INCLUDE 'additem.js.inc' %]
8
[% INCLUDE 'additem.js.inc' %]
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem_[% KOHA_VERSION %].js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
14
actTotal = "";
14
actTotal = "";
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-3 / +3 lines)
Lines 6-14 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'additem.js.inc' %]
8
[% INCLUDE 'additem.js.inc' %]
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/additem_[% KOHA_VERSION %].js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit.js"></script>
11
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
14
    function Check(form) {
14
    function Check(form) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +3 lines)
Lines 5-15 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
7
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name %][% END %]</title>
7
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name %][% END %]</title>
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min_[% KOHA_VERSION %].js"></script>
13
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
13
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
14
<script type="text/javascript">
14
<script type="text/javascript">
15
//<![CDATA[
15
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 87-93 Link Here
87
87
88
[% INCLUDE 'doc-head-open.inc' %]
88
[% INCLUDE 'doc-head-open.inc' %]
89
<title>Koha &rsaquo; Vendor [% name %]</title>
89
<title>Koha &rsaquo; Vendor [% name %]</title>
90
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
90
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
91
[% INCLUDE 'doc-head-close.inc' %]
91
[% INCLUDE 'doc-head-close.inc' %]
92
[% INCLUDE 'datatables.inc' %]
92
[% INCLUDE 'datatables.inc' %]
93
93
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-2 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
Lines 22-28 Link Here
22
var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the price and try again!");
22
var MSG_INVALIDPRICE = _("ERROR: Price is not a valid number, please check the price and try again!");
23
 //]]>
23
 //]]>
24
</script>
24
</script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
26
</head>
26
</head>
27
<body id="acq_uncertainprice" class="acq">
27
<body id="acq_uncertainprice" class="acq">
28
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-3 / +3 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
6
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
10
    $(document).ready(function(){
10
    $(document).ready(function(){
Lines 39-45 Link Here
39
//]]>
39
//]]>
40
</script>
40
</script>
41
[% INCLUDE 'z3950_search.inc' %]
41
[% INCLUDE 'z3950_search.inc' %]
42
<script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search.js"></script>
42
<script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script>
43
<style type="text/css">
43
<style type="text/css">
44
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
44
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
45
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
45
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +3 lines)
Lines 34-40 Link Here
34
34
35
[% INCLUDE 'doc-head-open.inc' %]
35
[% INCLUDE 'doc-head-open.inc' %]
36
[% INCLUDE 'doc-head-close.inc' %]
36
[% INCLUDE 'doc-head-close.inc' %]
37
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
37
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
38
[% IF close_form %]
38
[% IF close_form %]
39
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
39
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
40
[% END %]
40
[% END %]
Lines 495-503 Link Here
495
    [% INCLUDE 'calendar.inc' %]
495
    [% INCLUDE 'calendar.inc' %]
496
    [% INCLUDE 'datatables.inc' %]
496
    [% INCLUDE 'datatables.inc' %]
497
    [% IF close_form %]
497
    [% IF close_form %]
498
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
498
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable_[% KOHA_VERSION %].js"></script>
499
    [% END %]
499
    [% END %]
500
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
500
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
501
    <script type="text/javascript">
501
    <script type="text/javascript">
502
    // #################################################################################
502
    // #################################################################################
503
    // Javascript
503
    // Javascript
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-4 / +4 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF op == 'add_form' %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
6
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF op == 'add_form' %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
8
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
10
</head>
Lines 440-453 Link Here
440
</div>
440
</div>
441
</div>
441
</div>
442
[% MACRO jsinclude BLOCK %]
442
[% MACRO jsinclude BLOCK %]
443
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
443
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
444
    <script type="text/javascript">
444
    <script type="text/javascript">
445
        var MSG_BUDGET_PARENT_ALLOCATION = "- " + _("Fund amount exceeds parent allocation") + "\n";
445
        var MSG_BUDGET_PARENT_ALLOCATION = "- " + _("Fund amount exceeds parent allocation") + "\n";
446
        var MSG_BUDGET_PERIOD_ALLOCATION = "- " + _("Fund amount exceeds period allocation") + "\n";
446
        var MSG_BUDGET_PERIOD_ALLOCATION = "- " + _("Fund amount exceeds period allocation") + "\n";
447
        var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + "\n";
447
        var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + "\n";
448
    </script>
448
    </script>
449
449
450
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
450
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
451
    [% IF op == 'add_form' %]
451
    [% IF op == 'add_form' %]
452
        <script type="text/javascript">
452
        <script type="text/javascript">
453
        //<![CDATA[
453
        //<![CDATA[
Lines 606-612 Link Here
606
        </script>
606
        </script>
607
    [% ELSIF op == 'list' %]
607
    [% ELSIF op == 'list' %]
608
        [% INCLUDE 'datatables.inc' %]
608
        [% INCLUDE 'datatables.inc' %]
609
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
609
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable_[% KOHA_VERSION %].js"></script>
610
610
611
        <script type="text/javascript">
611
        <script type="text/javascript">
612
        //<![CDATA[
612
        //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-1 / +1 lines)
Lines 176-182 Link Here
176
</div>
176
</div>
177
[% MACRO jsinclude BLOCK %]
177
[% MACRO jsinclude BLOCK %]
178
    [% INCLUDE 'calendar.inc' %]
178
    [% INCLUDE 'calendar.inc' %]
179
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
179
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
180
    <script type="text/javascript">
180
    <script type="text/javascript">
181
    //<![CDATA[
181
    //<![CDATA[
182
    // to check if the data are correctly entered.
182
    // to check if the data are correctly entered.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-2 / +2 lines)
Lines 269-276 Link Here
269
</div>
269
</div>
270
</div>
270
</div>
271
[% MACRO jsinclude BLOCK %]
271
[% MACRO jsinclude BLOCK %]
272
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
272
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
273
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
273
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
274
    <script type="text/javascript">
274
    <script type="text/javascript">
275
    //<![CDATA[
275
    //<![CDATA[
276
        function Check(f) {
276
        function Check(f) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-2 / +2 lines)
Lines 132-143 Link Here
132
</div>
132
</div>
133
133
134
[% MACRO jsinclude BLOCK %]
134
[% MACRO jsinclude BLOCK %]
135
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
135
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
136
    <script type="text/javascript">
136
    <script type="text/javascript">
137
        var MSG_AUDIO_EMPTY_SOUND = _("Please select or enter a sound.");
137
        var MSG_AUDIO_EMPTY_SOUND = _("Please select or enter a sound.");
138
        var MSG_AUDIO_CONFIRM_DELETE = _("Are you sure you want to delete the selected audio alerts?");
138
        var MSG_AUDIO_CONFIRM_DELETE = _("Are you sure you want to delete the selected audio alerts?");
139
        var MSG_AUDIO_CHECK_CHECKBOXES = _("Check the box next to the alert you want to delete.")
139
        var MSG_AUDIO_CHECK_CHECKBOXES = _("Check the box next to the alert you want to delete.")
140
    </script>
140
    </script>
141
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/audio_alerts.js"></script>
141
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/audio_alerts_[% KOHA_VERSION %].js"></script>
142
[% END %]
142
[% END %]
143
[% INCLUDE 'intranet-bottom.inc' %]
143
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 335-341 Link Here
335
</div>
335
</div>
336
336
337
[% MACRO jsinclude BLOCK %]
337
[% MACRO jsinclude BLOCK %]
338
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
338
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
339
    <script type="text/javascript">
339
    <script type="text/javascript">
340
     $(document).ready(function() {
340
     $(document).ready(function() {
341
        $('#subfieldtabs').tabs();
341
        $('#subfieldtabs').tabs();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +2 lines)
Lines 7-13 Link Here
7
    [% ELSE %]&rsaquo; [% action %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
7
    [% ELSE %]&rsaquo; [% action %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
9
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
</head>
11
</head>
12
12
13
<body id="admin_auth_tag_structure" class="admin">
13
<body id="admin_auth_tag_structure" class="admin">
Lines 234-240 Link Here
234
234
235
[% MACRO jsinclude BLOCK %]
235
[% MACRO jsinclude BLOCK %]
236
    [% INCLUDE 'datatables.inc' %]
236
    [% INCLUDE 'datatables.inc' %]
237
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
237
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
238
    <script type="text/javascript">
238
    <script type="text/javascript">
239
        $(document).ready(function() {
239
        $(document).ready(function() {
240
            $("#table_authtagstructure").dataTable($.extend(true, {}, dataTablesDefaults, {
240
            $("#table_authtagstructure").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +2 lines)
Lines 9-15 Link Here
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
11
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
13
13
14
<style type="text/css">
14
<style type="text/css">
15
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
15
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
Lines 281-287 Link Here
281
</div>
281
</div>
282
282
283
[% MACRO jsinclude BLOCK %]
283
[% MACRO jsinclude BLOCK %]
284
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
284
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
285
    [% INCLUDE 'datatables.inc' %]
285
    [% INCLUDE 'datatables.inc' %]
286
    <script type="text/javascript">
286
    <script type="text/javascript">
287
        $(document).ready(function() {
287
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
[% END %]
8
[% END %]
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
12
</head>
12
</head>
13
13
14
<body id="admin_authtypes" class="admin">
14
<body id="admin_authtypes" class="admin">
Lines 174-180 Link Here
174
174
175
[% MACRO jsinclude BLOCK %]
175
[% MACRO jsinclude BLOCK %]
176
    [% INCLUDE 'datatables.inc' %]
176
    [% INCLUDE 'datatables.inc' %]
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
178
    <script type="text/javascript">
178
    <script type="text/javascript">
179
        $(document).ready(function() {
179
        $(document).ready(function() {
180
            $("#authtypes").dataTable($.extend(true, {}, dataTablesDefaults, {
180
            $("#authtypes").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-3 / +3 lines)
Lines 8-14 Link Here
8
[% END %]
8
[% END %]
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
12
</head>
12
</head>
13
13
14
<body id="admin_biblio_framework" class="admin">
14
<body id="admin_biblio_framework" class="admin">
Lines 281-287 Link Here
281
281
282
[% MACRO jsinclude BLOCK %]
282
[% MACRO jsinclude BLOCK %]
283
    [% INCLUDE 'datatables.inc' %]
283
    [% INCLUDE 'datatables.inc' %]
284
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
284
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
285
    <script type="text/javascript">
285
    <script type="text/javascript">
286
        /* Set some variable needed in biblio_framework.js */
286
        /* Set some variable needed in biblio_framework.js */
287
        var MSG_IMPORT_ERROR = _("Error importing the framework");
287
        var MSG_IMPORT_ERROR = _("Error importing the framework");
Lines 290-295 Link Here
290
        var MSG_IMPORTING_TO_FRAMEWORK = _("Importing to framework: %s. Importing from file: %s.");
290
        var MSG_IMPORTING_TO_FRAMEWORK = _("Importing to framework: %s. Importing from file: %s.");
291
        var template_path = "[% interface %]/[% theme %]";
291
        var template_path = "[% interface %]/[% theme %]";
292
    </script>
292
    </script>
293
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/biblio_framework.js"></script>
293
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/biblio_framework_[% KOHA_VERSION %].js"></script>
294
[% END %]
294
[% END %]
295
[% INCLUDE 'intranet-bottom.inc' %]
295
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
4
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
<style type="text/css">td { text-align: center; } .sorted { min-width: 50%; }</style>
7
<style type="text/css">td { text-align: center; } .sorted { min-width: 50%; }</style>
8
</head>
8
</head>
9
9
Lines 85-93 Link Here
85
</div>
85
</div>
86
86
87
[% MACRO jsinclude BLOCK %]
87
[% MACRO jsinclude BLOCK %]
88
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
88
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
89
    [% INCLUDE 'datatables.inc' %]
89
    [% INCLUDE 'datatables.inc' %]
90
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
90
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
91
    <script type="text/javascript">
91
    <script type="text/javascript">
92
        $(document).ready(function(){
92
        $(document).ready(function(){
93
            $("#CheckAll").click(function(){ $("#transferlimit_tabs").checkCheckboxes(); return false; });
93
            $("#CheckAll").click(function(){ $("#transferlimit_tabs").checkCheckboxes(); return false; });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-3 / +3 lines)
Lines 12-18 Link Here
12
[% END %]
12
[% END %]
13
</title>
13
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
15
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
16
</head>
16
</head>
17
17
18
<body id="admin_branches" class="admin">
18
<body id="admin_branches" class="admin">
Lines 370-378 Link Here
370
</div>
370
</div>
371
371
372
[% MACRO jsinclude BLOCK %]
372
[% MACRO jsinclude BLOCK %]
373
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
373
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
374
    [% INCLUDE 'datatables.inc' %]
374
    [% INCLUDE 'datatables.inc' %]
375
    <script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
375
    <script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce_[% KOHA_VERSION %].js"></script>
376
    <script type="text/javascript">
376
    <script type="text/javascript">
377
        $(document).ready(function() {
377
        $(document).ready(function() {
378
            $("#branchest").dataTable($.extend(true, {}, dataTablesDefaults, {
378
            $("#branchest").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-3 / +3 lines)
Lines 7-13 Link Here
7
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
7
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
11
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
12
</head>
12
</head>
13
13
Lines 491-503 Link Here
491
</div>
491
</div>
492
492
493
[% MACRO jsinclude BLOCK %]
493
[% MACRO jsinclude BLOCK %]
494
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
494
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
495
    [% INCLUDE 'calendar.inc' %]
495
    [% INCLUDE 'calendar.inc' %]
496
    [% INCLUDE 'datatables.inc' %]
496
    [% INCLUDE 'datatables.inc' %]
497
    <script type="text/javascript">
497
    <script type="text/javascript">
498
        var MSG_CATEGORYCODE_CHARS = _("Category code can only contain the following characters: letters, numbers, - and _.");
498
        var MSG_CATEGORYCODE_CHARS = _("Category code can only contain the following characters: letters, numbers, - and _.");
499
        var MSG_ONE_ENROLLMENTPERIOD = ("Please choose an enrollment period in months OR by date.");
499
        var MSG_ONE_ENROLLMENTPERIOD = ("Please choose an enrollment period in months OR by date.");
500
    </script>
500
    </script>
501
    <script type="text/javascript" src="[% themelang %]/js/categories.js"></script>
501
    <script type="text/javascript" src="[% themelang %]/js/categories_[% KOHA_VERSION %].js"></script>
502
[% END %]
502
[% END %]
503
[% INCLUDE 'intranet-bottom.inc' %]
503
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-1 / +1 lines)
Lines 279-284 Link Here
279
</div>
279
</div>
280
280
281
[% MACRO jsinclude BLOCK %]
281
[% MACRO jsinclude BLOCK %]
282
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
282
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
283
[% END %]
283
[% END %]
284
[% INCLUDE 'intranet-bottom.inc' %]
284
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Administration &rsaquo; [% IF op =='add_form' %]Cities &rsaquo; [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
3
<title>Koha &rsaquo; Administration &rsaquo; [% IF op =='add_form' %]Cities &rsaquo; [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
</head>
6
</head>
7
7
8
<body id="admin_cities" class="admin">
8
<body id="admin_cities" class="admin">
Lines 174-180 Link Here
174
</div>
174
</div>
175
175
176
[% MACRO jsinclude BLOCK %]
176
[% MACRO jsinclude BLOCK %]
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
178
    [% INCLUDE 'datatables.inc' %]
178
    [% INCLUDE 'datatables.inc' %]
179
    <script type="text/javascript">
179
    <script type="text/javascript">
180
        $(document).ready(function() {
180
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-1 / +1 lines)
Lines 268-273 Link Here
268
</div>
268
</div>
269
269
270
[% MACRO jsinclude BLOCK %]
270
[% MACRO jsinclude BLOCK %]
271
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
271
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
272
[% END %]
272
[% END %]
273
[% INCLUDE 'intranet-bottom.inc' %]
273
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
</div>
67
</div>
68
68
69
[% MACRO jsinclude BLOCK %]
69
[% MACRO jsinclude BLOCK %]
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
71
[% END %]
71
[% END %]
72
72
73
[% INCLUDE 'intranet-bottom.inc' %]
73
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 165-171 Link Here
165
  </div>
165
  </div>
166
166
167
[% MACRO jsinclude BLOCK %]
167
[% MACRO jsinclude BLOCK %]
168
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
168
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
169
    <script type="text/javascript">
169
    <script type="text/javascript">
170
        $(document).ready( function() {
170
        $(document).ready( function() {
171
            var accordion = $( "#modules" ).accordion({
171
            var accordion = $( "#modules" ).accordion({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency %]'[% END %]
8
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency %]'[% END %]
9
[% IF op == 'list' %]Currencies[% END %]</title>
9
[% IF op == 'list' %]Currencies[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
12
</head>
12
</head>
13
13
14
<body id="admin_currency" class="admin">
14
<body id="admin_currency" class="admin">
Lines 217-223 Link Here
217
</div>
217
</div>
218
218
219
[% MACRO jsinclude BLOCK %]
219
[% MACRO jsinclude BLOCK %]
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
221
    [% INCLUDE 'datatables.inc' %]
221
    [% INCLUDE 'datatables.inc' %]
222
    [% INCLUDE 'columns_settings.inc' %]
222
    [% INCLUDE 'columns_settings.inc' %]
223
    <script type="text/javascript">
223
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-1 / +1 lines)
Lines 68-74 Link Here
68
</div>
68
</div>
69
69
70
[% MACRO jsinclude BLOCK %]
70
[% MACRO jsinclude BLOCK %]
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
72
    <script type="text/javascript">
72
    <script type="text/javascript">
73
        $(document).ready(function() {
73
        $(document).ready(function() {
74
            $( ".pluginlist" ).sortable();
74
            $( ".pluginlist" ).sortable();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +1 lines)
Lines 325-330 Link Here
325
</div>
325
</div>
326
326
327
[% MACRO jsinclude BLOCK %]
327
[% MACRO jsinclude BLOCK %]
328
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
328
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
329
[% END %]
329
[% END %]
330
[% INCLUDE 'intranet-bottom.inc' %]
330
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-1 / +1 lines)
Lines 171-176 Link Here
171
</div>
171
</div>
172
172
173
[% MACRO jsinclude BLOCK %]
173
[% MACRO jsinclude BLOCK %]
174
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
174
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
175
[% END %]
175
[% END %]
176
[% INCLUDE 'intranet-bottom.inc' %]
176
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
	</div>
74
	</div>
75
75
76
[% MACRO jsinclude BLOCK %]
76
[% MACRO jsinclude BLOCK %]
77
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
77
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
78
    <script type="text/javascript">
78
    <script type="text/javascript">
79
        $(document).ready(function() {
79
        $(document).ready(function() {
80
            $('#selectframework').find("input:submit").hide();
80
            $('#selectframework').find("input:submit").hide();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-1 / +1 lines)
Lines 158-164 table.grid td.default { Link Here
158
</div>
158
</div>
159
159
160
[% MACRO jsinclude BLOCK %]
160
[% MACRO jsinclude BLOCK %]
161
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
161
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
162
    <script type="text/javascript">
162
    <script type="text/javascript">
163
        var $branch = "[% branch %]";
163
        var $branch = "[% branch %]";
164
        $(function(){
164
        $(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
    </div>
41
    </div>
42
42
43
[% MACRO jsinclude BLOCK %]
43
[% MACRO jsinclude BLOCK %]
44
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
44
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
45
[% END %]
45
[% END %]
46
46
47
[% INCLUDE 'intranet-bottom.inc' %]
47
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-2 / +2 lines)
Lines 109-119 Link Here
109
    </div>
109
    </div>
110
110
111
[% MACRO jsinclude BLOCK %]
111
[% MACRO jsinclude BLOCK %]
112
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
112
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
113
    <script type="text/javascript">
113
    <script type="text/javascript">
114
        var MSG_ITEM_SEARCH_DELETE_CONFIRM = _("Are you sure you want to delete this field?");
114
        var MSG_ITEM_SEARCH_DELETE_CONFIRM = _("Are you sure you want to delete this field?");
115
    </script>
115
    </script>
116
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/item_search_fields.js"></script>
116
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/item_search_fields_[% KOHA_VERSION %].js"></script>
117
[% END %]
117
[% END %]
118
118
119
[% INCLUDE 'intranet-bottom.inc' %]
119
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 22-28 Data deleted Link Here
22
[% END %]
22
[% END %]
23
</title>
23
</title>
24
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
25
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
25
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
26
<style type="text/css">
26
<style type="text/css">
27
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
27
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
28
  fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
28
  fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
Lines 395-401 Item types administration Link Here
395
</div>
395
</div>
396
396
397
[% MACRO jsinclude BLOCK %]
397
[% MACRO jsinclude BLOCK %]
398
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
398
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
399
    [% INCLUDE 'greybox.inc' %]
399
    [% INCLUDE 'greybox.inc' %]
400
    [% INCLUDE 'datatables.inc' %]
400
    [% INCLUDE 'datatables.inc' %]
401
    <script type="text/javascript">
401
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Administration &rsaquo; Koha to MARC mapping</title>
3
<title>Koha &rsaquo; Administration &rsaquo; Koha to MARC mapping</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
</head>
6
</head>
7
7
8
<body id="admin_koha2marclinks" class="admin">
8
<body id="admin_koha2marclinks" class="admin">
Lines 68-74 Link Here
68
68
69
[% MACRO jsinclude BLOCK %]
69
[% MACRO jsinclude BLOCK %]
70
    [% INCLUDE 'datatables.inc' %]
70
    [% INCLUDE 'datatables.inc' %]
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
72
    <script type="text/javascript">
72
    <script type="text/javascript">
73
        function AddFld(kohafield) {
73
        function AddFld(kohafield) {
74
            var fieldstr = prompt( _("Adding a mapping for: ") + kohafield + ".\n" + _("Please enter field tag and subfield code, separated by a comma. (For control fields: add '@' as subfield code.)\nThe change will be applied immediately.") );
74
            var fieldstr = prompt( _("Adding a mapping for: ") + kohafield + ".\n" + _("Please enter field tag and subfield code, separated by a comma. (For control fields: add '@' as subfield code.)\nThe change will be applied immediately.") );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Localization</title>
3
<title>Koha &rsaquo; Localization</title>
4
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
4
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
</head>
6
</head>
7
7
8
<body id="admin_localization" class="admin">
8
<body id="admin_localization" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 318-324 Link Here
318
</div>
318
</div>
319
319
320
[% MACRO jsinclude BLOCK %]
320
[% MACRO jsinclude BLOCK %]
321
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
321
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
322
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/marc_subfields_structure.js"></script>
322
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/marc_subfields_structure_[% KOHA_VERSION %].js"></script>
323
[% END %]
323
[% END %]
324
[% INCLUDE 'intranet-bottom.inc' %]
324
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-3 / +3 lines)
Lines 7-13 Link Here
7
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
7
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
8
[% IF ( else ) %]MARC frameworks[% END %]</title>
8
[% IF ( else ) %]MARC frameworks[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
</head>
11
</head>
12
12
13
<body id="admin_marctagstructure" class="admin">
13
<body id="admin_marctagstructure" class="admin">
Lines 242-249 Link Here
242
242
243
[% MACRO jsinclude BLOCK %]
243
[% MACRO jsinclude BLOCK %]
244
    [% INCLUDE 'datatables.inc' %]
244
    [% INCLUDE 'datatables.inc' %]
245
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
245
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
246
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
246
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min_[% KOHA_VERSION %].js"></script>
247
    <script type="text/javascript">
247
    <script type="text/javascript">
248
        $(document).ready(function() {
248
        $(document).ready(function() {
249
            $("#table_marctagstructure").dataTable($.extend(true, {}, dataTablesDefaults, {
249
            $("#table_marctagstructure").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-1 / +1 lines)
Lines 579-585 Link Here
579
</div>
579
</div>
580
580
581
[% MACRO jsinclude BLOCK %]
581
[% MACRO jsinclude BLOCK %]
582
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
582
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
583
    <script type="text/javascript">
583
    <script type="text/javascript">
584
        var maxMatchPoint = [% max_matchpoint %];
584
        var maxMatchPoint = [% max_matchpoint %];
585
        var maxMatchCheck = [% max_matchcheck %];
585
        var maxMatchCheck = [% max_matchcheck %];
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-1 / +1 lines)
Lines 93-99 Link Here
93
</div>
93
</div>
94
94
95
[% MACRO jsinclude BLOCK %]
95
[% MACRO jsinclude BLOCK %]
96
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
96
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
97
    <script type="text/javascript">
97
    <script type="text/javascript">
98
        $(document).ready(function() {
98
        $(document).ready(function() {
99
            $("#mappingform").submit(function(){
99
            $("#mappingform").submit(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-1 / +1 lines)
Lines 113-119 Link Here
113
</div>
113
</div>
114
114
115
[% MACRO jsinclude BLOCK %]
115
[% MACRO jsinclude BLOCK %]
116
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
116
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
117
    <script type="text/javascript">
117
    <script type="text/javascript">
118
        function newDescField() {
118
        function newDescField() {
119
            $("#adddescription").before(
119
            $("#adddescription").before(
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 299-305 Link Here
299
</div>
299
</div>
300
300
301
[% MACRO jsinclude BLOCK %]
301
[% MACRO jsinclude BLOCK %]
302
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
302
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
303
    <script type="text/javascript">
303
    <script type="text/javascript">
304
        $(document).ready(function() {
304
        $(document).ready(function() {
305
            if ( $("#branches option:selected").length < 1 ) {
305
            if ( $("#branches option:selected").length < 1 ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-6 / +6 lines)
Lines 3-12 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
4
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/preferences.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/preferences_[% KOHA_VERSION %].css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/plugins/multiple-select/multiple-select.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/plugins/multiple-select/multiple-select_[% KOHA_VERSION %].css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/humanmsg.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/humanmsg_[% KOHA_VERSION %].css" />
10
</head>
10
</head>
11
<body id="admin_preferences" class="admin">
11
<body id="admin_preferences" class="admin">
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
Lines 152-159 Link Here
152
152
153
[% MACRO jsinclude BLOCK %]
153
[% MACRO jsinclude BLOCK %]
154
    [% INCLUDE 'datatables.inc' %]
154
    [% INCLUDE 'datatables.inc' %]
155
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
155
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
156
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/multiple-select/jquery.multiple.select.js"></script>
156
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/multiple-select/jquery.multiple.select_[% KOHA_VERSION %].js"></script>
157
    <script type="text/javascript">
157
    <script type="text/javascript">
158
        [% UNLESS ( searchfield ) %]$(document).ready(function(){
158
        [% UNLESS ( searchfield ) %]$(document).ready(function(){
159
                $('#toolbar').fixFloat();
159
                $('#toolbar').fixFloat();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% IF ( else ) %]Printers[% END %]</title>
7
[% IF ( else ) %]Printers[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% IF ( loop ) %]
9
[% IF ( loop ) %]
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Elastic Search mappings</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Elastic Search mappings</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.tablednd.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.tablednd_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript">
5
<script type="text/javascript">
6
    function clean_line( line ) {
6
    function clean_line( line ) {
7
        $(line).find('input[type="text"]').val("");
7
        $(line).find('input[type="text"]').val("");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 716-722 Link Here
716
</div>
716
</div>
717
717
718
[% MACRO jsinclude BLOCK %]
718
[% MACRO jsinclude BLOCK %]
719
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
719
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
720
    [% INCLUDE 'calendar.inc' %]
720
    [% INCLUDE 'calendar.inc' %]
721
    <script type="text/javascript">
721
    <script type="text/javascript">
722
722
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-2 / +2 lines)
Lines 96-108 Link Here
96
</div>
96
</div>
97
97
98
[% MACRO jsinclude BLOCK %]
98
[% MACRO jsinclude BLOCK %]
99
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
99
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
100
    <script type="text/javascript">
100
    <script type="text/javascript">
101
        var MSG_SMS_PATRONS_USING = _("Are you sure you want to delete %s? %s patron(s) are using it!");
101
        var MSG_SMS_PATRONS_USING = _("Are you sure you want to delete %s? %s patron(s) are using it!");
102
        var MSG_SMS_DELETE_CONFIRM = _("Are you sure you want to delete %s?");
102
        var MSG_SMS_DELETE_CONFIRM = _("Are you sure you want to delete %s?");
103
        var LABEL_SMS_ADD_PROVIDER = _("Add an SMS cellular provider");
103
        var LABEL_SMS_ADD_PROVIDER = _("Add an SMS cellular provider");
104
        var LABEL_SMS_EDIT_PROVIDER = _("Edit provider %s");
104
        var LABEL_SMS_EDIT_PROVIDER = _("Edit provider %s");
105
    </script>
105
    </script>
106
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/sms_providers.js"></script>
106
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/sms_providers_[% KOHA_VERSION %].js"></script>
107
[% END %]
107
[% END %]
108
[% INCLUDE 'intranet-bottom.inc' %]
108
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
    </div>
71
    </div>
72
72
73
[% MACRO jsinclude BLOCK %]
73
[% MACRO jsinclude BLOCK %]
74
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
74
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
75
    <script type="text/javascript">
75
    <script type="text/javascript">
76
        $(document).ready(function() {
76
        $(document).ready(function() {
77
            $("#form01").submit(function(event) {
77
            $("#form01").submit(function(event) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %] System preferences &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] System preferences &rsaquo; Data added[% END %]
4
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %] System preferences &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] System preferences &rsaquo; Data added[% END %]
5
[% IF ( delete_confirm ) %] System preferences &rsaquo; [% searchfield %] &rsaquo; Confirm deletion of parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] System preferences &rsaquo; Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</title>
5
[% IF ( delete_confirm ) %] System preferences &rsaquo; [% searchfield %] &rsaquo; Confirm deletion of parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] System preferences &rsaquo; Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="admin_systempreferences" class="admin">
10
<body id="admin_systempreferences" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
</div>
91
</div>
92
92
93
[% MACRO jsinclude BLOCK %]
93
[% MACRO jsinclude BLOCK %]
94
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
94
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
95
    <script type="text/javascript">
95
    <script type="text/javascript">
96
        function check_transport_cost(e) {
96
        function check_transport_cost(e) {
97
            var val = e.value;
97
            var val = e.value;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-1 / +1 lines)
Lines 228-234 Link Here
228
228
229
[% MACRO jsinclude BLOCK %]
229
[% MACRO jsinclude BLOCK %]
230
    [% INCLUDE 'calendar.inc' %]
230
    [% INCLUDE 'calendar.inc' %]
231
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
231
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
232
    <script src="[% interface %]/lib/leaflet/leaflet.js"></script>
232
    <script src="[% interface %]/lib/leaflet/leaflet.js"></script>
233
    <script type="text/javascript">
233
    <script type="text/javascript">
234
        function positionMap() {
234
        function positionMap() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +2 lines)
Lines 16-22 Link Here
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
17
18
[% IF op == 'list' %]
18
[% IF op == 'list' %]
19
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
19
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
20
[% END %]
20
[% END %]
21
</head>
21
</head>
22
22
Lines 198-204 Link Here
198
</div>
198
</div>
199
199
200
[% MACRO jsinclude BLOCK %]
200
[% MACRO jsinclude BLOCK %]
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script>
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu_[% KOHA_VERSION %].js"></script>
202
    [% IF op == 'list' %]
202
    [% IF op == 'list' %]
203
        [% INCLUDE 'datatables.inc' %]
203
        [% INCLUDE 'datatables.inc' %]
204
    [% END %]
204
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-3 / +3 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
6
6
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
Lines 162-168 function confirmnotdup(redirect){ Link Here
162
</script>
162
</script>
163
163
164
[% IF ( bidi ) %]
164
[% IF ( bidi ) %]
165
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
165
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
166
[% END %]
166
[% END %]
167
</head>
167
</head>
168
<body id="auth_authorities" class="auth">
168
<body id="auth_authorities" class="auth">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% IF ( displayhierarchy ) %]
11
[% IF ( displayhierarchy ) %]
12
<script type="text/javascript" src="/intranet-tmpl/lib/jquery/plugins/jquery.jstree.js"></script>
12
<script type="text/javascript" src="/intranet-tmpl/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script>
13
[% END %]
13
[% END %]
14
<script type="text/javascript">
14
<script type="text/javascript">
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record_[% KOHA_VERSION %].js"></script>
6
[% INCLUDE 'merge-record-strings.inc' %]
6
[% INCLUDE 'merge-record-strings.inc' %]
7
<style type="text/css">
7
<style type="text/css">
8
div.record ul, div.record li { float:none; display:block; }
8
div.record ul, div.record li { float:none; display:block; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-3 / +3 lines)
Lines 32-38 Link Here
32
    @import url([% interface %]/[% theme %]/css/print.css);
32
    @import url([% interface %]/[% theme %]/css/print.css);
33
</style>
33
</style>
34
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
34
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
35
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
35
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
36
	[% END %]
36
	[% END %]
37
</head>
37
</head>
38
[% IF ( print_basket ) %]<body id="cart_basket" class="cart" onload="print();history.back();">[% ELSE %]<body id="cart_basket" class="cart">[% END %]
38
[% IF ( print_basket ) %]<body id="cart_basket" class="cart" onload="print();history.back();">[% ELSE %]<body id="cart_basket" class="cart">[% END %]
Lines 290-297 Link Here
290
            [% INCLUDE js_includes.inc %]
290
            [% INCLUDE js_includes.inc %]
291
            [% UNLESS ( print_basket ) %]
291
            [% UNLESS ( print_basket ) %]
292
                [% INCLUDE 'datatables.inc' %]
292
                [% INCLUDE 'datatables.inc' %]
293
                <script type="text/javascript" src="[% interface %]/[% theme %]/js/cart.js"></script>
293
                <script type="text/javascript" src="[% interface %]/[% theme %]/js/cart_[% KOHA_VERSION %].js"></script>
294
                <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
294
                <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
295
            [% END %]
295
            [% END %]
296
    </body>
296
    </body>
297
</html>
297
</html>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-2 / +2 lines)
Lines 48-56 Link Here
48
48
49
[% MACRO jsinclude BLOCK %]
49
[% MACRO jsinclude BLOCK %]
50
    [% INCLUDE 'catalog-strings.inc' %]
50
    [% INCLUDE 'catalog-strings.inc' %]
51
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
51
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
52
    [% INCLUDE 'browser-strings.inc' %]
52
    [% INCLUDE 'browser-strings.inc' %]
53
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
53
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
54
    <script type="text/javascript">
54
    <script type="text/javascript">
55
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
55
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
56
        browser.show();
56
        browser.show();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-2 / +2 lines)
Lines 177-185 Link Here
177
</div>
177
</div>
178
[% MACRO jsinclude BLOCK %]
178
[% MACRO jsinclude BLOCK %]
179
    [% INCLUDE 'catalog-strings.inc' %]
179
    [% INCLUDE 'catalog-strings.inc' %]
180
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
180
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
181
    [% INCLUDE 'browser-strings.inc' %]
181
    [% INCLUDE 'browser-strings.inc' %]
182
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
182
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
183
    <script type="text/javascript">
183
    <script type="text/javascript">
184
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
184
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
185
        browser.show();
185
        browser.show();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 270-276 Link Here
270
</div>
270
</div>
271
271
272
[% MACRO jsinclude BLOCK %]
272
[% MACRO jsinclude BLOCK %]
273
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
273
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
274
    <script type="text/JavaScript">
274
    <script type="text/JavaScript">
275
        /**
275
        /**
276
         *  Function add_field();
276
         *  Function add_field();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +5 lines)
Lines 33-39 Link Here
33
  [% END %]
33
  [% END %]
34
</title>
34
</title>
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
36
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
37
</head>
37
</head>
38
38
39
<body id="catalog_detail" class="catalog">
39
<body id="catalog_detail" class="catalog">
Lines 848-854 Link Here
848
848
849
[% MACRO jsinclude BLOCK %]
849
[% MACRO jsinclude BLOCK %]
850
    [% INCLUDE 'catalog-strings.inc' %]
850
    [% INCLUDE 'catalog-strings.inc' %]
851
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
851
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
852
    [% INCLUDE 'greybox.inc' %]
852
    [% INCLUDE 'greybox.inc' %]
853
    <script type="text/javascript">
853
    <script type="text/javascript">
854
        // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
854
        // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
Lines 1036-1047 Link Here
1036
        });[% END %]
1036
        });[% END %]
1037
    </script>
1037
    </script>
1038
    [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && ( normalized_isbn || normalized_upc ) ) %]
1038
    [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && ( normalized_isbn || normalized_upc ) ) %]
1039
        <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1039
        <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init_[% KOHA_VERSION %].js"></script>
1040
    [% END %]
1040
    [% END %]
1041
    [% INCLUDE 'datatables.inc' %]
1041
    [% INCLUDE 'datatables.inc' %]
1042
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
1042
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter_[% KOHA_VERSION %].js"></script>
1043
    [% INCLUDE 'browser-strings.inc' %]
1043
    [% INCLUDE 'browser-strings.inc' %]
1044
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
1044
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
1045
    <script type="text/javascript">
1045
    <script type="text/javascript">
1046
        var browser = KOHA.browser('[% searchid %]', parseInt(biblionumber, 10));
1046
        var browser = KOHA.browser('[% searchid %]', parseInt(biblionumber, 10));
1047
        browser.show();
1047
        browser.show();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 90-96 img.thumbnail { Link Here
90
90
91
[% MACRO jsinclude BLOCK %]
91
[% MACRO jsinclude BLOCK %]
92
    [% INCLUDE 'catalog-strings.inc' %]
92
    [% INCLUDE 'catalog-strings.inc' %]
93
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
93
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
94
    <script type="text/javascript">
94
    <script type="text/javascript">
95
        $(document).ready(function(){
95
        $(document).ready(function(){
96
            showCover([% imagenumber %]);
96
            showCover([% imagenumber %]);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-4 / +4 lines)
Lines 102-109 Link Here
102
[% INCLUDE 'doc-head-open.inc' %]
102
[% INCLUDE 'doc-head-open.inc' %]
103
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
103
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
104
  [% INCLUDE 'doc-head-close.inc' %]
104
  [% INCLUDE 'doc-head-close.inc' %]
105
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/itemsearchform.css" />
105
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/itemsearchform_[% KOHA_VERSION %].css" />
106
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
106
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
107
</head>
107
</head>
108
108
109
<body id="catalog_itemsearch" class="catalog">
109
<body id="catalog_itemsearch" class="catalog">
Lines 197-204 Link Here
197
197
198
[% MACRO jsinclude BLOCK %]
198
[% MACRO jsinclude BLOCK %]
199
    [% INCLUDE 'datatables.inc' %]
199
    [% INCLUDE 'datatables.inc' %]
200
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
200
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter_[% KOHA_VERSION %].js"></script>
201
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
201
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
202
    <script type="text/javascript">
202
    <script type="text/javascript">
203
        var authorised_values = [% authorised_values_json %];
203
        var authorised_values = [% authorised_values_json %];
204
204
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-2 / +2 lines)
Lines 76-84 Link Here
76
76
77
[% MACRO jsinclude BLOCK %]
77
[% MACRO jsinclude BLOCK %]
78
    [% INCLUDE 'catalog-strings.inc' %]
78
    [% INCLUDE 'catalog-strings.inc' %]
79
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
79
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
80
    [% INCLUDE 'browser-strings.inc' %]
80
    [% INCLUDE 'browser-strings.inc' %]
81
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
81
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
82
    <script type="text/javascript">
82
    <script type="text/javascript">
83
    //<![CDATA[
83
    //<![CDATA[
84
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
84
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-2 / +2 lines)
Lines 274-282 Link Here
274
</div>
274
</div>
275
[% MACRO jsinclude BLOCK %]
275
[% MACRO jsinclude BLOCK %]
276
    [% INCLUDE 'catalog-strings.inc' %]
276
    [% INCLUDE 'catalog-strings.inc' %]
277
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog.js"></script>
277
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/catalog_[% KOHA_VERSION %].js"></script>
278
    [% INCLUDE 'browser-strings.inc' %]
278
    [% INCLUDE 'browser-strings.inc' %]
279
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
279
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
280
    <script type="text/javascript">
280
    <script type="text/javascript">
281
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
281
        var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
282
        browser.show();
282
        browser.show();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-3 / +3 lines)
Lines 620-629 Link Here
620
[% MACRO jsinclude BLOCK %]
620
[% MACRO jsinclude BLOCK %]
621
    [% INCLUDE 'browser-strings.inc' %]
621
    [% INCLUDE 'browser-strings.inc' %]
622
    <!--[if lt IE 9]>
622
    <!--[if lt IE 9]>
623
    <script type="text/javascript" src="[% interface %]/lib/shims/json2.min.js"></script>
623
    <script type="text/javascript" src="[% interface %]/lib/shims/json2.min_[% KOHA_VERSION %].js"></script>
624
    <![endif]-->
624
    <![endif]-->
625
    <script type="text/javascript" src="[% interface %]/js/browser.js"></script>
625
    <script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
626
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
626
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
627
    <script type="text/javascript">
627
    <script type="text/javascript">
628
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
628
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
629
        var MSG_NON_RESERVES_SELECTED = _("One or more selected items cannot be placed on hold.");
629
        var MSG_NON_RESERVES_SELECTED = _("One or more selected items cannot be placed on hold.");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
5
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="catalogue_search-history" class="catalogue">
10
<body id="catalogue_search-history" class="catalogue">
Lines 193-199 Link Here
193
193
194
[% MACRO jsinclude BLOCK %]
194
[% MACRO jsinclude BLOCK %]
195
    [% INCLUDE 'datatables.inc' %]
195
    [% INCLUDE 'datatables.inc' %]
196
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
196
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
197
    <script type="text/javascript">
197
    <script type="text/javascript">
198
    //<![CDATA[
198
    //<![CDATA[
199
    $(document).ready(function() {
199
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-5 / +5 lines)
Lines 2-14 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
7
[% INCLUDE 'browser-strings.inc' %]
7
[% INCLUDE 'browser-strings.inc' %]
8
<!--[if lt IE 9]>
8
<!--[if lt IE 9]>
9
<script type="text/javascript" src="[% interface %]/lib/shims/json2.min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/shims/json2.min_[% KOHA_VERSION %].js"></script>
10
<![endif]-->
10
<![endif]-->
11
<script type="text/javascript" src="[% interface %]/js/browser.js"></script>
11
<script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
14
    var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
14
    var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
Lines 396-402 function Changefwk() { Link Here
396
</script>
396
</script>
397
397
398
[% IF ( bidi ) %]
398
[% IF ( bidi ) %]
399
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
399
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
400
[% END %]
400
[% END %]
401
</head>
401
</head>
402
<body id="cat_addbiblio" class="cat">
402
<body id="cat_addbiblio" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-5 / +5 lines)
Lines 3-18 Link Here
3
3
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
5
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
9
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
10
[% INCLUDE 'columns_settings.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
11
[% INCLUDE 'browser-strings.inc' %]
11
[% INCLUDE 'browser-strings.inc' %]
12
<!--[if lt IE 9]>
12
<!--[if lt IE 9]>
13
<script type="text/javascript" src="[% interface %]/lib/shims/json2.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/shims/json2.min_[% KOHA_VERSION %].js"></script>
14
<![endif]-->
14
<![endif]-->
15
<script type="text/javascript" src="[% interface %]/js/browser.js"></script>
15
<script type="text/javascript" src="[% interface %]/js/browser_[% KOHA_VERSION %].js"></script>
16
<script type="text/javascript">
16
<script type="text/javascript">
17
//<![CDATA[
17
//<![CDATA[
18
    var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
18
    var browser = KOHA.browser('[% searchid %]', parseInt('[% biblionumber %]', 10));
Lines 142-148 function confirm_deletion() { Link Here
142
</script>
142
</script>
143
143
144
[% IF ( bidi ) %]
144
[% IF ( bidi ) %]
145
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
145
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
146
[% END %]
146
[% END %]
147
</head>
147
</head>
148
<body id="cat_additem" class="cat">
148
<body id="cat_additem" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" />
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
9
[% IF ( bidi ) %]
9
[% IF ( bidi ) %]
10
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
10
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
11
[% END %]
11
[% END %]
12
</head>
12
</head>
13
<body id="cat_addbiblio" class="cat">
13
<body id="cat_addbiblio" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-1 / +1 lines)
Lines 186-192 div#result { margin-top: 1em; } Link Here
186
</div>
186
</div>
187
187
188
[% MACRO jsinclude BLOCK %]
188
[% MACRO jsinclude BLOCK %]
189
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record.js"></script>
189
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record_[% KOHA_VERSION %].js"></script>
190
    [% INCLUDE 'merge-record-strings.inc' %]
190
    [% INCLUDE 'merge-record-strings.inc' %]
191
    <script type="text/javascript">
191
    <script type="text/javascript">
192
        [% UNLESS (result) %]
192
        [% UNLESS (result) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools</title>
2
<title>Koha &rsaquo; Tools</title>
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
</head>
6
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Z39.50 search results</title>
3
<title>Koha &rsaquo; Z39.50 search results</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
<style type="text/css">
6
<style type="text/css">
7
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
7
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
8
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
8
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
Lines 164-170 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
164
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
164
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
165
165
166
[% MACRO jsinclude BLOCK %]
166
[% MACRO jsinclude BLOCK %]
167
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
167
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
168
    [% INCLUDE 'datatables.inc' %]
168
    [% INCLUDE 'datatables.inc' %]
169
    <script type="text/javascript">
169
    <script type="text/javascript">
170
        $(document).ready(function(){
170
        $(document).ready(function(){
Lines 197-203 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
197
        });
197
        });
198
    </script>
198
    </script>
199
    [% INCLUDE 'z3950_search.inc' %]
199
    [% INCLUDE 'z3950_search.inc' %]
200
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search.js"></script>
200
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script>
201
[% END %]
201
[% END %]
202
202
203
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
203
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Z39.50/SRU search results</title>
3
<title>Koha &rsaquo; Z39.50/SRU search results</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
<style type="text/css">
6
<style type="text/css">
7
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
7
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;}
8
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
8
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
Lines 186-193 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
186
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
186
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
187
187
188
[% MACRO jsinclude BLOCK %]
188
[% MACRO jsinclude BLOCK %]
189
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
189
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
190
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search.js"></script>
190
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script>
191
    [% INCLUDE 'datatables.inc' %]
191
    [% INCLUDE 'datatables.inc' %]
192
    <script type="text/javascript">
192
    <script type="text/javascript">
193
        $(document).ready(function(){
193
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-7 / +7 lines)
Lines 16-32 Link Here
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'calendar.inc' %]
17
[% INCLUDE 'calendar.inc' %]
18
18
19
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
19
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
20
[% INCLUDE 'strings.inc' %]
20
[% INCLUDE 'strings.inc' %]
21
[% INCLUDE 'datatables.inc' %]
21
[% INCLUDE 'datatables.inc' %]
22
[% INCLUDE 'columns_settings.inc' %]
22
[% INCLUDE 'columns_settings.inc' %]
23
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
23
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
24
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script>
24
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min_[% KOHA_VERSION %].js"></script>
25
[% INCLUDE 'timepicker.inc' %]
25
[% INCLUDE 'timepicker.inc' %]
26
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.rowGrouping.js"></script>
26
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.rowGrouping_[% KOHA_VERSION %].js"></script>
27
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/circulation.js"></script>
27
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/circulation_[% KOHA_VERSION %].js"></script>
28
<script type="text/javascript" src="[% interface %]/[% theme %]/js/checkouts.js"></script>
28
<script type="text/javascript" src="[% interface %]/[% theme %]/js/checkouts_[% KOHA_VERSION %].js"></script>
29
<script type="text/javascript" src="[% interface %]/[% theme %]/js/holds.js"></script>
29
<script type="text/javascript" src="[% interface %]/[% theme %]/js/holds_[% KOHA_VERSION %].js"></script>
30
<script type="text/javascript">
30
<script type="text/javascript">
31
//<![CDATA[
31
//<![CDATA[
32
/* Set some variable needed in circulation.js */
32
/* Set some variable needed in circulation.js */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
14
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
15
</head>
15
</head>
16
16
17
<body id="circ_circulation_batch_checkouts" class="circ">
17
<body id="circ_circulation_batch_checkouts" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-3 / +3 lines)
Lines 216-224 Link Here
216
216
217
[% MACRO jsinclude BLOCK %]
217
[% MACRO jsinclude BLOCK %]
218
    [% INCLUDE 'calendar.inc' %]
218
    [% INCLUDE 'calendar.inc' %]
219
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.indexeddb.js"></script>
219
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.indexeddb_[% KOHA_VERSION %].js"></script>
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/offlinecirc.js"></script>
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/offlinecirc_[% KOHA_VERSION %].js"></script>
221
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script>
221
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min_[% KOHA_VERSION %].js"></script>
222
    [% INCLUDE 'timepicker.inc' %]
222
    [% INCLUDE 'timepicker.inc' %]
223
    <script type="text/javascript">
223
    <script type="text/javascript">
224
        var ALERT_SUCCESSFUL_CHECKIN = _("Checked in item.");
224
        var ALERT_SUCCESSFUL_CHECKIN = _("Checked in item.");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate %]</title>
5
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
<style type="text/css">
8
<style type="text/css">
9
    .sql {display:none;}
9
    .sql {display:none;}
10
</style>
10
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
</head>
11
</head>
12
12
13
<body id="circ_pendingreserves" class="circ">
13
<body id="circ_pendingreserves" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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="[% interface %]/[% theme %]/css/print.css" />
15
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].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') %]" />
18
[% END %]
18
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Request article</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Request article</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
11
</head>
11
</head>
12
12
13
<body id="circ_request-article" class="circ">
13
<body id="circ_request-article" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
7
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
<style type="text/css">
10
<style type="text/css">
11
    .sql { display: none; }
11
    .sql { display: none; }
12
    .ulined { text-decoration: underline; }
12
    .ulined { text-decoration: underline; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 31-37 Link Here
31
31
32
[% INCLUDE 'doc-head-open.inc' %]
32
[% INCLUDE 'doc-head-open.inc' %]
33
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
33
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
34
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
34
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
</head>
36
</head>
37
37
Lines 693-699 Link Here
693
    [% INCLUDE 'datatables.inc' %]
693
    [% INCLUDE 'datatables.inc' %]
694
    [% INCLUDE 'columns_settings.inc' %]
694
    [% INCLUDE 'columns_settings.inc' %]
695
    [% INCLUDE 'calendar.inc' %]
695
    [% INCLUDE 'calendar.inc' %]
696
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script>
696
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min_[% KOHA_VERSION %].js"></script>
697
    [% INCLUDE 'timepicker.inc' %]
697
    [% INCLUDE 'timepicker.inc' %]
698
698
699
    <script type="text/javascript">
699
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to receive</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to receive</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="circ_transferstoreceive" class="circ">
11
<body id="circ_transferstoreceive" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
10
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
<style type="text/css"> p { margin-top: 0; }</style>
12
<style type="text/css"> p { margin-top: 0; }</style>
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
14
</head>
14
</head>
15
15
16
<body id="circ_view_holdsqueue" class="circ">
16
<body id="circ_view_holdsqueue" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="circ_waitingreserves" class="circ">
11
<body id="circ_waitingreserves" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs &rsaquo; Club enrollments</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs &rsaquo; Club enrollments</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="club_enrollments" class="clubs">
11
<body id="club_enrollments" class="clubs">
Lines 51-57 Link Here
51
51
52
[% MACRO jsinclude BLOCK %]
52
[% MACRO jsinclude BLOCK %]
53
    [% INCLUDE 'datatables.inc' %]
53
    [% INCLUDE 'datatables.inc' %]
54
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
54
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
55
    <script type="text/javascript">
55
    <script type="text/javascript">
56
        $(document).ready(function() {
56
        $(document).ready(function() {
57
            eTable = $('#enrollments-table').dataTable($.extend(true, {}, dataTablesDefaults, {
57
            eTable = $('#enrollments-table').dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-2 / +2 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
8
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
</head>
10
</head>
11
11
12
<body id="clubs_clubs" class="clubs">
12
<body id="clubs_clubs" class="clubs">
Lines 221-227 Link Here
221
221
222
[% MACRO jsinclude BLOCK %]
222
[% MACRO jsinclude BLOCK %]
223
    [% INCLUDE 'datatables.inc' %]
223
    [% INCLUDE 'datatables.inc' %]
224
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
224
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
225
    <script type="text/javascript">
225
    <script type="text/javascript">
226
        $(document).ready(function() {
226
        $(document).ready(function() {
227
            tTable = $('#club-templates-table').dataTable($.extend(true, {}, dataTablesDefaults, {
227
            tTable = $('#club-templates-table').dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Patron search</title>
4
<title>Koha &rsaquo; Patron search</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
8
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name %]</title>
6
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
8
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
</head>
10
</head>
11
11
12
<body id="courses_course_details" class="course">
12
<body id="courses_course_details" class="course">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
<title>Koha &rsaquo; Course reserves</title>
4
<title>Koha &rsaquo; Course reserves</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
6
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="courses_course_reserves" class="course">
10
<body id="courses_course_reserves" class="course">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt (-2 / +2 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Online help</title>
2
<title>Online help</title>
3
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
3
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce_[% KOHA_VERSION %].js"></script>
4
<script type="text/javascript">//<![CDATA[
4
<script type="text/javascript">//<![CDATA[
5
tinyMCE.init({
5
tinyMCE.init({
6
	mode : "textareas",
6
	mode : "textareas",
Lines 22-28 tinyMCE.init({ Link Here
22
//]]>
22
//]]>
23
</script>
23
</script>
24
[% INCLUDE intranetstylesheet.inc %]
24
[% INCLUDE intranetstylesheet.inc %]
25
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
25
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help_[% KOHA_VERSION %].css" />
26
</head>
26
</head>
27
<body id="help_edithelp" class="help">
27
<body id="help_edithelp" class="help">
28
	<h1>Online Help</h1>
28
	<h1>Online Help</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +2 lines)
Lines 5-12 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; ILL requests  &rsaquo;</title>
6
<title>Koha &rsaquo; ILL requests  &rsaquo;</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css">
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css">
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
12
    //<![CDATA[
12
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha staff client</title>
4
<title>Koha staff client</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
<body id="main_intranet-main" class="main">
8
<body id="main_intranet-main" class="main">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
    [% INCLUDE 'datatables.inc' %]
7
    [% INCLUDE 'datatables.inc' %]
8
    <script type="text/javascript">
8
    <script type="text/javascript">
9
    //<![CDATA[
9
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% IF ( bidi ) %]
4
    [% IF ( bidi ) %]
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
6
    [% END %]
6
    [% END %]
7
</head>
7
</head>
8
<body id="labels_label-home" class="tools labels">
8
<body id="labels_label-home" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
        //]]>
75
        //]]>
76
    </script>
76
    </script>
77
77
78
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
78
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
79
[% INCLUDE 'datatables.inc' %]
79
[% INCLUDE 'datatables.inc' %]
80
<script type="text/javascript" id="js">
80
<script type="text/javascript" id="js">
81
 $(document).ready(function() {
81
 $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
2
    <title>Koha &rsaquo; Barcodes and labels &rsaquo; Search results</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
4
    <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style>
5
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
6
    <script type="text/javascript">
6
    <script type="text/javascript">
7
        //<![CDATA[
7
        //<![CDATA[
8
            $(document).ready(function(){
8
            $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
<head>
3
<head>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/spinelabel.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/spinelabel_[% KOHA_VERSION %].css" />
7
7
8
		<style type="text/css">
8
		<style type="text/css">
9
		@media print {
9
		@media print {
Lines 12-19 Link Here
12
	</style>
12
	</style>
13
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
13
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
14
[% IF ( IntranetUserJS ) %]
14
[% IF ( IntranetUserJS ) %]
15
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
15
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script>
16
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
16
    <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script>
17
    <script type="text/javascript">
17
    <script type="text/javascript">
18
    //<![CDATA[
18
    //<![CDATA[
19
    [% IntranetUserJS %]
19
    [% IntranetUserJS %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
6
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
7
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'columns_settings.inc' %]
11
[% INCLUDE 'columns_settings.inc' %]
12
<script type="text/javascript" id="js">
12
<script type="text/javascript" id="js">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-2 / +2 lines)
Lines 2-10 Link Here
2
[% PROCESS 'permissions.inc' %]
2
[% PROCESS 'permissions.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
4
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/treeview/jquery.treeview.css"/>
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/treeview/jquery.treeview_[% KOHA_VERSION %].css"/>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.treeview.pack_[% KOHA_VERSION %].js"></script>
8
<!-- set up tree -->
8
<!-- set up tree -->
9
<script type="text/javascript">
9
<script type="text/javascript">
10
    $(document).ready(function() {
10
    $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
6
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title>
5
<title>Koha &rsaquo; Patrons &rsaquo; [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
8
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
Lines 145-151 $(document).ready(function() { Link Here
145
145
146
//]]>
146
//]]>
147
</script>
147
</script>
148
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members.js"></script>
148
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members_[% KOHA_VERSION %].js"></script>
149
</head>
149
</head>
150
<body id="pat_memberentrygen" class="pat">
150
<body id="pat_memberentrygen" class="pat">
151
[% INCLUDE 'header.inc' %]
151
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
6
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
7
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
7
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
8
8
9
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
[% INCLUDE 'slip-print.inc' #printThenClose %]
10
</head>
10
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-7 / +7 lines)
Lines 13-29 Link Here
13
</title>
13
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'calendar.inc' %]
15
[% INCLUDE 'calendar.inc' %]
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
17
[% INCLUDE 'datatables.inc' %]
17
[% INCLUDE 'datatables.inc' %]
18
[% INCLUDE 'columns_settings.inc' %]
18
[% INCLUDE 'columns_settings.inc' %]
19
[% INCLUDE 'strings.inc' %]
19
[% INCLUDE 'strings.inc' %]
20
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
20
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
21
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script>
21
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min_[% KOHA_VERSION %].js"></script>
22
[% INCLUDE 'timepicker.inc' %]
22
[% INCLUDE 'timepicker.inc' %]
23
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.rowGrouping.js"></script>
23
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.rowGrouping_[% KOHA_VERSION %].js"></script>
24
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/circulation.js"></script>
24
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/circulation_[% KOHA_VERSION %].js"></script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/checkouts.js"></script>
25
<script type="text/javascript" src="[% interface %]/[% theme %]/js/checkouts_[% KOHA_VERSION %].js"></script>
26
<script type="text/javascript" src="[% interface %]/[% theme %]/js/holds.js"></script>
26
<script type="text/javascript" src="[% interface %]/[% theme %]/js/holds_[% KOHA_VERSION %].js"></script>
27
<script type="text/JavaScript">
27
<script type="text/JavaScript">
28
//<![CDATA[
28
//<![CDATA[
29
/* Set some variable needed in circulation.js */
29
/* Set some variable needed in circulation.js */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
6
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Patrons &rsaquo; Pay Fines for  [% borrower.firstname |html %] [% borrower.surname |html %]</title>
6
<title>Koha &rsaquo; Patrons &rsaquo; Pay Fines for  [% borrower.firstname |html %] [% borrower.surname |html %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
9
<script type= "text/javascript">
9
<script type= "text/javascript">
10
//<![CDATA[
10
//<![CDATA[
11
function enableCheckboxActions(){
11
function enableCheckboxActions(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
</head>
8
</head>
9
<body id="pat_printfeercpt" class="pat">
9
<body id="pat_printfeercpt" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Print receipt for [% cardnumber %]</title>
3
<title>Print receipt for [% cardnumber %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'slip-print.inc' #printThenClose %]
6
[% INCLUDE 'slip-print.inc' #printThenClose %]
7
</head>
7
</head>
8
<body id="printinvoice" class="pat">
8
<body id="printinvoice" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
5
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
6
<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript" id="js">
10
<script type="text/javascript" id="js">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %]
6
Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %]
7
</title>
7
</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'calendar.inc' %]
11
[% INCLUDE 'calendar.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Choose Adult category</title>
2
<title>Koha &rsaquo; Choose Adult category</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
7
	$(document).ready(function() {
7
	$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
    </div>
86
    </div>
87
87
88
[% MACRO jsinclude BLOCK %]
88
[% MACRO jsinclude BLOCK %]
89
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
89
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
90
    <script type="text/javascript">
90
    <script type="text/javascript">
91
        $(document).ready(function() {
91
        $(document).ready(function() {
92
92
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-2 / +2 lines)
Lines 66-73 Link Here
66
</div>
66
</div>
67
67
68
[% MACRO jsinclude BLOCK %]
68
[% MACRO jsinclude BLOCK %]
69
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
69
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload.js"></script>
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload_[% KOHA_VERSION %].js"></script>
71
    <script type="text/javascript">
71
    <script type="text/javascript">
72
        var xhr;
72
        var xhr;
73
        $(document).ready(function(){
73
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
[% INCLUDE 'installer-doc-head-close.inc' %]
13
[% INCLUDE 'installer-doc-head-close.inc' %]
14
[% INCLUDE 'validator-strings.inc' %]
14
[% INCLUDE 'validator-strings.inc' %]
15
[% INCLUDE 'installer-strings.inc' %]
15
[% INCLUDE 'installer-strings.inc' %]
16
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script>
16
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding_[% KOHA_VERSION %].js"></script>
17
</head>
17
</head>
18
18
19
<body id="installer" class="installer">
19
<body id="installer" class="installer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'installer-doc-head-close.inc' %]
4
[% INCLUDE 'installer-doc-head-close.inc' %]
5
[% INCLUDE 'validator-strings.inc' %]
5
[% INCLUDE 'validator-strings.inc' %]
6
[% INCLUDE 'installer-strings.inc' %]
6
[% INCLUDE 'installer-strings.inc' %]
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script>
7
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding_[% KOHA_VERSION %].js"></script>
8
</head>
8
</head>
9
9
10
<body id="installer" class="installer">
10
<body id="installer" class="installer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'installer-doc-head-close.inc' %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
4
[% INCLUDE 'validator-strings.inc' %]
4
[% INCLUDE 'validator-strings.inc' %]
5
[% INCLUDE 'installer-strings.inc' %]
5
[% INCLUDE 'installer-strings.inc' %]
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding_[% KOHA_VERSION %].js"></script>
7
</head>
7
</head>
8
8
9
<body id="installer" class="installer">
9
<body id="installer" class="installer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'installer-doc-head-close.inc' %]
9
[% INCLUDE 'installer-doc-head-close.inc' %]
10
[% INCLUDE 'validator-strings.inc' %]
10
[% INCLUDE 'validator-strings.inc' %]
11
[% INCLUDE 'installer-strings.inc' %]
11
[% INCLUDE 'installer-strings.inc' %]
12
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding_[% KOHA_VERSION %].js"></script>
13
</head>
13
</head>
14
14
15
<body id="installer" class="installer">
15
<body id="installer" class="installer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
    </div>
65
    </div>
66
66
67
[% MACRO jsinclude BLOCK %]
67
[% MACRO jsinclude BLOCK %]
68
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
68
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
69
[% END %]
69
[% END %]
70
70
71
[% INCLUDE 'intranet-bottom.inc' %]
71
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-3 / +3 lines)
Lines 4-10 Link Here
4
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name %] &rsaquo; Add patrons</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name %] &rsaquo; Add patrons</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
6
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="patlist_list" class="pat patlist">
10
<body id="patlist_list" class="pat patlist">
Lines 104-113 Link Here
104
    </div>
104
    </div>
105
105
106
[% MACRO jsinclude BLOCK %]
106
[% MACRO jsinclude BLOCK %]
107
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
107
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
108
    [% INCLUDE 'datatables.inc' %]
108
    [% INCLUDE 'datatables.inc' %]
109
109
110
    <script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script>
110
    <script type="text/javascript" src="[% interface %]/js/autocomplete/patrons_[% KOHA_VERSION %].js"></script>
111
    <script type="text/javascript">
111
    <script type="text/javascript">
112
        var MSG_REMOVE_PATRON = _("Remove");
112
        var MSG_REMOVE_PATRON = _("Remove");
113
        $(document).ready(function() {
113
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
</head>
7
</head>
8
8
9
<body id="patlist_lists" class="pat patlist">
9
<body id="patlist_lists" class="pat patlist">
Lines 104-110 Link Here
104
    </div>
104
    </div>
105
105
106
[% MACRO jsinclude BLOCK %]
106
[% MACRO jsinclude BLOCK %]
107
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
107
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
108
    [% INCLUDE 'datatables.inc' %]
108
    [% INCLUDE 'datatables.inc' %]
109
109
110
    <script type="text/javascript">
110
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
    [% INCLUDE 'datatables.inc' %]
6
    [% INCLUDE 'datatables.inc' %]
7
    <script type="text/javascript">
7
    <script type="text/javascript">
8
        //<![CDATA[
8
        //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 134-140 Link Here
134
</div>
134
</div>
135
135
136
[% MACRO jsinclude BLOCK %]
136
[% MACRO jsinclude BLOCK %]
137
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
137
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
138
    [% INCLUDE 'calendar.inc' %]
138
    [% INCLUDE 'calendar.inc' %]
139
    <script type="text/javascript">
139
    <script type="text/javascript">
140
        $(document).ready(function(){
140
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Cash register statistics &rsaquo; Results[% ELSE %]&rsaquo; Cash register statistics[% END %]</title>
6
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Cash register statistics &rsaquo; Results[% ELSE %]&rsaquo; Cash register statistics[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="cash_register_stats" class="rep">
11
<body id="cash_register_stats" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
    .show_sql { font-family: monospace; }
39
    .show_sql { font-family: monospace; }
40
</style>
40
</style>
41
[% IF ( saved1 ) %]
41
[% IF ( saved1 ) %]
42
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
42
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
43
[% END %]
43
[% END %]
44
</head>
44
</head>
45
45
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
7
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
</head>
10
</head>
11
11
12
<body id="rep_itemslost" class="rep">
12
<body id="rep_itemslost" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
5
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% IF ( do_it ) %]
7
[% IF ( do_it ) %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% END %]
9
[% END %]
10
</head>
10
</head>
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
10
10
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_orders ) %] &rsaquo; <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a> &rsaquo; Results[% ELSE %] &rsaquo; Orders by fund[% END %]</div>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_orders ) %] &rsaquo; <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a> &rsaquo; Results[% ELSE %] &rsaquo; Orders by fund[% END %]</div>
13
13
14
<div id="doc3" class="yui-t2">
14
<div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<style type="text/css">
7
<style type="text/css">
8
	.sql {display: none;}
8
	.sql {display: none;}
9
</style>
9
</style>
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
</head>
11
</head>
12
12
13
<body id="rep_serials_stats" class="rep">
13
<body id="rep_serials_stats" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
10
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
11
[% END %]
11
[% END %]
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
14
[% INCLUDE 'datatables.inc' %]
14
[% INCLUDE 'datatables.inc' %]
15
[% INCLUDE 'calendar.inc' %]
15
[% INCLUDE 'calendar.inc' %]
16
<script type="text/javascript">
16
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
</div>
75
</div>
76
76
77
[% MACRO jsinclude BLOCK %]
77
[% MACRO jsinclude BLOCK %]
78
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
78
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
79
[% END %]
79
[% END %]
80
80
81
[% INCLUDE 'intranet-bottom.inc' %]
81
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-2 / +2 lines)
Lines 121-128 Link Here
121
    </div> <!-- /#bd -->
121
    </div> <!-- /#bd -->
122
122
123
[% MACRO jsinclude BLOCK %]
123
[% MACRO jsinclude BLOCK %]
124
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
124
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
125
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections.js"></script>
125
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections_[% KOHA_VERSION %].js"></script>
126
[% END %]
126
[% END %]
127
127
128
[% INCLUDE 'intranet-bottom.inc' %]
128
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-2 / +2 lines)
Lines 137-144 Link Here
137
    </div> <!-- /#bd -->
137
    </div> <!-- /#bd -->
138
138
139
[% MACRO jsinclude BLOCK %]
139
[% MACRO jsinclude BLOCK %]
140
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
140
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
141
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections.js"></script>
141
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections_[% KOHA_VERSION %].js"></script>
142
[% END %]
142
[% END %]
143
143
144
[% INCLUDE 'intranet-bottom.inc' %]
144
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
</head>
7
</head>
8
8
9
<body id="rcoll_rotatingCollections" class="tools rcoll">
9
<body id="rcoll_rotatingCollections" class="tools rcoll">
Lines 67-74 Link Here
67
67
68
[% MACRO jsinclude BLOCK %]
68
[% MACRO jsinclude BLOCK %]
69
    [% INCLUDE 'datatables.inc' %]
69
    [% INCLUDE 'datatables.inc' %]
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
70
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections.js"></script>
71
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections_[% KOHA_VERSION %].js"></script>
72
[% END %]
72
[% END %]
73
73
74
[% INCLUDE 'intranet-bottom.inc' %]
74
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-2 / +2 lines)
Lines 59-66 Link Here
59
    </div> <!-- /#bd -->
59
    </div> <!-- /#bd -->
60
60
61
[% MACRO jsinclude BLOCK %]
61
[% MACRO jsinclude BLOCK %]
62
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
62
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
63
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections.js"></script>
63
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/rotating-collections_[% KOHA_VERSION %].js"></script>
64
[% END %]
64
[% END %]
65
65
66
[% INCLUDE 'intranet-bottom.inc' %]
66
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
  [% END %]
10
  [% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
14
</head>
14
</head>
15
15
16
<body id="ser_add_fields" class="ser">
16
<body id="ser_add_fields" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
5
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="ser_claims" class="ser">
10
<body id="ser_claims" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +3 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
6
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="ser_serials-collection" class="ser">
11
<body id="ser_serials-collection" class="ser">
Lines 270-277 Link Here
270
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
270
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
271
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
271
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
272
    </script>
272
    </script>
273
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar.js"></script>
273
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar_[% KOHA_VERSION %].js"></script>
274
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
274
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
275
    <script type="text/javascript">
275
    <script type="text/javascript">
276
        function generateReceive(subscriptionid) {
276
        function generateReceive(subscriptionid) {
277
            if(nbissues=prompt(_("How many issues do you want to receive ?"))){
277
            if(nbissues=prompt(_("How many issues do you want to receive ?"))){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-2 / +2 lines)
Lines 2-9 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Serials &rsaquo; Serial edition [% bibliotitle %]</title>
3
<title>Koha &rsaquo; Serials &rsaquo; Serial edition [% bibliotitle %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/prevent_submit_[% KOHA_VERSION %].js"></script>
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
<script language="JavaScript" type="text/javascript">
8
<script language="JavaScript" type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
</div>
23
</div>
24
24
25
[% MACRO jsinclude BLOCK %]
25
[% MACRO jsinclude BLOCK %]
26
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar.js"></script>
26
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar_[% KOHA_VERSION %].js"></script>
27
    <script type="text/javascript">
27
    <script type="text/javascript">
28
        var subscriptionid = "[% subscriptionid %]";
28
        var subscriptionid = "[% subscriptionid %]";
29
        var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?");
29
        var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
<style type="text/css">input.dt-filter { width : 100%; font-size : 85%; }</style>
9
<style type="text/css">input.dt-filter { width : 100%; font-size : 85%; }</style>
10
</head>
10
</head>
11
11
Lines 424-430 Link Here
424
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
424
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
425
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
425
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
426
    </script>
426
    </script>
427
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar.js"></script>
427
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar_[% KOHA_VERSION %].js"></script>
428
    <script type="text/javascript">
428
    <script type="text/javascript">
429
        $(document).ready(function() {
429
        $(document).ready(function() {
430
            var osrlt = $("#osrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
430
            var osrlt = $("#osrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +2 lines)
Lines 510-517 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
510
        var MSG_PUB_DATE_UNDEFINED = _("First publication date is not defined");
510
        var MSG_PUB_DATE_UNDEFINED = _("First publication date is not defined");
511
        var MSG_NEXT_ISSUE_UNDEFINED = _("Next issue publication date is not defined");
511
        var MSG_NEXT_ISSUE_UNDEFINED = _("Next issue publication date is not defined");
512
    </script>
512
    </script>
513
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/subscription-add.js"></script>
513
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/subscription-add_[% KOHA_VERSION %].js"></script>
514
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/showpredictionpattern.js"></script>
514
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/showpredictionpattern_[% KOHA_VERSION %].js"></script>
515
[% END %]
515
[% END %]
516
516
517
[% INCLUDE 'intranet-bottom.inc' %]
517
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +1 lines)
Lines 378-384 Link Here
378
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
378
        var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
379
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
379
        var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
380
    </script>
380
    </script>
381
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar.js"></script>
381
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/serials-toolbar_[% KOHA_VERSION %].js"></script>
382
    <script type="text/javascript">
382
    <script type="text/javascript">
383
        // the english words used in display purposes
383
        // the english words used in display purposes
384
        var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern",
384
        var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Serials &rsaquo; Numbering patterns</title>
3
<title>Koha &rsaquo; Serials &rsaquo; Numbering patterns</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
</head>
6
</head>
7
7
8
<body id="ser_subscription_numberpatterns" class="ser">
8
<body id="ser_subscription_numberpatterns" class="ser">
Lines 301-307 Link Here
301
301
302
[% MACRO jsinclude BLOCK %]
302
[% MACRO jsinclude BLOCK %]
303
    [% IF (daily_options) %]
303
    [% IF (daily_options) %]
304
        <script type="text/javascript" src="[% interface %]/[% theme %]/js/showpredictionpattern.js"></script>
304
        <script type="text/javascript" src="[% interface %]/[% theme %]/js/showpredictionpattern_[% KOHA_VERSION %].js"></script>
305
    [% END %]
305
    [% END %]
306
    [% INCLUDE 'calendar.inc' %]
306
    [% INCLUDE 'calendar.inc' %]
307
    [% INCLUDE 'datatables.inc' %]
307
    [% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-4 / +4 lines)
Lines 19-25 Link Here
19
</title>
19
</title>
20
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
21
[% IF ( op_else ) %]
21
[% IF ( op_else ) %]
22
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
22
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
23
[% END %]
23
[% END %]
24
[% IF ( op_else ) %]
24
[% IF ( op_else ) %]
25
    <style type="text/css">
25
    <style type="text/css">
Lines 759-765 Link Here
759
    [% END %]
759
    [% END %]
760
    [% IF ( op_else ) %]
760
    [% IF ( op_else ) %]
761
        [% INCLUDE 'datatables.inc' %]
761
        [% INCLUDE 'datatables.inc' %]
762
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
762
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
763
        <script type="text/javascript">
763
        <script type="text/javascript">
764
            /**
764
            /**
765
            *  displayOther.
765
            *  displayOther.
Lines 914-921 Link Here
914
            });
914
            });
915
        </script>
915
        </script>
916
    [% END %]
916
    [% END %]
917
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq.js"></script>
917
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acq_[% KOHA_VERSION %].js"></script>
918
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu.js"></script>
918
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/acquisitions-menu_[% KOHA_VERSION %].js"></script>
919
[% END %]
919
[% END %]
920
920
921
[% INCLUDE 'intranet-bottom.inc' %]
921
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
<style type="text/css">
6
<style type="text/css">
7
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
7
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
8
</head>
8
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
4
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
<style type="text/css">
7
<style type="text/css">
8
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
8
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
9
.rejected { color: #CC0033; }
9
.rejected { color: #CC0033; }
Lines 225-232 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
225
[% MACRO jsinclude BLOCK %]
225
[% MACRO jsinclude BLOCK %]
226
    [% INCLUDE 'datatables.inc' %]
226
    [% INCLUDE 'datatables.inc' %]
227
    [% INCLUDE 'calendar.inc' %]
227
    [% INCLUDE 'calendar.inc' %]
228
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
228
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
229
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/tags-review.js"></script>
229
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/tags-review_[% KOHA_VERSION %].js"></script>
230
    <script type="text/javascript">
230
    <script type="text/javascript">
231
        var MSG_AJAX_APPROVE_FAILED = _("AJAX failed to approve tag: %s");
231
        var MSG_AJAX_APPROVE_FAILED = _("AJAX failed to approve tag: %s");
232
        var MSG_AJAX_REJECTION_FAILED = _("AJAX failed to reject tag: %s");
232
        var MSG_AJAX_REJECTION_FAILED = _("AJAX failed to reject tag: %s");
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-3 / +3 lines)
Lines 223-231 Link Here
223
</div>
223
</div>
224
224
225
[% MACRO jsinclude BLOCK %]
225
[% MACRO jsinclude BLOCK %]
226
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
226
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
227
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
227
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
228
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/automatic_item_modification_by_age.js"></script>
228
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/automatic_item_modification_by_age_[% KOHA_VERSION %].js"></script>
229
    [% IF op == 'edit_form' %]
229
    [% IF op == 'edit_form' %]
230
        <script type="text/javascript">
230
        <script type="text/javascript">
231
            $(document).ready(function() {
231
            $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-4 / +4 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
6
<!--[if IE]>
6
<!--[if IE]>
7
<style type="text/css">#selections { display: none; }</style>
7
<style type="text/css">#selections { display: none; }</style>
8
<![endif]-->
8
<![endif]-->
Lines 186-195 Link Here
186
    </div>
186
    </div>
187
187
188
[% MACRO jsinclude BLOCK %]
188
[% MACRO jsinclude BLOCK %]
189
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
189
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
190
    [% INCLUDE 'datatables.inc' %]
190
    [% INCLUDE 'datatables.inc' %]
191
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod.js"></script>
191
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod_[% KOHA_VERSION %].js"></script>
192
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
192
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
193
    <script type="text/javascript">
193
    <script type="text/javascript">
194
        // Prepare array of all column headers, incrementing each index by
194
        // Prepare array of all column headers, incrementing each index by
195
        // two to accommodate control and title columns
195
        // two to accommodate control and title columns
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-5 / +5 lines)
Lines 2-13 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging_[% KOHA_VERSION %].js"></script>
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod.js"></script>
10
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod_[% KOHA_VERSION %].js"></script>
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
    </div>
74
    </div>
75
75
76
[% MACRO jsinclude BLOCK %]
76
[% MACRO jsinclude BLOCK %]
77
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
77
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
78
[% END %]
78
[% END %]
79
79
80
[% INCLUDE 'intranet-bottom.inc' %]
80
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
</head>
7
</head>
8
8
9
<body id="tools_batch_delete_records" class="tools">
9
<body id="tools_batch_delete_records" class="tools">
Lines 177-185 Link Here
177
</div>
177
</div>
178
178
179
[% MACRO jsinclude BLOCK %]
179
[% MACRO jsinclude BLOCK %]
180
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
180
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
181
    [% INCLUDE 'datatables.inc' %]
181
    [% INCLUDE 'datatables.inc' %]
182
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
182
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
183
    <script type="text/javascript">
183
    <script type="text/javascript">
184
        var MSG_CANNOT_BE_DELETED = _("This record cannot be deleted, at least one item is currently checked out.");
184
        var MSG_CANNOT_BE_DELETED = _("This record cannot be deleted, at least one item is currently checked out.");
185
        $(document).ready(function() {
185
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-4 / +4 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
</head>
7
</head>
8
8
9
<body id="tools_batch_record_modification" class="tools">
9
<body id="tools_batch_record_modification" class="tools">
Lines 235-244 Link Here
235
</div>
235
</div>
236
236
237
[% MACRO jsinclude BLOCK %]
237
[% MACRO jsinclude BLOCK %]
238
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
238
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
239
    [% INCLUDE 'datatables.inc' %]
239
    [% INCLUDE 'datatables.inc' %]
240
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
240
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
241
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
241
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
242
    <script type="text/javascript">
242
    <script type="text/javascript">
243
        $(document).ready(function() {
243
        $(document).ready(function() {
244
          $("#selectall").click(function(e){
244
          $("#selectall").click(function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-1 / +1 lines)
Lines 205-211 Link Here
205
</div>
205
</div>
206
206
207
[% MACRO jsinclude BLOCK %]
207
[% MACRO jsinclude BLOCK %]
208
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
208
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
209
    [% INCLUDE 'calendar.inc' %]
209
    [% INCLUDE 'calendar.inc' %]
210
    <script type="text/javascript">
210
    <script type="text/javascript">
211
        $(document).ready(function(){
211
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-1 / +1 lines)
Lines 285-291 Link Here
285
</div>
285
</div>
286
286
287
[% MACRO jsinclude BLOCK %]
287
[% MACRO jsinclude BLOCK %]
288
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
288
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
289
    <script type="text/javascript">
289
    <script type="text/javascript">
290
        function reloadPage(p) {
290
        function reloadPage(p) {
291
            var id = p.value;
291
            var id = p.value;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-1 / +1 lines)
Lines 288-294 Link Here
288
</div>
288
</div>
289
289
290
[% MACRO jsinclude BLOCK %]
290
[% MACRO jsinclude BLOCK %]
291
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
291
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
292
    [% INCLUDE 'calendar.inc' %]
292
    [% INCLUDE 'calendar.inc' %]
293
    <script type="text/javascript">
293
    <script type="text/javascript">
294
        $(document).ready(function() {
294
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) %] calendar</title>
4
<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) %] calendar</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
<style type="text/css"> .key { padding : 3px; white-space:nowrap; line-height:230%; }
7
<style type="text/css"> .key { padding : 3px; white-space:nowrap; line-height:230%; }
8
.ui-datepicker { font-size : 150%; }
8
.ui-datepicker { font-size : 150%; }
9
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; }
9
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; }
Lines 340-346 td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl Link Here
340
[% MACRO jsinclude BLOCK %]
340
[% MACRO jsinclude BLOCK %]
341
    [% INCLUDE 'calendar.inc' %]
341
    [% INCLUDE 'calendar.inc' %]
342
    [% INCLUDE 'datatables.inc' %]
342
    [% INCLUDE 'datatables.inc' %]
343
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
343
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
344
    <script type="text/javascript">
344
    <script type="text/javascript">
345
        var weekdays = new Array(_("Sundays"),_("Mondays"),_("Tuesdays"),_("Wednesdays"),_("Thursdays"),_("Fridays"),_("Saturdays"));
345
        var weekdays = new Array(_("Sundays"),_("Mondays"),_("Tuesdays"),_("Wednesdays"),_("Thursdays"),_("Fridays"),_("Saturdays"));
346
346
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-3 / +3 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="tools_inventory" class="tools">
10
<body id="tools_inventory" class="tools">
Lines 249-258 Link Here
249
</div>
249
</div>
250
250
251
[% MACRO jsinclude BLOCK %]
251
[% MACRO jsinclude BLOCK %]
252
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
252
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
253
    [% INCLUDE 'datatables.inc' %]
253
    [% INCLUDE 'datatables.inc' %]
254
    [% INCLUDE 'calendar.inc' %]
254
    [% INCLUDE 'calendar.inc' %]
255
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
255
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
256
    <script type="text/javascript">
256
    <script type="text/javascript">
257
        function checkForm() {
257
        function checkForm() {
258
            if ( $('#uploadbarcodes').val() ) {
258
            if ( $('#uploadbarcodes').val() ) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-3 / +3 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Tools &rsaquo; News</title>
5
<title>Koha &rsaquo; Tools &rsaquo; News</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% IF ( opac_news_count ) %]
7
[% IF ( opac_news_count ) %]
8
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% END %]
9
[% END %]
10
</head>
10
</head>
11
11
Lines 219-225 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
219
219
220
[% MACRO jsinclude BLOCK %]
220
[% MACRO jsinclude BLOCK %]
221
    [% INCLUDE 'calendar.inc' %]
221
    [% INCLUDE 'calendar.inc' %]
222
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
222
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
223
    [% IF ( opac_news_count ) %]
223
    [% IF ( opac_news_count ) %]
224
        [% INCLUDE 'datatables.inc' %]
224
        [% INCLUDE 'datatables.inc' %]
225
        <script type="text/javascript">
225
        <script type="text/javascript">
Lines 259-265 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
259
            });
259
            });
260
        </script>
260
        </script>
261
    [% END %]
261
    [% END %]
262
    <script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
262
    <script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce_[% KOHA_VERSION %].js"></script>
263
    <script type="text/javascript">
263
    <script type="text/javascript">
264
        tinyMCE.init({
264
        tinyMCE.init({
265
            mode : "textareas",
265
            mode : "textareas",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-4 / +4 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="tools_letter" class="tools">
10
<body id="tools_letter" class="tools">
Lines 398-407 Link Here
398
</div>
398
</div>
399
399
400
[% MACRO jsinclude BLOCK %]
400
[% MACRO jsinclude BLOCK %]
401
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
401
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
402
    [% INCLUDE 'datatables.inc' %]
402
    [% INCLUDE 'datatables.inc' %]
403
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
403
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
404
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.insertatcaret.js"></script>
404
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.insertatcaret_[% KOHA_VERSION %].js"></script>
405
    <script type="text/javascript">
405
    <script type="text/javascript">
406
        $(document).ready(function() {
406
        $(document).ready(function() {
407
            [% IF add_form or copy_form %]
407
            [% IF add_form or copy_form %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-3 / +3 lines)
Lines 6-12 Link Here
6
[% END %]
6
[% END %]
7
</title>
7
</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
<style type="text/css">
10
<style type="text/css">
11
    #jobpanel,#jobstatus,#jobfailed { display : none; }
11
    #jobpanel,#jobstatus,#jobfailed { display : none; }
12
    span.change-status { font-style:italic; color:#666; display:none; }
12
    span.change-status { font-style:italic; color:#666; display:none; }
Lines 380-387 Link Here
380
</div>
380
</div>
381
381
382
[% MACRO jsinclude BLOCK %]
382
[% MACRO jsinclude BLOCK %]
383
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
383
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
384
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
384
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
385
    [% INCLUDE 'datatables.inc' %]
385
    [% INCLUDE 'datatables.inc' %]
386
    <script type="text/javascript">
386
    <script type="text/javascript">
387
        $(document).ready(function(){
387
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-2 / +2 lines)
Lines 335-341 Link Here
335
  </div>
335
  </div>
336
336
337
[% MACRO jsinclude BLOCK %]
337
[% MACRO jsinclude BLOCK %]
338
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
338
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
339
    <script type="text/javascript">
339
    <script type="text/javascript">
340
        var MSG_MMT_SUBFIELDS_MATCH = _("Both subfield values should be filled or empty.");
340
        var MSG_MMT_SUBFIELDS_MATCH = _("Both subfield values should be filled or empty.");
341
        var MSG_MMT_DESTINATION_REQUIRED = _("The destination should be filled.");
341
        var MSG_MMT_DESTINATION_REQUIRED = _("The destination should be filled.");
Lines 350-356 Link Here
350
        var MSG_MMT_EDIT_ACTION = _("Edit action %s");
350
        var MSG_MMT_EDIT_ACTION = _("Edit action %s");
351
        var MSG_MMT_UPDATE_ACTION = _("Update action");
351
        var MSG_MMT_UPDATE_ACTION = _("Update action");
352
    </script>
352
    </script>
353
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/marc_modification_templates.js"></script>
353
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/marc_modification_templates_[% KOHA_VERSION %].js"></script>
354
[% END %]
354
[% END %]
355
355
356
[% INCLUDE 'intranet-bottom.inc' %]
356
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
</head>
9
</head>
10
10
11
<body id="tools_modborrowers" class="tools">
11
<body id="tools_modborrowers" class="tools">
Lines 295-301 Link Here
295
[% MACRO jsinclude BLOCK %]
295
[% MACRO jsinclude BLOCK %]
296
    [% INCLUDE 'calendar.inc' %]
296
    [% INCLUDE 'calendar.inc' %]
297
    [% INCLUDE 'datatables.inc' %]
297
    [% INCLUDE 'datatables.inc' %]
298
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
298
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
299
    <script type="text/javascript">
299
    <script type="text/javascript">
300
        var patron_attributes_lib = new Array();
300
        var patron_attributes_lib = new Array();
301
        var patron_attributes_values = new Array();
301
        var patron_attributes_values = new Array();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +1 lines)
Lines 156-162 Link Here
156
</div>
156
</div>
157
157
158
[% MACRO jsinclude BLOCK %]
158
[% MACRO jsinclude BLOCK %]
159
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
159
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
160
    <script type="text/javascript">
160
    <script type="text/javascript">
161
        var tab_map = { "1" : _("First"), "2" : _("Second"), "3" : _("Third")};
161
        var tab_map = { "1" : _("First"), "2" : _("Second"), "3" : _("Third")};
162
        $(document).ready(function() {
162
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-5 / +5 lines)
Lines 2-10 Link Here
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/uploader.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/uploader_[% KOHA_VERSION %].css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes_[% KOHA_VERSION %].css" />
7
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
8
</head>
8
</head>
9
9
10
<body id="tools_quotes" class="tools">
10
<body id="tools_quotes" class="tools">
Lines 73-81 Link Here
73
</div>
73
</div>
74
74
75
[% MACRO jsinclude BLOCK %]
75
[% MACRO jsinclude BLOCK %]
76
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
76
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
77
    [% INCLUDE 'datatables.inc' %]
77
    [% INCLUDE 'datatables.inc' %]
78
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
78
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini_[% KOHA_VERSION %].js"></script>
79
    <script type="text/javascript">
79
    <script type="text/javascript">
80
        var oTable; //DataTable object
80
        var oTable; //DataTable object
81
        $(document).ready(function() {
81
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-5 / +5 lines)
Lines 2-9 Link Here
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes_[% KOHA_VERSION %].css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
7
</head>
7
</head>
8
8
9
<body id="tools_quotes" class="tools">
9
<body id="tools_quotes" class="tools">
Lines 61-70 Link Here
61
</div>
61
</div>
62
62
63
[% MACRO jsinclude BLOCK %]
63
[% MACRO jsinclude BLOCK %]
64
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
64
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
65
    [% INCLUDE 'datatables.inc' %]
65
    [% INCLUDE 'datatables.inc' %]
66
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script>
66
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax_[% KOHA_VERSION %].js"></script>
67
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
67
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini_[% KOHA_VERSION %].js"></script>
68
    <script type="text/javascript">
68
    <script type="text/javascript">
69
        var oTable; /* oTable needs to be global */
69
        var oTable; /* oTable needs to be global */
70
        var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables.inc */
70
        var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables.inc */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
</div>
91
</div>
92
92
93
[% MACRO jsinclude BLOCK %]
93
[% MACRO jsinclude BLOCK %]
94
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
94
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
95
    [% INCLUDE 'calendar.inc' %]
95
    [% INCLUDE 'calendar.inc' %]
96
    <script type="text/javascript">
96
    <script type="text/javascript">
97
        $(document).ready(function(){
97
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-2 / +2 lines)
Lines 47-54 Link Here
47
<p><a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid %]">Return to staged MARC batch [% batchid %]</a></p>
47
<p><a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid %]">Return to staged MARC batch [% batchid %]</a></p>
48
48
49
[% MACRO jsinclude BLOCK %]
49
[% MACRO jsinclude BLOCK %]
50
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
50
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
51
    <script type="text/javascript" src="[% interface %]/lib/jsdiff/jsdiff.min.js"></script>
51
    <script type="text/javascript" src="[% interface %]/lib/jsdiff/jsdiff.min_[% KOHA_VERSION %].js"></script>
52
    <script type="text/javascript">
52
    <script type="text/javascript">
53
        $(document).ready(function(){
53
        $(document).ready(function(){
54
          var diff1 = $("#col1 pre").text();
54
          var diff1 = $("#col1 pre").text();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-3 / +3 lines)
Lines 197-205 Link Here
197
</div>
197
</div>
198
198
199
[% MACRO jsinclude BLOCK %]
199
[% MACRO jsinclude BLOCK %]
200
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
200
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
202
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload.js"></script>
202
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload_[% KOHA_VERSION %].js"></script>
203
    <script type="text/javascript">
203
    <script type="text/javascript">
204
        var xhr;
204
        var xhr;
205
        $(document).ready(function(){
205
        $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-3 / +3 lines)
Lines 109-117 Link Here
109
</div>
109
</div>
110
110
111
[% MACRO jsinclude BLOCK %]
111
[% MACRO jsinclude BLOCK %]
112
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
112
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
113
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script>
113
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar_[% KOHA_VERSION %].js"></script>
114
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload.js"></script>
114
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload_[% KOHA_VERSION %].js"></script>
115
    <script type="text/javascript">
115
    <script type="text/javascript">
116
        function StartUpload() {
116
        function StartUpload() {
117
            if( $('#fileToUpload').prop('files').length == 0 ) return;
117
            if( $('#fileToUpload').prop('files').length == 0 ) return;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-3 / +3 lines)
Lines 7-13 Link Here
7
    <title>Koha &rsaquo; Tools &rsaquo; Upload</title>
7
    <title>Koha &rsaquo; Tools &rsaquo; Upload</title>
8
[% END %]
8
[% END %]
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
11
12
[% BLOCK plugin_pars %]
12
[% BLOCK plugin_pars %]
13
    [% IF plugin %]
13
    [% IF plugin %]
Lines 246-252 Link Here
246
</div>
246
</div>
247
247
248
[% MACRO jsinclude BLOCK %]
248
[% MACRO jsinclude BLOCK %]
249
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
249
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
250
    [% INCLUDE 'datatables.inc' %]
250
    [% INCLUDE 'datatables.inc' %]
251
    <script type="text/javascript">
251
    <script type="text/javascript">
252
        var errMESSAGES = [
252
        var errMESSAGES = [
Lines 260-266 Link Here
260
            _("File or upload record could not be deleted."),
260
            _("File or upload record could not be deleted."),
261
        ];
261
        ];
262
    </script>
262
    </script>
263
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload.js"></script>
263
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/file-upload_[% KOHA_VERSION %].js"></script>
264
    <script type="text/javascript">
264
    <script type="text/javascript">
265
        function StartUpload() {
265
        function StartUpload() {
266
            if( $('#fileToUpload').prop('files').length == 0 ) return;
266
            if( $('#fileToUpload').prop('files').length == 0 ) return;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-1 / +1 lines)
Lines 280-286 Link Here
280
280
281
[% MACRO jsinclude BLOCK %]
281
[% MACRO jsinclude BLOCK %]
282
    [% INCLUDE 'calendar.inc' %]
282
    [% INCLUDE 'calendar.inc' %]
283
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script>
283
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script>
284
[% END %]
284
[% END %]
285
285
286
[% INCLUDE 'intranet-bottom.inc' %]
286
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-4 / +4 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
7
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10
<style type="text/css">textarea { width: 100%; }</style>
10
<style type="text/css">textarea { width: 100%; }</style>
11
11
12
[% BLOCK list_permissions %]
12
[% BLOCK list_permissions %]
Lines 415-421 Link Here
415
415
416
[% MACRO jsinclude BLOCK %]
416
[% MACRO jsinclude BLOCK %]
417
    [% INCLUDE 'datatables.inc' %]
417
    [% INCLUDE 'datatables.inc' %]
418
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
418
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter_[% KOHA_VERSION %].js"></script>
419
    [% IF print %]
419
    [% IF print %]
420
        <script type="text/javascript">
420
        <script type="text/javascript">
421
            $( document ).ready(function() {
421
            $( document ).ready(function() {
Lines 426-433 Link Here
426
    [% END %]
426
    [% END %]
427
427
428
    [% IF op == 'view' %]
428
    [% IF op == 'view' %]
429
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
429
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
430
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
430
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script>
431
    [% END %]
431
    [% END %]
432
    <script type="text/javascript">
432
    <script type="text/javascript">
433
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
433
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc (-2 / +2 lines)
Lines 1-4 Link Here
1
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
1
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min_[% KOHA_VERSION %].js"></script>
2
<script type="text/javascript">
2
<script type="text/javascript">
3
//<![CDATA[
3
//<![CDATA[
4
    var MSG_DT_FIRST = _("First");
4
    var MSG_DT_FIRST = _("First");
Lines 17-20 Link Here
17
    var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
17
    var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
18
//]]>
18
//]]>
19
</script>
19
</script>
20
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables.js"></script>
20
<script type="text/javascript" src="[% interface %]/[% theme %]/js/datatables_[% KOHA_VERSION %].js"></script>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-8 / +8 lines)
Lines 3-17 Link Here
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
4
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
5
[% IF ( bidi ) %]
5
[% IF ( bidi ) %]
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min_[% KOHA_VERSION %].css" />
7
[% ELSE %]
7
[% ELSE %]
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_[% KOHA_VERSION %].css" />
9
[% END %]
9
[% END %]
10
10
11
[% IF ( bidi ) %]
11
[% IF ( bidi ) %]
12
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl.css" />
12
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl_[% KOHA_VERSION %].css" />
13
[% ELSE %]
13
[% ELSE %]
14
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
14
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
15
[% END %]
15
[% END %]
16
16
17
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
17
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
Lines 30-38 Link Here
30
[% IF ( opac_css_override ) %]
30
[% IF ( opac_css_override ) %]
31
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opac_css_override %]" />
31
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opac_css_override %]" />
32
[% END %]
32
[% END %]
33
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
33
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
34
[% IF ( bidi ) %]
34
[% IF ( bidi ) %]
35
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
35
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
36
[% END %]
36
[% END %]
37
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
37
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
38
[% IF SCO_login %]
38
[% IF SCO_login %]
Lines 50-55 Link Here
50
<script type="text/javascript">
50
<script type="text/javascript">
51
    function _(s) { return s } // dummy function for gettext
51
    function _(s) { return s } // dummy function for gettext
52
</script>
52
</script>
53
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
53
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min_[% KOHA_VERSION %].js"></script>
54
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/font-awesome/css/font-awesome.min.css" />
54
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/font-awesome/css/font-awesome.min_[% KOHA_VERSION %].css" />
55
[% PROCESS 'html_helpers.inc' %]
55
[% PROCESS 'html_helpers.inc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/greybox.inc (-3 / +3 lines)
Lines 1-7 Link Here
1
<script type="text/javascript">
1
<script type="text/javascript">
2
    var GB_ROOT_DIR = "[% interface %]/[% theme %]/lib/greybox/";
2
    var GB_ROOT_DIR = "[% interface %]/[% theme %]/lib/greybox/";
3
</script>
3
</script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS.js"></script>
4
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS_fx.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/gb_scripts.js"></script>
6
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script>
7
<link href="[% interface %]/[% theme %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
7
<link href="[% interface %]/[% theme %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-15 / +15 lines)
Lines 77-90 Link Here
77
77
78
78
79
<!-- JavaScript includes -->
79
<!-- JavaScript includes -->
80
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery.js"></script>
80
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
81
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery-ui.js"></script>
81
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].js"></script>
82
<script type="text/javascript">
82
<script type="text/javascript">
83
// Resolve name collision between jQuery UI and Twitter Bootstrap
83
// Resolve name collision between jQuery UI and Twitter Bootstrap
84
$.widget.bridge('uitooltip', $.ui.tooltip);
84
$.widget.bridge('uitooltip', $.ui.tooltip);
85
</script>
85
</script>
86
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/bootstrap/js/bootstrap.min.js"></script>
86
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/bootstrap/js/bootstrap.min_[% KOHA_VERSION %].js"></script>
87
<script type="text/javascript" src="[% interface %]/[% theme %]/js/global.js"></script>
87
<script type="text/javascript" src="[% interface %]/[% theme %]/js/global_[% KOHA_VERSION %].js"></script>
88
<script type="text/javascript">
88
<script type="text/javascript">
89
    Modernizr.load([
89
    Modernizr.load([
90
        // Test need for polyfill
90
        // Test need for polyfill
Lines 105-111 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
105
        var NO_AMAZON_IMAGE = _("No cover image available");
105
        var NO_AMAZON_IMAGE = _("No cover image available");
106
    //]]>
106
    //]]>
107
</script>
107
</script>
108
<script type="text/javascript" src="[% interface %]/[% theme %]/js/amazonimages.js"></script>
108
<script type="text/javascript" src="[% interface %]/[% theme %]/js/amazonimages_[% KOHA_VERSION %].js"></script>
109
[% END %]
109
[% END %]
110
110
111
<script type="text/javascript">
111
<script type="text/javascript">
Lines 172-187 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
172
</script>
172
</script>
173
173
174
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]
174
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]
175
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket.js"></script>
175
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket_[% KOHA_VERSION %].js"></script>
176
[% ELSIF ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
176
[% ELSIF ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket.js"></script>
177
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/basket_[% KOHA_VERSION %].js"></script>
178
[% ELSE %]
178
[% ELSE %]
179
    <script type="text/javascript">var readCookie;</script>
179
    <script type="text/javascript">var readCookie;</script>
180
[% END %]
180
[% END %]
181
181
182
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %][% IF Koha.Preference( 'TagsEnabled' ) == 1 %]<script type="text/javascript" src="[% interface %]/[% theme %]/js/tags.js"></script>[% END %][% ELSE %][% END %]
182
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %][% IF Koha.Preference( 'TagsEnabled' ) == 1 %]<script type="text/javascript" src="[% interface %]/[% theme %]/js/tags_[% KOHA_VERSION %].js"></script>[% END %][% ELSE %][% END %]
183
[% IF ( GoogleJackets ) %]
183
[% IF ( GoogleJackets ) %]
184
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/google-jackets.js"></script>
184
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/google-jackets_[% KOHA_VERSION %].js"></script>
185
    <script type="text/javascript">
185
    <script type="text/javascript">
186
        //<![CDATA[
186
        //<![CDATA[
187
        var NO_GOOGLE_JACKET = _("No cover image available");
187
        var NO_GOOGLE_JACKET = _("No cover image available");
Lines 189-195 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
189
    </script>
189
    </script>
190
[% END %]
190
[% END %]
191
[% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
191
[% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
192
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/coce.js"></script>
192
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/coce_[% KOHA_VERSION %].js"></script>
193
    <script type="text/javascript">
193
    <script type="text/javascript">
194
        //<![CDATA[
194
        //<![CDATA[
195
        var NO_COCE_JACKET = _("No cover image available");
195
        var NO_COCE_JACKET = _("No cover image available");
Lines 198-204 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
198
[% END %]
198
[% END %]
199
199
200
[% IF OpenLibraryCovers || OpenLibrarySearch %]
200
[% IF OpenLibraryCovers || OpenLibrarySearch %]
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/openlibrary.js"></script>
201
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/openlibrary_[% KOHA_VERSION %].js"></script>
202
    <script type="text/javascript">
202
    <script type="text/javascript">
203
    //<![CDATA[
203
    //<![CDATA[
204
    var NO_OL_JACKET = _("No cover image available");
204
    var NO_OL_JACKET = _("No cover image available");
Lines 208-214 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
208
[% END %]
208
[% END %]
209
209
210
[% IF OPACLocalCoverImages %]
210
[% IF OPACLocalCoverImages %]
211
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/localcovers.js"></script>
211
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/localcovers_[% KOHA_VERSION %].js"></script>
212
    <script type="text/javascript">
212
    <script type="text/javascript">
213
    //<![CDATA[
213
    //<![CDATA[
214
    var NO_LOCAL_JACKET = _("No cover image available");
214
    var NO_LOCAL_JACKET = _("No cover image available");
Lines 217-223 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
217
[% END %]
217
[% END %]
218
218
219
[% IF ( BakerTaylorEnabled ) %]
219
[% IF ( BakerTaylorEnabled ) %]
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/bakertaylorimages.js"></script>
220
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/bakertaylorimages_[% KOHA_VERSION %].js"></script>
221
    <script type="text/javascript">
221
    <script type="text/javascript">
222
        //<![CDATA[
222
        //<![CDATA[
223
        var NO_BAKERTAYLOR_IMAGE = _("No cover image available");
223
        var NO_BAKERTAYLOR_IMAGE = _("No cover image available");
Lines 229-235 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
229
[% END %]
229
[% END %]
230
[% IF ( GoogleIndicTransliteration ) %]
230
[% IF ( GoogleIndicTransliteration ) %]
231
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
231
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
232
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/googleindictransliteration.js"></script>
232
    <script type="text/javascript" src="[% interface %]/[% theme %]/js/googleindictransliteration_[% KOHA_VERSION %].js"></script>
233
[% END %]
233
[% END %]
234
234
235
[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
235
[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
Lines 240-246 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
240
</script>
240
</script>
241
[% END %]
241
[% END %]
242
242
243
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
243
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.cookie.min_[% KOHA_VERSION %].js"></script>
244
<script type="text/javascript">
244
<script type="text/javascript">
245
$(document).ready(function() {
245
$(document).ready(function() {
246
    if($('#searchsubmit').length) {
246
    if($('#searchsubmit').length) {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your fines and charges</title>
7
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your fines and charges</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
9
[% BLOCK cssinclude %]
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
[% END %]
11
[% END %]
12
</head>
12
</head>
13
13
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-2 / +2 lines)
Lines 396-403 Link Here
396
[% END %]
396
[% END %]
397
397
398
[% BLOCK jsinclude %]
398
[% BLOCK jsinclude %]
399
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.deserialize.min.js"></script>
399
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.deserialize.min_[% KOHA_VERSION %].js"></script>
400
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
400
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.cookie.min_[% KOHA_VERSION %].js"></script>
401
<script type="text/javascript">//<![CDATA[
401
<script type="text/javascript">//<![CDATA[
402
$(document).ready(function() {
402
$(document).ready(function() {
403
    $('#advsearches').tabs();
403
    $('#advsearches').tabs();
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
63
64
[% INCLUDE 'opac-bottom.inc' %]
64
[% INCLUDE 'opac-bottom.inc' %]
65
[% BLOCK jsinclude %]
65
[% BLOCK jsinclude %]
66
<script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script>
66
<script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script>
67
<script type="text/javascript">
67
<script type="text/javascript">
68
    //<![CDATA[
68
    //<![CDATA[
69
        $(document).ready(function() {
69
        $(document).ready(function() {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-1 / +1 lines)
Lines 128-134 Link Here
128
[% INCLUDE 'opac-bottom.inc' %]
128
[% INCLUDE 'opac-bottom.inc' %]
129
[% BLOCK jsinclude %]
129
[% BLOCK jsinclude %]
130
[% IF ( displayhierarchy ) %]
130
[% IF ( displayhierarchy ) %]
131
    <script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree.js"></script>
131
    <script type="text/javascript" src="/opac-tmpl/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script>
132
[% END %]
132
[% END %]
133
<script type="text/javascript">
133
<script type="text/javascript">
134
    //<![CDATA[
134
    //<![CDATA[
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 320-326 Link Here
320
            //]]>
320
            //]]>
321
        </script>
321
        </script>
322
    [% ELSE %]
322
    [% ELSE %]
323
        <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
323
        <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
324
        [% INCLUDE 'datatables.inc' %]
324
        [% INCLUDE 'datatables.inc' %]
325
        <script type="text/javascript">
325
        <script type="text/javascript">
326
            //<![CDATA[
326
            //<![CDATA[
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Course reserves for [% course.course_name %]</title>
7
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Course reserves for [% course.course_name %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
9
[% BLOCK cssinclude %]
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
11
[% END %]
11
[% END %]
12
12
13
</head>
13
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Courses</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Courses</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %]
7
[% BLOCK cssinclude %]
8
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% END %]
9
[% END %]
10
10
11
</head>
11
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-7 / +7 lines)
Lines 34-43 Link Here
34
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title>
34
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title>
35
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
36
[% IF ( bidi ) %]
36
[% IF ( bidi ) %]
37
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
37
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />[% END %]
38
[% END %]
38
[% END %]
39
[% IF ( OpacStarRatings != 'disable' ) %]
39
[% IF ( OpacStarRatings != 'disable' ) %]
40
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %]
40
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />[% END %]
41
[% END %]
41
[% END %]
42
[% INCLUDE greybox.inc %]
42
[% INCLUDE greybox.inc %]
43
</head>
43
</head>
Lines 1169-1175 Link Here
1169
        [% END %]
1169
        [% END %]
1170
1170
1171
        [% IF ( NovelistSelectProfile && normalized_isbn ) %]
1171
        [% IF ( NovelistSelectProfile && normalized_isbn ) %]
1172
            <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1172
            <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init_[% KOHA_VERSION %].js"></script>
1173
        [% END %]
1173
        [% END %]
1174
1174
1175
        [% IF ( Babeltheque ) %]
1175
        [% IF ( Babeltheque ) %]
Lines 1383-1398 Link Here
1383
[% INCLUDE 'datatables.inc' %]
1383
[% INCLUDE 'datatables.inc' %]
1384
[% INCLUDE 'columns_settings.inc' %]
1384
[% INCLUDE 'columns_settings.inc' %]
1385
[% IF ( SocialNetworks ) %]
1385
[% IF ( SocialNetworks ) %]
1386
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
1386
    <script type="text/javascript" src="https://apis.google.com/js/plusone_[% KOHA_VERSION %].js">
1387
    //<![CDATA[
1387
    //<![CDATA[
1388
      {lang: '[% lang %]'}
1388
      {lang: '[% lang %]'}
1389
    //]]>
1389
    //]]>
1390
    </script>
1390
    </script>
1391
    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
1391
    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets_[% KOHA_VERSION %].js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
1392
[% END %]
1392
[% END %]
1393
[% IF ( OpacStarRatings != 'disable' ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating.js"></script>[% END %]
1393
[% IF ( OpacStarRatings != 'disable' ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating_[% KOHA_VERSION %].js"></script>[% END %]
1394
1394
1395
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.highlight-3.js"></script>[% END %]
1395
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.highlight-3_[% KOHA_VERSION %].js"></script>[% END %]
1396
1396
1397
<script type="text/javascript">
1397
<script type="text/javascript">
1398
//<![CDATA[
1398
//<![CDATA[
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-1 / +1 lines)
Lines 933-939 Link Here
933
933
934
[% INCLUDE 'opac-bottom.inc' %]
934
[% INCLUDE 'opac-bottom.inc' %]
935
[% BLOCK jsinclude %]
935
[% BLOCK jsinclude %]
936
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.validate.min.js"></script>
936
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
937
    [% PROCESS 'password_check.inc' %]
937
    [% PROCESS 'password_check.inc' %]
938
    [% PROCESS 'add_password_check' new_password => 'borrower_password' %]
938
    [% PROCESS 'add_password_check' new_password => 'borrower_password' %]
939
    <script type="text/javascript">
939
    <script type="text/javascript">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-3 / +3 lines)
Lines 3-9 Link Here
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q | html %]'</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q | html %]'</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />
7
<style>
7
<style>
8
.actions a.addtocart {
8
.actions a.addtocart {
9
    display: inline;
9
    display: inline;
Lines 59-66 Link Here
59
59
60
[% INCLUDE 'opac-bottom.inc' %]
60
[% INCLUDE 'opac-bottom.inc' %]
61
[% BLOCK jsinclude %]
61
[% BLOCK jsinclude %]
62
<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive.js"></script>
62
<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive_[% KOHA_VERSION %].js"></script>
63
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating.js"></script>
63
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating_[% KOHA_VERSION %].js"></script>
64
<script type="text/javascript">
64
<script type="text/javascript">
65
var querystring = "[% q |replace( "'", "\'" ) |replace( '\n', '\\n' ) |replace( '\r', '\\r' ) |html %]";
65
var querystring = "[% q |replace( "'", "\'" ) |replace( '\n', '\\n' ) |replace( '\r', '\\r' ) |html %]";
66
var results_per_page = [% OPACnumSearchResults %];
66
var results_per_page = [% OPACnumSearchResults %];
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
86
87
[% INCLUDE 'opac-bottom.inc' %]
87
[% INCLUDE 'opac-bottom.inc' %]
88
[% BLOCK jsinclude %]
88
[% BLOCK jsinclude %]
89
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.validate.min.js"></script>
89
    <script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
90
    [% PROCESS 'password_check.inc' %]
90
    [% PROCESS 'password_check.inc' %]
91
    [% PROCESS 'add_password_check' new_password => 'Newkey' %]
91
    [% PROCESS 'add_password_check' new_password => 'Newkey' %]
92
    <script type="text/javascript">
92
    <script type="text/javascript">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt (-1 / +1 lines)
Lines 278-284 href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> Link Here
278
278
279
[% INCLUDE 'opac-bottom.inc' %]
279
[% INCLUDE 'opac-bottom.inc' %]
280
[% BLOCK jsinclude %]
280
[% BLOCK jsinclude %]
281
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
281
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
282
<script type="text/javascript">
282
<script type="text/javascript">
283
//<![CDATA[
283
//<![CDATA[
284
284
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-5 / +5 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]
13
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]
14
    [% BLOCK cssinclude %]
14
    [% BLOCK cssinclude %]
15
        <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
15
        <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />
16
    [% END %]
16
    [% END %]
17
[% END %]
17
[% END %]
18
18
Lines 594-603 Link Here
594
        <script src="http://ltfl.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]&amp;systype=koha" type="text/javascript"></script>
594
        <script src="http://ltfl.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]&amp;systype=koha" type="text/javascript"></script>
595
    [% END %]
595
    [% END %]
596
[% END %]
596
[% END %]
597
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating.js"></script>[% END %]
597
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.rating_[% KOHA_VERSION %].js"></script>[% END %]
598
[% IF ( OverDriveEnabled ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive.js"></script>[% END %]
598
[% IF ( OverDriveEnabled ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/js/overdrive_[% KOHA_VERSION %].js"></script>[% END %]
599
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
599
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
600
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
600
[% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.highlight-3_[% KOHA_VERSION %].js"></script>
601
[% END %]<script type="text/javascript">
601
[% END %]<script type="text/javascript">
602
//<![CDATA[
602
//<![CDATA[
603
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'RequestOnOpac' ) == 1 ) %]
603
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'RequestOnOpac' ) == 1 ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +1 lines)
Lines 215-221 Link Here
215
[% INCLUDE 'opac-bottom.inc' %]
215
[% INCLUDE 'opac-bottom.inc' %]
216
[% BLOCK jsinclude %]
216
[% BLOCK jsinclude %]
217
[% INCLUDE 'datatables.inc' %]
217
[% INCLUDE 'datatables.inc' %]
218
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
218
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
219
<script type="text/javascript">
219
<script type="text/javascript">
220
//<![CDATA[
220
//<![CDATA[
221
    var MSG_CONFIRM_DELETE_HISTORY = _("Are you sure you want to delete selected search history entries?");
221
    var MSG_CONFIRM_DELETE_HISTORY = _("Are you sure you want to delete selected search history entries?");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 751-757 Link Here
751
751
752
[% INCLUDE 'opac-bottom.inc' %]
752
[% INCLUDE 'opac-bottom.inc' %]
753
[% BLOCK jsinclude %]
753
[% BLOCK jsinclude %]
754
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
754
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
755
<script type="text/javascript">
755
<script type="text/javascript">
756
//<![CDATA[
756
//<![CDATA[
757
var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these items from the list?");
757
var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these items from the list?");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 273-279 Link Here
273
273
274
[% INCLUDE 'opac-bottom.inc' %]
274
[% INCLUDE 'opac-bottom.inc' %]
275
[% BLOCK jsinclude %]
275
[% BLOCK jsinclude %]
276
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
276
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
277
[% INCLUDE 'datatables.inc' %]
277
[% INCLUDE 'datatables.inc' %]
278
<script type="text/javascript">
278
<script type="text/javascript">
279
    //<![CDATA[
279
    //<![CDATA[
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 1043-1049 Using this account is not recommended because some parts of Koha will not functi Link Here
1043
        //]]>
1043
        //]]>
1044
    </script>
1044
    </script>
1045
    [% IF Koha.Preference('OverDriveCirculation') %]
1045
    [% IF Koha.Preference('OverDriveCirculation') %]
1046
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script>
1046
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive_[% KOHA_VERSION %].js"></script>
1047
    <script type="text/JavaScript">
1047
    <script type="text/JavaScript">
1048
    $(document).ready(function() {
1048
    $(document).ready(function() {
1049
        [% IF ( overdrive_error ) %]
1049
        [% IF ( overdrive_error ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-4 / +4 lines)
Lines 4-12 Link Here
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
5
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
6
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon  %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
6
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon  %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
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_[% KOHA_VERSION %].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_[% KOHA_VERSION %].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_[% KOHA_VERSION %].css" />
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</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]>
Lines 15-21 Link Here
15
<script type="text/javascript">
15
<script type="text/javascript">
16
    function _(s) { return s } // dummy function for gettext
16
    function _(s) { return s } // dummy function for gettext
17
</script>
17
</script>
18
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
18
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min_[% KOHA_VERSION %].js"></script>
19
</head>
19
</head>
20
<body id="sco_help" class="sco">
20
<body id="sco_help" class="sco">
21
[% INCLUDE 'masthead-sco.inc' %]
21
[% INCLUDE 'masthead-sco.inc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-3 / +3 lines)
Lines 3-16 Link Here
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber %]</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon  %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon  %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
7
[% IF stylesheet %]
7
[% IF stylesheet %]
8
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
9
[% END %]
9
[% END %]
10
10
11
<!-- JavaScript includes -->
11
<!-- JavaScript includes -->
12
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/js/global.js"></script>
13
<script type="text/javascript" src="[% interface %]/[% theme %]/js/global_[% KOHA_VERSION %].js"></script>
14
14
15
[% INCLUDE 'slip-print.inc' %]
15
[% INCLUDE 'slip-print.inc' %]
16
16
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-5 / +4 lines)
Lines 6-14 Link Here
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
7
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
8
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
9
<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/bootstrap/css/bootstrap.min_[% KOHA_VERSION %].css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco_[% KOHA_VERSION %].css" />
12
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') %]</style>[% END %]
12
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') %]</style>[% END %]
13
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style type="text/css">[% Koha.Preference('SCOUserCSS') %]</style>[% END %]
13
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style type="text/css">[% Koha.Preference('SCOUserCSS') %]</style>[% END %]
14
<!--[if lt IE 9]>
14
<!--[if lt IE 9]>
Lines 17-23 Link Here
17
<script type="text/javascript">
17
<script type="text/javascript">
18
    function _(s) { return s } // dummy function for gettext
18
    function _(s) { return s } // dummy function for gettext
19
</script>
19
</script>
20
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
20
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min_[% KOHA_VERSION %].js"></script>
21
</head>
21
</head>
22
<body id="sco_main" class="sco" onload="dofocus();" onunload="mungeHistory();">
22
<body id="sco_main" class="sco" onload="dofocus();" onunload="mungeHistory();">
23
[% INCLUDE 'masthead-sco.inc' %]
23
[% INCLUDE 'masthead-sco.inc' %]
24
- 

Return to bug 12904