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

(-)a/koha-tmpl/intranet-tmpl/prog/css/datatables.css (-2 / +13 lines)
Lines 86-91 div.dataTables_paginate { Link Here
86
.paging_full_numbers > span > span {
86
.paging_full_numbers > span > span {
87
    border-right : 1px solid #AAA;
87
    border-right : 1px solid #AAA;
88
    border-left : 1px solid #FFF;
88
    border-left : 1px solid #FFF;
89
    color: #000;
89
    display : block;
90
    display : block;
90
    float : left;
91
    float : left;
91
    line-height:1.9em;
92
    line-height:1.9em;
Lines 99-105 div.dataTables_paginate { Link Here
99
.paging_full_numbers > span > span {
100
.paging_full_numbers > span > span {
100
    background-color : #FFF;
101
    background-color : #FFF;
101
    background-repeat: no-repeat;
102
    background-repeat: no-repeat;
102
    color : #0000CC;
103
}
103
}
104
.paging_full_numbers a.paginate_button.first {
104
.paging_full_numbers a.paginate_button.first {
105
    background-color: transparent;
105
    background-color: transparent;
Lines 141-146 div.bottom.pager div:first-child { Link Here
141
    font-weight: bold;
141
    font-weight: bold;
142
}
142
}
143
143
144
.paging_full_numbers a.current {
145
    background-color : #FFFFCC;
146
    font-weight: bold;
147
}
148
144
.paging_full_numbers a.paginate_button:hover {
149
.paging_full_numbers a.paginate_button:hover {
145
    background-color: #FFC;
150
    background-color: #FFC;
146
}
151
}
Lines 298-303 table.group tr.even td { Link Here
298
    border-right : 1px solid #BCBCBC;
303
    border-right : 1px solid #BCBCBC;
299
}
304
}
300
305
301
button.dt-button, div.dt-button, a.dt-button {
306
button.dt-button,
307
div.dt-button,
308
a.dt-button:link,
309
a.dt-button:visited,
310
a.dt-button:hover,
311
a.dt-button:active {
312
    color: #000;
302
    margin: 3px 3px 0;
313
    margin: 3px 3px 0;
303
}
314
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc (-1 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% INCLUDE 'format_price.inc' %]
3
[% INCLUDE 'format_price.inc' %]
4
[% Asset.css("css/buttons.dataTables.min.css") | $raw %]
5
[% Asset.js("lib/jquery/plugins/jquery.dataTables.min.js") | $raw %]
4
[% Asset.js("lib/jquery/plugins/jquery.dataTables.min.js") | $raw %]
6
[% Asset.js("lib/jquery/plugins/dataTables.buttons.min.js") | $raw %]
5
[% Asset.js("lib/jquery/plugins/dataTables.buttons.min.js") | $raw %]
7
[% Asset.js("lib/jquery/plugins/buttons.colVis.min.js") | $raw %]
6
[% Asset.js("lib/jquery/plugins/buttons.colVis.min.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (+2 lines)
Lines 17-22 Link Here
17
[% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %]
17
[% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %]
18
[% Asset.css("lib/bootstrap/bootstrap-theme.min.css") | $raw %]
18
[% Asset.css("lib/bootstrap/bootstrap-theme.min.css") | $raw %]
19
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
19
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
20
[% Asset.css("css/buttons.dataTables.min.css") | $raw %]
21
[% Asset.css("css/datatables.css") | $raw %]
20
[% Asset.css("css/print.css", { media = "print" }) | $raw %]
22
[% Asset.css("css/print.css", { media = "print" }) | $raw %]
21
[% INCLUDE intranetstylesheet.inc %]
23
[% INCLUDE intranetstylesheet.inc %]
22
[% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %]
24
[% IF ( bidi ) %][% Asset.css("css/right-to-left.css") | $raw %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Acquisitions</title>
7
<title>Koha &rsaquo; Acquisitions</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
9
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +1 lines)
Lines 10-17 Link Here
10
 &rsaquo; Batch list
10
 &rsaquo; Batch list
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% Asset.css("css/datatables.css") | $raw %]
13
<style type="text/css">#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
14
<style>@media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
15
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
16
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
15
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
17
    [% INCLUDE 'datatables.inc' %]
16
    [% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 lines)
Lines 22-28 Link Here
22
[% SET footerjs = 1 %]
22
[% SET footerjs = 1 %]
23
[% INCLUDE 'doc-head-open.inc' %]
23
[% INCLUDE 'doc-head-open.inc' %]
24
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</title>
24
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</title>
25
[% Asset.css("css/datatables.css") | $raw %]
26
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
27
<style type="text/css">
26
<style type="text/css">
28
    .sortmsg {font-size: 80%;}
27
    .sortmsg {font-size: 80%;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 lines)
Lines 4-10 Link Here
4
[% USE Price %]
4
[% USE Price %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Basket grouping for [% booksellername | html %]</title>
6
<title>Koha &rsaquo; Basket grouping for [% booksellername | html %]</title>
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
10
[% Asset.js("lib/yui/utilities/utilities.js") | $raw %]
9
[% Asset.js("lib/yui/utilities/utilities.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 lines)
Lines 10-16 Link Here
10
	vertical-align: top;
10
	vertical-align: top;
11
}
11
}
12
</style>
12
</style>
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="acq_booksellers" class="acq">
15
<body id="acq_booksellers" class="acq">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 lines)
Lines 10-16 Basket [% basket.basketno | html %] &rsaquo; Duplicate existing orders Link Here
10
[% END %]
10
[% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
<style type="text/css">
13
<style type="text/css">
15
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
14
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
16
    span.hint { margin-left: 1em; }
15
    span.hint { margin-left: 1em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; EDIFACT messages</title>
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css">
8
<style type="text/css">
10
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
9
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 lines)
Lines 5-11 Link Here
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
7
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
8
[% Asset.css("css/datatables.css") | $raw %]
9
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
9
</head>
11
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
8
</head>
10
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 lines)
Lines 8-14 Link Here
8
8
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
10
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
11
[% Asset.css("css/datatables.css") | $raw %]
12
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
12
</head>
14
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 lines)
Lines 5-11 Link Here
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
7
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
8
[% Asset.css("css/datatables.css") | $raw %]
9
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
10
9
11
</head>
10
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 lines)
Lines 3-9 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
6
[% Asset.css("css/datatables.css") | $raw %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
7
</head>
9
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
8
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 lines)
Lines 3-9 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
6
[% Asset.css("css/datatables.css") | $raw %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
7
</head>
9
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
9
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
10
            Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [% invoice | html %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name | html %][% END %]</title>
10
            Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [% invoice | html %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name | html %][% END %]</title>
11
[% Asset.css("css/datatables.css") | $raw %]
12
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
12
</head>
14
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name | html %]</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name | html %]</title>
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
8
</head>
10
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 lines)
Lines 90-96 Link Here
90
[% SET footerjs = 1 %]
90
[% SET footerjs = 1 %]
91
[% INCLUDE 'doc-head-open.inc' %]
91
[% INCLUDE 'doc-head-open.inc' %]
92
<title>Koha &rsaquo; Vendor [% name | html %]</title>
92
<title>Koha &rsaquo; Vendor [% name | html %]</title>
93
[% Asset.css("css/datatables.css") | $raw %]
94
[% INCLUDE 'doc-head-close.inc' %]
93
[% INCLUDE 'doc-head-close.inc' %]
95
</head>
94
</head>
96
95
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 lines)
Lines 4-10 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %]</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %]</title>
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
8
</head>
10
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 lines)
Lines 3-9 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
6
[% Asset.css("css/datatables.css") | $raw %]
7
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
8
[% USE Koha %]
7
[% USE Koha %]
9
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 lines)
Lines 36-42 Link Here
36
36
37
[% INCLUDE 'doc-head-open.inc' %]
37
[% INCLUDE 'doc-head-open.inc' %]
38
[% INCLUDE 'doc-head-close.inc' %]
38
[% INCLUDE 'doc-head-close.inc' %]
39
[% Asset.css("css/datatables.css") | $raw %]
40
[% IF close_form %]
39
[% IF close_form %]
41
    [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
40
    [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
42
[% END %]
41
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF op == 'add_form' %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
8
<title>Koha &rsaquo; Administration &rsaquo; Funds[% IF op == 'add_form' %] &rsaquo; [% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund [% END %][% END %]</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
9
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
11
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
11
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 lines)
Lines 9-15 Link Here
9
    [% ELSE %]&rsaquo; [% action | html %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
9
    [% ELSE %]&rsaquo; [% action | html %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode | html %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
11
12
[% Asset.css("css/datatables.css") | $raw %]
13
</head>
12
</head>
14
13
15
<body id="admin_auth_tag_structure" class="admin">
14
<body id="admin_auth_tag_structure" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 lines)
Lines 10-16 Link Here
10
[% END %]
10
[% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
13
15
<style>
14
<style>
16
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
15
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 lines)
Lines 10-16 Link Here
10
[% END %]
10
[% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="admin_authtypes" class="admin">
15
<body id="admin_authtypes" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 lines)
Lines 10-16 Link Here
10
[% END %]
10
[% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
    <body id="admin_biblio_framework" class="admin">
15
    <body id="admin_biblio_framework" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
6
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style type="text/css">td { text-align: center; } .sorted { min-width: 50%; }</style>
8
<style type="text/css">td { text-align: center; } .sorted { min-width: 50%; }</style>
10
</head>
9
</head>
11
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 lines)
Lines 11-17 Link Here
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("css/datatables.css") | $raw %]
15
</head>
14
</head>
16
15
17
<body id="admin_branches" class="admin">
16
<body id="admin_branches" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 lines)
Lines 10-16 Link Here
10
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %]
10
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %]
11
</title>
11
</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
13
<style type="text/css">#enrolmentmessage.hint { display : none; }</style>
15
</head>
14
</head>
16
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Administration &rsaquo; [% IF op =='add_form' %]Cities &rsaquo; [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
5
<title>Koha &rsaquo; Administration &rsaquo; [% IF op =='add_form' %]Cities &rsaquo; [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="admin_cities" class="admin">
9
<body id="admin_cities" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 lines)
Lines 10-16 Link Here
10
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
10
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
11
[% IF op == 'list' %]Currencies[% END %]</title>
11
[% IF op == 'list' %]Currencies[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="admin_currency" class="admin">
15
<body id="admin_currency" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 lines)
Lines 24-30 Data deleted Link Here
24
[% END %]
24
[% END %]
25
</title>
25
</title>
26
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
27
[% Asset.css("css/datatables.css") | $raw %]
28
<style>
27
<style>
29
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
28
	fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
30
  fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
29
  fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Administration &rsaquo; Koha to MARC mapping</title>
5
<title>Koha &rsaquo; Administration &rsaquo; Koha to MARC mapping</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="admin_koha2marclinks" class="admin">
9
<body id="admin_koha2marclinks" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Localization</title>
5
<title>Koha &rsaquo; Localization</title>
6
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
6
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="admin_localization" class="admin">
9
<body id="admin_localization" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 lines)
Lines 9-15 Link Here
9
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
9
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
10
[% IF ( else ) %]MARC frameworks[% END %]</title>
10
[% IF ( else ) %]MARC frameworks[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
</head>
12
</head>
14
13
15
<body id="admin_marctagstructure" class="admin">
14
<body id="admin_marctagstructure" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Administration &rsaquo; Library OverDrive Info &rsaquo;</title>
7
<title>Koha &rsaquo; Administration &rsaquo; Library OverDrive Info &rsaquo;</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="admin_overdrive" class="admin">
11
<body id="admin_overdrive" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
6
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
[% Asset.css("css/preferences.css") | $raw %]
8
[% Asset.css("css/preferences.css") | $raw %]
10
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.css") | $raw %]
9
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.css") | $raw %]
11
[% Asset.css("css/humanmsg.css") | $raw %]
10
[% Asset.css("css/humanmsg.css") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt (-1 lines)
Lines 9-15 Link Here
9
[% IF ( else ) %]Printers[% END %]</title>
9
[% IF ( else ) %]Printers[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% IF ( loop ) %]
11
[% IF ( loop ) %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'datatables.inc' %]
14
<script>
13
<script>
15
//<![CDATA[
14
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %] System preferences &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield | html %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] System preferences &rsaquo; Data added[% END %]
6
<title>Koha &rsaquo; Administration &rsaquo; [% IF ( add_form ) %] System preferences &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield | html %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] System preferences &rsaquo; Data added[% END %]
7
[% IF ( delete_confirm ) %] System preferences &rsaquo; [% searchfield | html %] &rsaquo; Confirm deletion of parameter '[% searchfield | html %]'[% END %][% IF ( delete_confirmed ) %] System preferences &rsaquo; Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</title>
7
[% IF ( delete_confirm ) %] System preferences &rsaquo; [% searchfield | html %] &rsaquo; Confirm deletion of parameter '[% searchfield | html %]'[% END %][% IF ( delete_confirmed ) %] System preferences &rsaquo; Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="admin_systempreferences" class="admin">
11
<body id="admin_systempreferences" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-5 lines)
Lines 16-26 Link Here
16
[% IF op ==  'add' %] &rsaquo; New [% PROCESS ServerType %] server[% END %]
16
[% IF op ==  'add' %] &rsaquo; New [% PROCESS ServerType %] server[% END %]
17
</title>
17
</title>
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
19
20
[% IF op == 'list' %]
21
    [% Asset.css("css/datatables.css") | $raw %]
