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

(-)a/debian/templates/apache-shared-intranet.conf (+1 lines)
Lines 18-20 RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/detail\.pl?bib=$1 [PT] Link Here
18
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
18
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
19
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]
19
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]
20
RewriteRule ^(.*)_(.*).js$ $1.js [R=301,N,L]
20
RewriteRule ^(.*)_(.*).js$ $1.js [R=301,N,L]
21
RewriteRule ^(.*)_(.*).css$ $1.css [R=301,N,L]
(-)a/debian/templates/apache-shared-opac.conf (+1 lines)
Lines 18-20 RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/opac-detail\.pl?bib=$1 [PT] Link Here
18
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
18
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
19
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]
19
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]
20
RewriteRule ^(.*)_(.*).js$ $1.js [R=301,N,L]
20
RewriteRule ^(.*)_(.*).js$ $1.js [R=301,N,L]
21
RewriteRule ^(.*)_(.*).css$ $1.css [R=301,N,L]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
3
[% USE ColumnsSettings %]
3
[% USE ColumnsSettings %]
4
4
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.colvis.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.colvis_[% KOHA_VERSION %].css" />
6
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.colvis_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.colvis_[% KOHA_VERSION %].js"></script>
7
7
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-5 / +5 lines)
Lines 2-13 Link Here
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
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.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min_[% KOHA_VERSION %].css" />
7
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
7
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print_[% KOHA_VERSION %].css" />
8
[% INCLUDE intranetstylesheet.inc %]
8
[% INCLUDE intranetstylesheet.inc %]
9
[% IF ( bidi ) %]
9
[% IF ( bidi ) %]
10
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
10
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
11
[% END %]
11
[% END %]
12
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
12
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
Lines 19-25 Link Here
19
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
19
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min_[% KOHA_VERSION %].js"></script>
20
20
21
[% IF ( login ) %]
21
[% IF ( login ) %]
22
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" />
22
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login_[% KOHA_VERSION %].css" />
23
[% END %]
23
[% END %]
24
24
25
<!-- koha core js -->
25
<!-- koha core js -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-4 / +4 lines)
Lines 4-14 Link Here
4
<title>Online help</title>
4
<title>Online help</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="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 %]/lib/jquery/jquery-ui.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
8
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
8
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print_[% KOHA_VERSION %].css" />
9
[% INCLUDE intranetstylesheet.inc %]
9
[% INCLUDE intranetstylesheet.inc %]
10
[% IF ( bidi ) %]
10
[% IF ( bidi ) %]
11
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
11
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
12
[% END %]
12
[% END %]
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery_[% KOHA_VERSION %].js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].js"></script>
Lines 16-21 Link Here
16
<!-- koha core js -->
16
<!-- koha core js -->
17
<script type="text/javascript" src="[% themelang %]/js/staff-global_[% KOHA_VERSION %].js"></script>
17
<script type="text/javascript" src="[% themelang %]/js/staff-global_[% KOHA_VERSION %].js"></script>
18
18
19
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
19
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help_[% KOHA_VERSION %].css" />
20
</head>
20
</head>
21
<body id="help">
21
<body id="help">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE Price %]
3
[% USE Price %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions</title>
5
<title>Koha &rsaquo; Acquisitions</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Order staged MARC records
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Order staged MARC records
Lines 8-14 Link Here
8
[% END %]
10
[% END %]
9
</title>
11
</title>
10
[% INCLUDE 'greybox.inc' %]
12
[% INCLUDE 'greybox.inc' %]
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
13
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
12
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'datatables.inc' %]
15
[% INCLUDE 'datatables.inc' %]
14
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE Branches %]
3
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
5
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% themelang %]/lib/yui/utilities/utilities.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/yui/utilities/utilities.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<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>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
4
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
4
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
4
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'calendar.inc' %]
10
[% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% USE Branches %]
4
[% USE Branches %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 / +3 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'greybox.inc' %]
6
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +3 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% USE ItemTypes %]
4
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +3 lines)
Lines 1-9 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
3
[% USE Koha %]
2
[% USE currency = format('%.2f') -%]
4
[% USE currency = format('%.2f') -%]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
5
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% formatteddatereceived %][% ELSE %]Receive orders from [% name %][% END %]</title>
7
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% formatteddatereceived %][% ELSE %]Receive orders from [% name %][% END %]</title>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
9
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% USE ItemTypes %]
4
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% BLOCK edit_contact %]
4
[% BLOCK edit_contact %]
3
    <ol id="contact-form">