22
[% END %]
23
24
</head>
19
</head>
25
20
26
<body id="admin_z3950servers" class="admin">
21
<body id="admin_z3950servers" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 lines)
Lines 38-44 Link Here
38
  [% END %]
38
  [% END %]
39
</title>
39
</title>
40
[% INCLUDE 'doc-head-close.inc' %]
40
[% INCLUDE 'doc-head-close.inc' %]
41
[% Asset.css("css/datatables.css") | $raw %]
42
</head>
41
</head>
43
42
44
<body id="catalog_detail" class="catalog">
43
<body id="catalog_detail" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% biblio.title | html %]</title>
9
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% biblio.title | html %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="catalog_issuehistory" class="catalog">
13
<body id="catalog_issuehistory" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-1 lines)
Lines 116-122 Link Here
116
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
116
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
117
  [% INCLUDE 'doc-head-close.inc' %]
117
  [% INCLUDE 'doc-head-close.inc' %]
118
  [% Asset.css("css/itemsearchform.css") | $raw %]
118
  [% Asset.css("css/itemsearchform.css") | $raw %]
119
  [% Asset.css("css/datatables.css") | $raw %]
120
</head>
119
</head>
121
120
122
<body id="catalog_itemsearch" class="catalog">
121
<body id="catalog_itemsearch" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-1 lines)
Lines 6-12 Link Here
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
7
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="catalogue_search-history" class="catalogue">
11
<body id="catalogue_search-history" class="catalogue">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 lines)
Lines 5-11 Link Here
5
5
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Cataloging &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Items</title>
7
<title>Koha &rsaquo; Cataloging &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Items</title>
8
[% Asset.css("css/datatables.css") | $raw %]
9
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
11
[% Asset.js("js/cataloging.js") | $raw %]
10
[% Asset.js("js/cataloging.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-1 lines)
Lines 4-10 Link Here
4
<title>Koha &rsaquo; Cataloging &rsaquo; Editor</title>
4
<title>Koha &rsaquo; Cataloging &rsaquo; Editor</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% Asset.css("css/cateditor.css") | $raw %]
6
[% Asset.css("css/cateditor.css") | $raw %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
[% Asset.css("lib/codemirror/codemirror.css") | $raw %]
7
[% Asset.css("lib/codemirror/codemirror.css") | $raw %]
9
[% Asset.css("css/humanmsg.css") | $raw %]
8
[% Asset.css("css/humanmsg.css") | $raw %]
10
[% Asset.js("js/cataloging.js") | $raw %]
9
[% Asset.js("js/cataloging.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 lines)
Lines 8-14 Link Here
8
    <title>Koha &rsaquo; Z39.50 authority search results</title>
8
    <title>Koha &rsaquo; Z39.50 authority search results</title>
9
    [% END %]
9
    [% END %]
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style type="text/css">
11
<style type="text/css">
13
    #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
12
    #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
14
</style>
13
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Z39.50/SRU search results</title>
6
<title>Koha &rsaquo; Z39.50/SRU search results</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style type="text/css">
8
<style type="text/css">
10
#dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
9
#dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
11
</style>
10
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Checkout notes</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Checkout notes</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="circ_checkout-notes" class="circ">
12
<body id="circ_checkout-notes" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 lines)
Lines 17-23 Link Here
17
[% END %]
17
[% END %]
18
</title>
18
</title>
19
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
20
[% Asset.css("css/datatables.css") | $raw %]
21
</head>
20
</head>
22
21
23
<body id="circ_circulation" class="circ">
22
<body id="circ_circulation" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 lines)
Lines 13-19 Link Here
13
[% END %]
13
[% END %]
14
</title>
14
</title>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% Asset.css("css/datatables.css") | $raw %]
17
</head>
16
</head>
18
17
19
<body id="circ_circulation_batch_checkouts" class="circ">
18
<body id="circ_circulation_batch_checkouts" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Circulation &rsaquo; Pending on-site checkouts</title>
9
<title>Koha &rsaquo; Circulation &rsaquo; Pending on-site checkouts</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="circ_stats" class="circ">
13
<body id="circ_stats" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate | html %]</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate | html %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
<style>
10
<style>
12
    .sql {display:none;}
11
    .sql {display:none;}
13
</style>
12
</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
11
<title>Koha &rsaquo; Circulation &rsaquo; Holds to pull</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="circ_pendingreserves" class="circ">
15
<body id="circ_pendingreserves" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Circulation &rsaquo; Request article</title>
10
<title>Koha &rsaquo; Circulation &rsaquo; Request article</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
</head>
12
</head>
14
13
15
<body id="circ_request-article" class="circ">
14
<body id="circ_request-article" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
10
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
<style>
12
<style>
14
    .sql { display: none; }
13
    .sql { display: none; }
15
    .ulined { text-decoration: underline; }
14
    .ulined { text-decoration: underline; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 lines)
Lines 33-39 Link Here
33
33
34
[% INCLUDE 'doc-head-open.inc' %]
34
[% INCLUDE 'doc-head-open.inc' %]
35
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title | html %]</title>
35
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title | html %]</title>
36
[% Asset.css("css/datatables.css") | $raw %]
37
[% INCLUDE 'doc-head-close.inc' %]
36
[% INCLUDE 'doc-head-close.inc' %]
38
</head>
37
</head>
39
38
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to receive</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to receive</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="circ_transferstoreceive" class="circ">
12
<body id="circ_transferstoreceive" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 lines)
Lines 12-18 Link Here
12
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
12
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<style type="text/css"> p { margin-top: 0; }</style>
14
<style type="text/css"> p { margin-top: 0; }</style>
15
[% Asset.css("css/datatables.css") | $raw %]
16
</head>
15
</head>
17
16
18
<body id="circ_view_holdsqueue" class="circ">
17
<body id="circ_view_holdsqueue" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="circ_waitingreserves" class="circ">
12
<body id="circ_waitingreserves" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs &rsaquo; Club enrollments</title>
8
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs &rsaquo; Club enrollments</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="club_enrollments" class="clubs">
12
<body id="club_enrollments" class="clubs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-1 lines)
Lines 8-14 Link Here
8
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs</title>
8
<title>Koha &rsaquo; Tools &rsaquo; Patron clubs</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
10
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="clubs_clubs" class="clubs">
13
<body id="clubs_clubs" class="clubs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Patron search</title>
7
<title>Koha &rsaquo; Patron search</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
<style> .modal-body .close { display: none; } </style>
9
<style> .modal-body .close { display: none; } </style>
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 lines)
Lines 9-15 Link Here
9
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name | html %]</title>
9
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name | html %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
11
12
[% Asset.css("css/datatables.css") | $raw %]
13
<style>
12
<style>
14
    #instructors {