5
    <ol id="contact-form">
Lines 77-83 Link Here
77
79
78
[% INCLUDE 'doc-head-open.inc' %]
80
[% INCLUDE 'doc-head-open.inc' %]
79
<title>Koha &rsaquo; Vendor [% bookselname %]</title>
81
<title>Koha &rsaquo; Vendor [% bookselname %]</title>
80
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
82
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
81
[% INCLUDE 'doc-head-close.inc' %]
83
[% INCLUDE 'doc-head-close.inc' %]
82
[% INCLUDE 'datatables.inc' %]
84
[% INCLUDE 'datatables.inc' %]
83
85
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +3 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +3 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% 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>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
3
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
7
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 / +4 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE KohaDates %]
3
[% USE KohaDates %]
2
[% USE format %]
4
[% USE format %]
3
[% USE Price %]
5
[% USE Price %]
Lines 28-39 Link Here
28
[% END -%]
30
[% END -%]
29
31
30
[% INCLUDE 'doc-head-open.inc' %]
32
[% INCLUDE 'doc-head-open.inc' %]
31
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
33
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
32
[% INCLUDE 'doc-head-close.inc' %]
34
[% INCLUDE 'doc-head-close.inc' %]
33
[% INCLUDE 'calendar.inc' %]
35
[% INCLUDE 'calendar.inc' %]
34
[% INCLUDE 'datatables.inc' %]
36
[% INCLUDE 'datatables.inc' %]
35
[% IF close_form %]
37
[% IF close_form %]
36
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
38
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable_[% KOHA_VERSION %].css" rel="stylesheet" type="text/css" />
37
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
39
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
38
[% END %]
40
[% END %]
39
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
41
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +4 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% USE Price %]
3
[% USE Price %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<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>
5
<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>
Lines 144-152 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
144
//]]>
146
//]]>
145
</script>
147
</script>
146
[% ELSIF op == 'list' %]
148
[% ELSIF op == 'list' %]
147
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
149
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
148
    [% INCLUDE 'datatables.inc' %]
150
    [% INCLUDE 'datatables.inc' %]
149
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
151
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable_[% KOHA_VERSION %].css" rel="stylesheet" type="text/css" />
150
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
152
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
151
153
152
<script type="text/javascript">
154
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Authority MARC framework [% IF ( add_form ) %][% IF ( use_heading_flags_p ) %]
4
<title>Koha &rsaquo; Administration &rsaquo; Authority MARC framework [% IF ( add_form ) %][% IF ( use_heading_flags_p ) %]
3
    [% IF ( heading_modify_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Modify tag[% END %]
5
    [% IF ( heading_modify_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Modify tag[% END %]
Lines 5-11 Link Here
5
    [% 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>
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
9
8
<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" />
9
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
12
<script type="text/javascript">
11
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Authorized values [% IF ( add_form ) %] &rsaquo; [% IF ( action_modify ) %]Modify authorized value[% END %]
3
<title>Koha &rsaquo; Administration &rsaquo; Authorized values [% IF ( add_form ) %] &rsaquo; [% IF ( action_modify ) %]Modify authorized value[% END %]
3
	   [% IF ( action_add_value ) %] &rsaquo;  New authorized value[% END %]
4
	   [% IF ( action_add_value ) %] &rsaquo;  New authorized value[% END %]
Lines 6-12 Link Here
6
[% IF ( else ) %]Authorized values[% END %]</title>
7
[% IF ( else ) %]Authorized values[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
9
9
<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" />
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
12
<script type="text/javascript">
12
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
3
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<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.js"></script>
7
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Libraries and groups
3
<title>Koha &rsaquo; Administration &rsaquo; Libraries and groups
3
[% IF ( editcategory ) %]
4
[% IF ( editcategory ) %]
Lines 11-17 Link Here
11
[% END %]
12
[% END %]
12
</title>
13
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
15
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
15
[% INCLUDE 'datatables.inc' %]
16
[% INCLUDE 'datatables.inc' %]
16
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
17
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
17
<script type="text/javascript">
18
<script type="text/javascript">
Lines 28-34 Link Here
28
tinyMCE.init({
29
tinyMCE.init({
29
    mode : "textareas",
30
    mode : "textareas",
30
    theme : "advanced",
31
    theme : "advanced",
31
    content_css : "[% themelang %]/css/tinymce.css",
32
    content_css : "[% themelang %]/css/tinymce_[% KOHA_VERSION %].css",
32
    plugins : "table,save,advhr,advlink,contextmenu",
33
    plugins : "table,save,advhr,advlink,contextmenu",
33
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
34
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
34
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
35
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates -%]
2
[% USE KohaDates -%]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF ( add_form ) %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
4
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF ( add_form ) %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
Lines 6-12 Link Here
6
[% IF ( delete_confirmed ) %]Category deleted[% END %]</title>
7
[% IF ( delete_confirmed ) %]Category deleted[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
<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" />
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript" id="js">
12
<script type="text/javascript" id="js">
12
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %]Cities &rsaquo; [% IF ( cityid ) %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF ( delete_confirm ) %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
3
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %]Cities &rsaquo; [% IF ( cityid ) %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF ( delete_confirm ) %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
7
<script type="text/javascript">
7
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE ColumnsSettings %]
3
[% USE ColumnsSettings %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
Lines 7-13 Link Here
7
[% IF ( delete_confirmed ) %]Currency deleted[% END %]
8
[% IF ( delete_confirmed ) %]Currency deleted[% END %]
8
[% IF ( else ) %]Currencies[% END %]</title>
9
[% IF ( else ) %]Currencies[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
11
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'columns_settings.inc' %]
13
[% INCLUDE 'columns_settings.inc' %]
13
<script type="text/javascript">
14
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE EncodeUTF8 %]
2
[% USE EncodeUTF8 %]
2
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
Lines 20-26 Data deleted Link Here
20
[% END %]
21
[% END %]
21
</title>
22
</title>
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
23
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
24
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
24
[% INCLUDE 'datatables.inc' %]
25
[% INCLUDE 'datatables.inc' %]
25
<script type="text/javascript">
26
<script type="text/javascript">
26
//<![CDATA[
27
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo;
3
<title>Koha &rsaquo; Administration &rsaquo;
3
[% IF ( add_form ) %]MARC frameworks &rsaquo; [% action %] [% searchfield %][% END %]
4
[% IF ( add_form ) %]MARC frameworks &rsaquo; [% action %] [% searchfield %][% END %]
Lines 5-11 Link Here
5
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
6
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
6
[% IF ( else ) %]MARC frameworks[% END %]</title>
7
[% IF ( else ) %]MARC frameworks[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
11
11
<script type="text/javascript">
12
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-4 / +5 lines)
Lines 1-11 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
3
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences_[% KOHA_VERSION %].css" />
7
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
8
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
9
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
9
[% END %]
10
[% END %]
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
11
<script type="text/javascript">
12
<script type="text/javascript">
Lines 30-36 Link Here
30
31
31
//]]>
32
//]]>
32
</script>
33
</script>
33
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg.css" />
34
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg_[% KOHA_VERSION %].css" />
34
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
35
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
35
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
36
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
36
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
37
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<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 %]
3
<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 %]
3
[% 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>
4
[% 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>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% IF ( else ) %]
6
[% IF ( else ) %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
9
<script type="text/javascript">
9
    //<![CDATA[
10
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
3
3
[% BLOCK ServerType %]
4
[% BLOCK ServerType %]
Lines 15-21 Link Here
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
16
17
17
[% IF op == 'list' %]
18
[% IF op == 'list' %]
18
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
19
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
19
    [% INCLUDE 'datatables.inc' %]
20
    [% INCLUDE 'datatables.inc' %]
20
[% END %]
21
[% END %]
21
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
3
<title>Koha &rsaquo; Authorities &rsaquo; [% IF ( authid ) %]Modify authority #[% authid %] ([% authtypetext %])[% ELSE %]Adding authority ([% authtypetext %])[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 124-132 function confirmnotdup(redirect){ Link Here
124
}
125
}
125
//]]>
126
//]]>
126
</script>
127
</script>
127
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
128
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio_[% KOHA_VERSION %].css" />
128
[% IF ( bidi ) %]
129
[% IF ( bidi ) %]
129
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
130
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
130
[% END %]
131
[% END %]
131
</head>
132
</head>
132
<body id="auth_authorities" class="auth">
133
<body id="auth_authorities" class="auth">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog &rsaquo; Your cart</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog &rsaquo; Your cart</title>
3
    [% IF ( print_basket ) %]
4
    [% IF ( print_basket ) %]
Lines 10-16 Link Here
10
</style>
11
</style>
11
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
12
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
14
[% INCLUDE 'datatables.inc' %]
15
[% INCLUDE 'datatables.inc' %]
15
<script type="text/javascript">
16
<script type="text/javascript">
16
	//<![CDATA[
17
	//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
Lines 182-188 function verify_images() { Link Here
182
     });[% END %]
183
     });[% END %]
183
//]]>
184
//]]>
184
</script>
185
</script>
185
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
186
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
186
[% INCLUDE 'datatables.inc' %]
187
[% INCLUDE 'datatables.inc' %]
187
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
188
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
188
[% INCLUDE 'browser-strings.inc' %]
189
[% INCLUDE 'browser-strings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE CGI %]
2
[% USE CGI %]
2
[% USE JSON.Escape %]
3
[% USE JSON.Escape %]
3
4
Lines 132-141 Link Here
132
[% INCLUDE 'doc-head-open.inc' %]
133
[% INCLUDE 'doc-head-open.inc' %]
133
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
134
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
134
  [% INCLUDE 'doc-head-close.inc' %]
135
  [% INCLUDE 'doc-head-close.inc' %]
135
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
136
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
136
  [% INCLUDE 'datatables.inc' %]
137
  [% INCLUDE 'datatables.inc' %]
137
  <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
138
  <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
138
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/itemsearchform.css" />
139
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/itemsearchform_[% KOHA_VERSION %].css" />
139
  <script type="text/javascript">
140
  <script type="text/javascript">
140
    //<![CDATA[
141
    //<![CDATA[
141
    var authorised_values = [% authorised_values_json %];
142
    var authorised_values = [% authorised_values_json %];
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% USE Koha %]
3
[% USE Koha %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
4
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
5
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
9
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% 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>
4
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
Lines 364-372 function Changefwk(FwkList) { Link Here
364
365
365
//]]>
366
//]]>
366
</script>
367
</script>
367
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
368
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio_[% KOHA_VERSION %].css" />
368
[% IF ( bidi ) %]
369
[% IF ( bidi ) %]
369
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
370
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
370
[% END %]
371
[% END %]
371
</head>
372
</head>
372
<body id="cat_addbiblio" class="cat">
373
<body id="cat_addbiblio" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-3 / +4 lines)
Lines 1-6 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
7
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
Lines 101-109 $(document).ready(function() { Link Here
101
});
102
});
102
//]]>
103
//]]>
103
</script>
104
</script>
104
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
105
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio_[% KOHA_VERSION %].css" />
105
[% IF ( bidi ) %]
106
[% IF ( bidi ) %]
106
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
107
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
107
[% END %]
108
[% END %]
108
</head>
109
</head>
109
<body id="cat_additem" class="cat">
110
<body id="cat_additem" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Labs thesis selection plugin</title>
3
<title>Koha &rsaquo; Labs thesis selection plugin</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-19 function Help() { Link Here
13
//]]>
14
//]]>
14
</script>
15
</script>
15
16
16
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/default/en/includes/common-style.css" />
17
<link rel="stylesheet" type="text/css" href="/intranet-tmpl/default/en/includes/common-style_[% KOHA_VERSION %].css" />
17
<style type="text/css">
18
<style type="text/css">
18
.catalogue {
19
.catalogue {
19
	background-color:#ad11ad;
20
	background-color:#ad11ad;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Z39.50 search results</title>
3
<title>Koha &rsaquo; Z39.50 search results</title>
3
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
9
<script type="text/javascript">
9
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Z39.50/SRU search results</title>
3
<title>Koha &rsaquo; Z39.50/SRU search results</title>
3
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
9
<script type="text/javascript">
9
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE Branches %]
3
[% USE Branches %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 15-21 Link Here
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'calendar.inc' %]
17
[% INCLUDE 'calendar.inc' %]
17
18
18
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
19
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
19
[% INCLUDE 'strings.inc' %]
20
[% INCLUDE 'strings.inc' %]
20
[% INCLUDE 'datatables.inc' %]
21
[% INCLUDE 'datatables.inc' %]
21
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
22
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +2 lines)
Lines 1-10 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
<!-- Plugin datatables -->
7
<!-- Plugin datatables -->
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
8
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
9
<script type="text/JavaScript">
10
<script type="text/JavaScript">
10
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( caller = 'hold-transfer' ) %]
4
[% IF ( caller = 'hold-transfer' ) %]
Lines 10-16 Link Here
10
11
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
13
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
13
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print_[% KOHA_VERSION %].css" />
14
[% IF ( Koha.Preference('SlipCSS') ) %]
15
[% IF ( Koha.Preference('SlipCSS') ) %]
15
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
16
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
16
[% END %]
17
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
3
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE ItemTypes %]
3
[% USE ItemTypes %]
3
[% USE Branches %]
4
[% USE Branches %]
Lines 10-16 Link Here
10
<body id="circ_view_holdsqueue" class="circ">
11
<body id="circ_view_holdsqueue" class="circ">
11
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
13
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
14
[% INCLUDE 'datatables.inc' %]
15
[% INCLUDE 'datatables.inc' %]
15
<script type="text/javascript">//<![CDATA[
16
<script type="text/javascript">//<![CDATA[
16
$(document).ready(function() {
17
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
2
[% USE ItemTypes %]
3
[% USE ItemTypes %]
3
[% USE Branches %]
4
[% USE Branches %]
Lines 5-11 Link Here
5
<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>
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
7
8
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
11
<script type="text/javascript">
11
//<![CDATA[
12
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Course reserves</title>
4
<title>Koha &rsaquo; Course reserves</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
6
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" id="js">
9
<script type="text/javascript" id="js">
9
$(document).ready(function() {
10
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Online help</title>
3
<title>Online help</title>
3
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
Lines 5-11 Link Here
5
tinyMCE.init({
6
tinyMCE.init({
6
	mode : "textareas",
7
	mode : "textareas",
7
        theme : "advanced",
8
        theme : "advanced",
8
    content_css : "[% themelang %]/css/tinymce.css",
9
    content_css : "[% themelang %]/css/tinymce_[% KOHA_VERSION %].css",
9
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
10
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
10
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
11
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
11
	theme_advanced_buttons1_add_before : "save,|",
12
	theme_advanced_buttons1_add_before : "save,|",
Lines 22-28 tinyMCE.init({ Link Here
22
//]]>
23
//]]>
23
</script>
24
</script>
24
[% INCLUDE intranetstylesheet.inc %]
25
[% INCLUDE intranetstylesheet.inc %]
25
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
26
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help_[% KOHA_VERSION %].css" />
26
</head>
27
</head>
27
<body id="help">
28
<body id="help">
28
	<h1>Online Help</h1>
29
	<h1>Online Help</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha staff client</title>
3
<title>Koha staff client</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css"> </style>
6
<style type="text/css"> </style>
6
7
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE ItemTypes %]
2
[% USE ItemTypes %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label batches</title>
4
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label batches</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
    [% INCLUDE 'greybox.inc' %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
    [% INCLUDE 'datatables.inc' %]
8
    [% INCLUDE 'datatables.inc' %]
8
    <script type="text/javascript">
9
    <script type="text/javascript">
9
    //<![CDATA[
10
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label_[% KOHA_VERSION %].css" />
5
    [% IF ( bidi ) %]
5
    [% IF ( bidi ) %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left_[% KOHA_VERSION %].css" />
7
    [% END %]
7
    [% END %]
8
</head>
8
</head>
9
<body id="labels_label-home" class="tools labels">
9
<body id="labels_label-home" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label elements</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label elements</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
Lines 79-85 Link Here
79
        //]]>
80
        //]]>
80
    </script>
81
    </script>
81
82
82
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
83
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
83
[% INCLUDE 'datatables.inc' %]
84
[% INCLUDE 'datatables.inc' %]
84
<script type="text/javascript" id="js">
85
<script type="text/javascript" id="js">
85
 $(document).ready(function() {
86
 $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
<!DOCTYPE html>
2
<!DOCTYPE html>
2
[% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
3
[% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
3
<head>
4
<head>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel_[% KOHA_VERSION %].css" />
7
8
8
		<style type="text/css">
9
		<style type="text/css">
9
		@media print {
10
		@media print {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
3
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview.css"/>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview_[% KOHA_VERSION %].css"/>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.treeview.pack.js"></script>
6
<!-- set up tree -->
7
<!-- set up tree -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
3
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
7
<script type="text/javascript">
7
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +2 lines)
Lines 1-10 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
5
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<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" />
7
<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="[% themelang %]/css/print.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print_[% KOHA_VERSION %].css" />
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
<body id="pat_moremember-print" class="pat" onload="printThenClose();">
10
<body id="pat_moremember-print" class="pat" onload="printThenClose();">
10
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<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" />
6
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
7
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print_[% KOHA_VERSION %].css" />
7
8
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
</head>
10
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %]
4
[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %]
Lines 13-19 Link Here
13
</title>
14
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'calendar.inc' %]
16
[% INCLUDE 'calendar.inc' %]
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
17
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables_[% KOHA_VERSION %].css" />
17
[% INCLUDE 'datatables.inc' %]
18
[% INCLUDE 'datatables.inc' %]
18
[% INCLUDE 'strings.inc' %]
19
[% INCLUDE 'strings.inc' %]
19
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
4
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<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" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
</head>
9
</head>
9
<body id="pat_printfeercpt" class="pat" onload="printThenClose();">
10
<body id="pat_printfeercpt" class="pat" onload="printThenClose();">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<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" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/printreceiptinvoice_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
</head>
9
</head>
9
<body id="printinvoice" class="pat" onload="printThenClose();">
10
<body id="printinvoice" class="pat" onload="printThenClose();">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title>
3
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE Koha %]
3
[% USE Koha %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
5
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" id="js">
9
<script type="text/javascript" id="js">
9
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons &rsaquo;
3
<title>Koha &rsaquo; Patrons &rsaquo;
3
[% IF ( unknowuser ) %]
4
[% IF ( unknowuser ) %]
Lines 7-13 Link Here
7
[% END %]
8
[% END %]
8
</title>
9
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
11
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'calendar.inc' %]
13
[% INCLUDE 'calendar.inc' %]
13
<script type="text/javascript">
14
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Choose Adult category</title>
3
<title>Koha &rsaquo; Choose Adult category</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
7
<script type="text/javascript">
7
	$(document).ready(function() {
8
	$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<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>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
6
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
9
9
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
5
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
8
8
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Manage patron card batches</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Manage patron card batches</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
    [% INCLUDE 'datatables.inc' %]
7
    [% INCLUDE 'datatables.inc' %]
7
    <script type="text/javascript">
8
    <script type="text/javascript">
8
        //<![CDATA[
9
        //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.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; Tools &rsaquo; Patron card creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card_[% KOHA_VERSION %].css" />
5
</head>
5
</head>
6
<body id="pcard_home" class="tools pcard">
6
<body id="pcard_home" class="tools pcard">
7
    [% INCLUDE 'header.inc' %]
7
    [% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
3
3
[%- BLOCK area_name -%]
4
[%- BLOCK area_name -%]
Lines 33-39 Link Here
33
    #sql { width: 90%; height: 9em;}
34
    #sql { width: 90%; height: 9em;}
34
</style>
35
</style>
35
[% IF ( saved1 ) %]
36
[% IF ( saved1 ) %]
36
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
37
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
37
[% INCLUDE 'datatables.inc' %]
38
[% INCLUDE 'datatables.inc' %]
38
[% END %]
39
[% END %]
39
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
3
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% IF ( do_it ) %]
5
[% IF ( do_it ) %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE Branches %]
3
[% USE Branches %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
Lines 6-12 Link Here
6
<style type="text/css">
7
<style type="text/css">
7
	.sql {display: none;}
8
	.sql {display: none;}
8
</style>
9
</style>
9
<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" />
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
12
<script type="text/javascript">
12
	//<![CDATA[
13
	//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +2 lines)
Lines 1-10 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Branches %]
2
[% USE Branches %]
2
3
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
5
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
8
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
10
<script type="text/javascript">
10
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
5
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<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.js"></script>
9
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
11
<script type="text/javascript">
11
//<![CDATA[
12
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
Lines 28-34 Link Here
28
</script>
29
</script>
29
[% END %]
30
[% END %]
30
[% IF ( op_else ) %]
31
[% IF ( op_else ) %]
31
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
32
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
32
[% INCLUDE 'datatables.inc' %]
33
[% INCLUDE 'datatables.inc' %]
33
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
34
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
34
<script type="text/javascript">
35
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<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>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables_[% KOHA_VERSION %].css" />
5
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
7
<script type="text/javascript">
7
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<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>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
8
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
8
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-2 / +3 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch item modification</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<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.js"></script>
9
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
10
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
Lines 39-45 $(document).ready(function(){ Link Here
39
<style type="text/css">#selections { display: none; }</style>
40
<style type="text/css">#selections { display: none; }</style>
40
<![endif]-->
41
<![endif]-->
41
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style>
42
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style>
42
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
43
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio_[% KOHA_VERSION %].css" />
43
</head>
44
</head>
44
<body id="tools_batchMod-edit" class="tools">
45
<body id="tools_batchMod-edit" class="tools">
45
[% INCLUDE 'header.inc' %]
46
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] calendar</title>
3
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] calendar</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
8
<script type="text/javascript">
8
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% USE Branches %]
3
[% USE Branches %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
<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.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-2 / +3 lines)
Lines 1-10 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; News</title>
4
<title>Koha &rsaquo; Tools &rsaquo; News</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
[% IF ( opac_news_count ) %]
7
[% IF ( opac_news_count ) %]
7
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
8
    [% INCLUDE 'datatables.inc' %]
9
    [% INCLUDE 'datatables.inc' %]
9
    <script type="text/javascript">//<![CDATA[
10
    <script type="text/javascript">//<![CDATA[
10
    $(document).ready(function() {
11
    $(document).ready(function() {
Lines 28-34 tinyMCE.init({ Link Here
28
    theme : "advanced",
29
    theme : "advanced",
29
    convert_urls : false,
30
    convert_urls : false,
30
    relative_urls : false,
31
    relative_urls : false,
31
    content_css : "[% themelang %]/css/tinymce.css",
32
    content_css : "[% themelang %]/css/tinymce_[% KOHA_VERSION %].css",
32
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
33
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
33
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
34
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
34
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
35
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<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>
4
<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>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.insertatcaret.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.insertatcaret.js"></script>
8
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% BLOCK final_match_link %]
2
[% BLOCK final_match_link %]
2
    [% IF ( record.record_type == 'biblio' ) %]
3
    [% IF ( record.record_type == 'biblio' ) %]
3
        <a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a>
4
        <a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a>
Lines 33-39 Link Here
33
</title>
34
</title>
34
[% INCLUDE 'doc-head-close.inc' %]
35
[% INCLUDE 'doc-head-close.inc' %]
35
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
36
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
36
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
37
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
37
[% INCLUDE 'datatables.inc' %]
38
[% INCLUDE 'datatables.inc' %]
38
<script type="text/javascript">
39
<script type="text/javascript">
39
//<![CDATA[
40
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc'%]
3
[% INCLUDE 'doc-head-open.inc'%]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
9
<script type="text/javascript">
9
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-3 / +4 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/uploader.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/uploader_[% KOHA_VERSION %].css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes_[% KOHA_VERSION %].css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
7
    [% INCLUDE 'datatables.inc' %]
8
    [% INCLUDE 'datatables.inc' %]
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
9
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
9
    <script type="text/javascript">
10
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +3 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes_[% KOHA_VERSION %].css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables_[% KOHA_VERSION %].css" />
6
    [% INCLUDE 'datatables.inc' %]
7
    [% INCLUDE 'datatables.inc' %]
7
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script>
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script>
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
9
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-7 / +8 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% SET KOHA_VERSION = Koha.Preference('Version') %]
3
[% SET KOHA_VERSION = Koha.Preference('Version') %]
3
</title>
4
</title>
Lines 6-20 Link Here
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
[% IF ( bidi ) %]
9
[% IF ( bidi ) %]
9
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
10
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min_[% KOHA_VERSION %].css" />
10
[% ELSE %]
11
[% ELSE %]
11
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
12
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min_[% KOHA_VERSION %].css" />
12
[% END %]
13
[% END %]
13
14
14
[% IF ( bidi ) %]
15
[% IF ( bidi ) %]
15
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl.css" />
16
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl_[% KOHA_VERSION %].css" />
16
[% ELSE %]
17
[% ELSE %]
17
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
18
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
18
[% END %]
19
[% END %]
19
20
20
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
21
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
Lines 33-44 Link Here
33
[% IF ( opac_css_override ) %]
34
[% IF ( opac_css_override ) %]
34
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opac_css_override %]" />
35
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opac_css_override %]" />
35
[% END %]
36
[% END %]
36
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
37
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" />
37
[% IF persona %]
38
[% IF persona %]
38
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/persona-buttons.css" />
39
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/persona-buttons_[% KOHA_VERSION %].css" />
39
[% END %]
40
[% END %]
40
[% IF ( bidi ) %]
41
[% IF ( bidi ) %]
41
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
42
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
42
[% END %]
43
[% END %]
43
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
44
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
44
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
45
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% USE Branches %]
4
[% USE Branches %]
Lines 26-35 Link Here
26
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]
27
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]
27
[% INCLUDE 'doc-head-close.inc' %]
28
[% INCLUDE 'doc-head-close.inc' %]
28
[% IF ( bidi ) %]
29
[% IF ( bidi ) %]
29
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
30
  [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />[% END %]
30
[% END %]
31
[% END %]
31
[% IF ( OpacStarRatings != 'disable' ) %]
32
[% IF ( OpacStarRatings != 'disable' ) %]
32
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %]
33
    [% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />[% END %]
33
[% END %]
34
[% END %]
34
</head>
35
</head>
35
[% INCLUDE 'bodytag.inc' bodyid='opac-detail' bodyclass='scrollto' %]
36
[% INCLUDE 'bodytag.inc' bodyid='opac-detail' bodyclass='scrollto' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-1 / +2 lines)
Lines 1-9 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q | html %]'
4
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo; OverDrive search for '[% q | html %]'
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
6
[% BLOCK cssinclude %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />
7
<style>
8
<style>
8
.actions a.addtocart {
9
.actions a.addtocart {
9
    display: inline;
10
    display: inline;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %]
3
[% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %]
3
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %]
4
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %]
Lines 12-18 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]
14
[% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]
14
    [% BLOCK cssinclude %]
15
    [% BLOCK cssinclude %]
15
        <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />
16
        <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating_[% KOHA_VERSION %].css" />
16
    [% END %]
17
    [% END %]
17
[% END %]
18
[% END %]
18
19
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-3 / +4 lines)
Lines 1-11 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE KohaDates %]
2
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</title>
3
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
5
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
5
<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" />
6
 <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" />
7
<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" />
8
<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" />
9
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
10
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
11
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
11
<!--[if lt IE 9]>
12
<!--[if lt IE 9]>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-1 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber %]</title>
3
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<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" />
5
<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" />
6
[% IF stylesheet %]
7
[% IF stylesheet %]
7
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8
[% END %]
9
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +4 lines)
Lines 1-12 Link Here
1
[% USE Koha %]\[% SET KOHA_VERSION = Koha.Preference(Version) %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
4
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
6
<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" />
7
<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" />
8
<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" />
9
<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" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco_[% KOHA_VERSION %].css" />
10
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
11
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
11
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
12
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
12
<!--[if lt IE 9]>
13
<!--[if lt IE 9]>
13
- 

Return to bug 12904