13
    #instructors {
15
        float: left;
14
        float: left;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 lines)
Lines 7-13 Link Here
7
<title>Koha &rsaquo; Course reserves</title>
7
<title>Koha &rsaquo; Course reserves</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
9
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="courses_course_reserves" class="course">
12
<body id="courses_course_reserves" class="course">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 lines)
Lines 8-14 Link Here
8
<title>Koha &rsaquo; ILL requests  &rsaquo;</title>
8
<title>Koha &rsaquo; ILL requests  &rsaquo;</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
13
<script>
12
<script>
14
    //<![CDATA[
13
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 lines)
Lines 5-11 Link Here
5
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
6
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %]</title>
6
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %]</title>
7
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
8
    [% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
10
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 lines)
Lines 16-22 Link Here
16
    [% INCLUDE 'doc-head-open.inc' %]
16
    [% INCLUDE 'doc-head-open.inc' %]
17
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; [% PROCESS translate_label_element element=label_element_title %]</title>
17
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; [% PROCESS translate_label_element element=label_element_title %]</title>
18
    [% INCLUDE 'doc-head-close.inc' %]
18
    [% INCLUDE 'doc-head-close.inc' %]
19
[% Asset.css("css/datatables.css") | $raw %]
20
</head>
19
</head>
21
20
22
<body id="labels_label-manage" class="tools labels">
21
<body id="labels_label-manage" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 lines)
Lines 14-20 Link Here
14
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
15
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
15
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% Asset.css("css/datatables.css") | $raw %]
18
</head>
17
</head>
19
18
20
<body id="pat_borraccount" class="pat">
19
<body id="pat_borraccount" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Patrons &rsaquo; Pending discharge requests</title>
7
<title>Koha &rsaquo; Patrons &rsaquo; Pending discharge requests</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
<body id="pat_discharges" class="pat">
10
<body id="pat_discharges" class="pat">
12
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="pat_holdshistory" class="pat">
15
<body id="pat_holdshistory" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
9
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="pat_member" class="pat">
13
<body id="pat_member" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 lines)
Lines 13-19 Link Here
13
    [% END %]
13
    [% END %]
14
</title>
14
</title>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% Asset.css("css/datatables.css") | $raw %]
17
<style>
16
<style>
18
    input[type="file"] { display: inline-block; }
17
    input[type="file"] { display: inline-block; }
19
    .patroninfo-section { padding: .5em; margin: .5em; }
18
    .patroninfo-section { padding: .5em; margin: .5em; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style>
11
<style>
13
    .notice { display: none; }
12
    .notice { display: none; }
14
    .notice-title { font-weight: bold; display: block; }
13
    .notice-title { font-weight: bold; display: block; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Patrons &rsaquo; Make a payment for  [% patron.firstname | html %] [% patron.surname | html %]</title>
11
<title>Koha &rsaquo; Patrons &rsaquo; Make a payment for  [% patron.firstname | html %] [% patron.surname | html %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="pat_pay" class="pat">
15
<body id="pat_pay" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
8
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
10
</head>
12
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="pat_readingrec" class="pat">
13
<body id="pat_readingrec" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 lines)
Lines 11-17 Link Here
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("css/datatables.css") | $raw %]
15
</head>
14
</head>
16
15
17
<body id="pat_statistics" class="pat">
16
<body id="pat_statistics" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Choose adult category</title>
5
<title>Koha &rsaquo; Choose adult category</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="pat_update-child" class="pat">
9
<body id="pat_update-child" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name | html %] &rsaquo; Add patrons</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name | html %] &rsaquo; Add patrons</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
8
9
[% Asset.css("css/datatables.css") | $raw %]
10
<style>
9
<style>
11
    #add_patrons_by_search {
10
    #add_patrons_by_search {
12
        display: none;
11
        display: none;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'greybox.inc' %]
7
[% INCLUDE 'greybox.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="patlist_lists" class="pat patlist">
10
<body id="patlist_lists" class="pat patlist">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 lines)
Lines 4-10 Link Here
4
    [% INCLUDE 'doc-head-open.inc' %]
4
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %]</title>
5
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %]</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="pcard_edit-batch" class="tools pcard">
9
<body id="pcard_edit-batch" class="tools pcard">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Cash register statistics &rsaquo; Results[% ELSE %]&rsaquo; Cash register statistics[% END %]</title>
8
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Cash register statistics &rsaquo; Results[% ELSE %]&rsaquo; Cash register statistics[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="cash_register_stats" class="rep">
12
<body id="cash_register_stats" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 lines)
Lines 41-49 Link Here
41
}
41
}
42
</style>
42
</style>
43
[% Asset.css("css/reports.css") | $raw %]
43
[% Asset.css("css/reports.css") | $raw %]
44
[% IF ( saved1 ) %]
45
    [% Asset.css("css/datatables.css") | $raw %]
46
[% END %]
47
[% Asset.css("lib/d3c3/c3.min.css") | $raw %]
44
[% Asset.css("lib/d3c3/c3.min.css") | $raw %]
48
</head>
45
</head>
49
46
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
11
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
13
</head>
15
14
16
<body id="rep_itemslost" class="rep">
15
<body id="rep_itemslost" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 lines)
Lines 7-13 Link Here
7
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
7
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% IF ( do_it ) %]
9
[% IF ( do_it ) %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
[% END %]
10
[% END %]
12
</head>
11
</head>
13
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
[% Asset.css("css/datatables.css") | $raw %]
14
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_orders ) %] &rsaquo; <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a> &rsaquo; Results[% ELSE %] &rsaquo; Orders by fund[% END %]</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_orders ) %] &rsaquo; <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a> &rsaquo; Results[% ELSE %] &rsaquo; Orders by fund[% END %]</div>
15
14
16
<div class="main container-fluid">
15
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 lines)
Lines 9-15 Link Here
9
<style>
9
<style>
10
	.sql {display: none;}
10
	.sql {display: none;}
11
</style>
11
</style>
12
[% Asset.css("css/datatables.css") | $raw %]
13
</head>
12
</head>
14
13
15
<body id="rep_serials_stats" class="rep">
14
<body id="rep_serials_stats" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 lines)
Lines 15-21 Link Here
15
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
15
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
16
[% END %]
16
[% END %]
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% Asset.css("css/datatables.css") | $raw %]
19
</head>
18
</head>
20
19
21
<body id="circ_request" class="catalog">
20
<body id="circ_request" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="rcoll_rotatingCollections" class="tools rcoll">
10
<body id="rcoll_rotatingCollections" class="tools rcoll">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt (-1 lines)
Lines 12-18 Link Here
12
  [% END %]
12
  [% END %]
13
</title>
13
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% Asset.css("css/datatables.css") | $raw %]
16
</head>
15
</head>
17
16
18
<body id="ser_add_fields" class="ser">
17
<body id="ser_add_fields" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
7
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
8
    [% INCLUDE 'doc-head-close.inc' %]
8
    [% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="ser_claims" class="ser">
11
<body id="ser_claims" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle | html %]</title>
8
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle | html %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="ser_serials-collection" class="ser">
12
<body id="ser_serials-collection" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
10
<title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
<style type="text/css">input.dt-filter { width : 100%; font-size : 85%; }</style>
12
<style type="text/css">input.dt-filter { width : 100%; font-size : 85%; }</style>
14
</head>
13
</head>
15
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Koha &rsaquo; Serials &rsaquo; Details for subscription #[% subscriptionid | html %]</title>
11
<title>Koha &rsaquo; Serials &rsaquo; Details for subscription #[% subscriptionid | html %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
13
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
15
</head>
14
</head>
16
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Serials &rsaquo; Numbering patterns</title>
5
<title>Koha &rsaquo; Serials &rsaquo; Numbering patterns</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
</head>
7
</head>
9
8
10
<body id="ser_subscription_numberpatterns" class="ser">
9
<body id="ser_subscription_numberpatterns" class="ser">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 lines)
Lines 21-27 Link Here
21
</title>
21
</title>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% IF ( op_else ) %]
23
[% IF ( op_else ) %]
24
    [% Asset.css("css/datatables.css") | $raw %]
25
[% END %]
24
[% END %]
26
[% IF ( op_else ) %]
25
[% IF ( op_else ) %]
27
    <style>
26
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
<style>
7
<style>
9
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
8
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style>
10
</head>
9
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style>
8
<style>
10
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
9
.setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;}
11
.rejected { color: #CC0033; }
10
.rejected { color: #CC0033; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Access files</title>
6
<title>Access files</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
<body id="tools_access_files" class="tools">
9
<body id="tools_access_files" class="tools">
11
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
5
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.css("css/datatables.css") | $raw %]
8
<!--[if IE]>
7
<!--[if IE]>
9
<style type="text/css">#selections { display: none; }</style>
8
<style type="text/css">#selections { display: none; }</style>
10
<![endif]-->
9
<![endif]-->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.js("js/background-job-progressbar.js") | $raw %]
7
[% Asset.js("js/background-job-progressbar.js") | $raw %]
8
[% Asset.js("js/cataloging.js") | $raw %]
8
[% Asset.js("js/cataloging.js") | $raw %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
11
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
12
[% Asset.js("js/pages/batchMod.js") | $raw %]
11
[% Asset.js("js/pages/batchMod.js") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="tools_batch_delete_records" class="tools">
10
<body id="tools_batch_delete_records" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="tools_batch_record_modification" class="tools">
10
<body id="tools_batch_record_modification" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) | html %] calendar</title>
6
<title>Koha &rsaquo; Tools &rsaquo; [% Branches.GetName( branch ) | html %] calendar</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/datatables.css") | $raw %]
9
<style> .key { padding : 3px; white-space:nowrap; line-height:230%; }
8
<style> .key { padding : 3px; white-space:nowrap; line-height:230%; }
10
.ui-datepicker { font-size : 150%; }
9
.ui-datepicker { font-size : 150%; }
11
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; }
10
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
7
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="tools_inventory" class="tools">
11
<body id="tools_inventory" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 lines)
Lines 7-13 Link Here
7
<title>Koha &rsaquo; Tools &rsaquo; News</title>
7
<title>Koha &rsaquo; Tools &rsaquo; News</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% IF ( opac_news_count ) %]
9
[% IF ( opac_news_count ) %]
10
    [% Asset.css("css/datatables.css") | $raw %]
11
[% END %]
10
[% END %]
12
</head>
11
</head>
13
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<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>
8
<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>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
<style>#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style>
10
<style>#preview_template .modal-dialog { width : 80%; } .spinner { display: none; } @media (max-width: 767px) { #preview_template { margin: 0; width : auto; } }</style>
12
</head>
11
</head>
13
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 lines)
Lines 8-14 Link Here
8
[% END %]
8
[% END %]
9
</title>
9
</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style>
11
<style>
13
    #jobpanel,#jobstatus,#jobfailed { display : none; }
12
    #jobpanel,#jobstatus,#jobfailed { display : none; }
14
    span.change-status { font-style:italic; color:#666; display:none; }
13
    span.change-status { font-style:italic; color:#666; display:none; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
9
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
</head>
11
</head>
13
12
14
<body id="tools_modborrowers" class="tools">
13
<body id="tools_modborrowers" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-1 lines)
Lines 6-12 Link Here
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% Asset.css("css/uploader.css") | $raw %]
7
    [% Asset.css("css/uploader.css") | $raw %]
8
    [% Asset.css("css/quotes.css") | $raw %]
8
    [% Asset.css("css/quotes.css") | $raw %]
9
    [% Asset.css("css/datatables.css") | $raw %]
10
</head>
9
</head>
11
10
12
<body id="tools_quotes" class="tools">
11
<body id="tools_quotes" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-1 lines)
Lines 5-11 Link Here
5
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
5
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% Asset.css("css/quotes.css") | $raw %]
7
    [% Asset.css("css/quotes.css") | $raw %]
8
    [% Asset.css("css/datatables.css") | $raw %]
9
</head>
8
</head>
10
9
11
<body id="tools_quotes" class="tools">
10
<body id="tools_quotes" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Stock rotation</title>
8
<title>Koha &rsaquo; Stock rotation</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
10
</head>
12
11
13
<body id="tools_stockrotation" class="tools">
12
<body id="tools_stockrotation" class="tools">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 lines)
Lines 9-15 Link Here
9
    <title>Koha &rsaquo; Tools &rsaquo; Upload</title>
9
    <title>Koha &rsaquo; Tools &rsaquo; Upload</title>
10
[% END %]
10
[% END %]
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
[% Asset.css("css/datatables.css") | $raw %]
13
12
14
[% BLOCK plugin_pars %]
13
[% BLOCK plugin_pars %]
15
    [% IF plugin %]
14
    [% IF plugin %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
9
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/datatables.css") | $raw %]
12
<style>textarea { width: 100%; }</style>
11
<style>textarea { width: 100%; }</style>
13
12
14
[% BLOCK list_permissions %]
13
[% BLOCK list_permissions %]
15
- 

Return to bug 22015