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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css (-2 / +2 lines)
Lines 127-133 a.tagnum { Link Here
127
.linktools a:first-child { border-bottom: 1px solid #DDD; }
127
.linktools a:first-child { border-bottom: 1px solid #DDD; }
128
.linktools a:hover { background-color: #FFC; }
128
.linktools a:hover { background-color: #FFC; }
129
.subfield_controls { margin : 0 .5em; }
129
.subfield_controls { margin : 0 .5em; }
130
.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
130
.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../img/locked.png) center left no-repeat; width:29em; }
131
131
132
#cataloguing_additem_itemlist {
132
#cataloguing_additem_itemlist {
133
	margin-bottom : 1em;
133
	margin-bottom : 1em;
Lines 157-163 tbody tr.active td { Link Here
157
    z-index: 1000;
157
    z-index: 1000;
158
}
158
}
159
#loading div {
159
#loading div {
160
    background : transparent url(../../img/loading.gif) top left no-repeat;
160
    background : transparent url(../img/loading.gif) top left no-repeat;
161
    font-size : 175%;
161
    font-size : 175%;
162
    font-weight: bold;
162
    font-weight: bold;
163
    height: 2em;
163
    height: 2em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/cateditor.css (-2 / +2 lines)
Lines 16-22 body { Link Here
16
}
16
}
17
17
18
#loading div {
18
#loading div {
19
    background : transparent url(../../img/loading.gif) top left no-repeat;
19
    background : transparent url(../img/loading.gif) top left no-repeat;
20
    font-size : 175%;
20
    font-size : 175%;
21
    font-weight: bold;
21
    font-weight: bold;
22
    height: 2em;
22
    height: 2em;
Lines 286-292 body { Link Here
286
    display: inline-block;
286
    display: inline-block;
287
    height: 16px;
287
    height: 16px;
288
    width: 16px;
288
    width: 16px;
289
    background: transparent url("../../img/spinner-small.gif") top left no-repeat;
289
    background: transparent url("../img/spinner-small.gif") top left no-repeat;
290
    padding: -1px;
290
    padding: -1px;
291
    vertical-align: text-top;
291
    vertical-align: text-top;
292
}
292
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css (-17 / +17 lines)
Lines 3-25 input.search_init { Link Here
3
}
3
}
4
.sorting_asc {
4
.sorting_asc {
5
    padding-right: 19px;
5
    padding-right: 19px;
6
    background: url("../../img/asc.gif") no-repeat scroll right center #EEEEEE;
6
    background: url("../img/asc.gif") no-repeat scroll right center #EEEEEE;
7
}
7
}
8
.sorting_desc {
8
.sorting_desc {
9
    padding-right: 19px;
9
    padding-right: 19px;
10
    background: url("../../img/desc.gif") no-repeat scroll right center #EEEEEE;
10
    background: url("../img/desc.gif") no-repeat scroll right center #EEEEEE;
11
}
11
}
12
.sorting {
12
.sorting {
13
    padding-right: 19px;
13
    padding-right: 19px;
14
    background: url("../../img/ascdesc.gif") no-repeat scroll right center #EEEEEE;
14
    background: url("../img/ascdesc.gif") no-repeat scroll right center #EEEEEE;
15
}
15
}
16
.sorting_asc_disabled {
16
.sorting_asc_disabled {
17
    padding-right: 19px;
17
    padding-right: 19px;
18
    background: url("../../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE;
18
    background: url("../img/datatables/sort_asc_disabled.png") no-repeat scroll right center #EEEEEE;
19
}
19
}
20
.sorting_desc_disabled {
20
.sorting_desc_disabled {
21
    padding-right: 19px;
21
    padding-right: 19px;
22
    background: url("../../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE;
22
    background: url("../img/datatables/sort_desc_disabled.png") no-repeat scroll right center #EEEEEE;
23
}
23
}
24
.sorting_disabled {
24
.sorting_disabled {
25
    padding-right: 19px;
25
    padding-right: 19px;
Lines 89-113 div.dataTables_paginate { Link Here
89
}
89
}
90
.paging_full_numbers a.paginate_button.first {
90
.paging_full_numbers a.paginate_button.first {
91
    background-color: transparent;
91
    background-color: transparent;
92
    background-image : url('../../img/first.png');
92
    background-image : url('../img/first.png');
93
    background-position : 3px center;
93
    background-position : 3px center;
94
    padding-left : 23px;
94
    padding-left : 23px;
95
}
95
}
96
.paging_full_numbers a.paginate_button.previous {
96
.paging_full_numbers a.paginate_button.previous {
97
    background-color: transparent;
97
    background-color: transparent;
98
    background-image : url('../../img/prev.png');
98
    background-image : url('../img/prev.png');
99
    background-position : 3px center;
99
    background-position : 3px center;
100
    padding-left : 23px;
100
    padding-left : 23px;
101
}
101
}
102
.paging_full_numbers a.paginate_button.next {
102
.paging_full_numbers a.paginate_button.next {
103
    background-color: transparent;
103
    background-color: transparent;
104
    background-image : url('../../img/next.png');
104
    background-image : url('../img/next.png');
105
    background-position : 93% center;
105
    background-position : 93% center;
106
    padding-right : 25px;
106
    padding-right : 25px;
107
}
107
}
108
.paging_full_numbers a.paginate_button.last {
108
.paging_full_numbers a.paginate_button.last {
109
    background-color: transparent;
109
    background-color: transparent;
110
    background-image : url('../../img/last.png');
110
    background-image : url('../img/last.png');
111
    background-position : 93% center;
111
    background-position : 93% center;
112
    border-right : 0;
112
    border-right : 0;
113
    padding-right : 25px;
113
    padding-right : 25px;
Lines 184-214 div.dataTables_paginate.paging_four_button { Link Here
184
}
184
}
185
185
186
.paginate_disabled_first {
186
.paginate_disabled_first {
187
    background: transparent url("../../img/first-disabled.png") no-repeat 3px top;
187
    background: transparent url("../img/first-disabled.png") no-repeat 3px top;
188
}
188
}
189
.paginate_enabled_first {
189
.paginate_enabled_first {
190
    background: transparent url("../../img/first.png") no-repeat 3px top;
190
    background: transparent url("../img/first.png") no-repeat 3px top;
191
    cursor: pointer;
191
    cursor: pointer;
192
}
192
}
193
.paginate_disabled_previous {
193
.paginate_disabled_previous {
194
    background: transparent url("../../img/prev-disabled.png") no-repeat 3px top;
194
    background: transparent url("../img/prev-disabled.png") no-repeat 3px top;
195
}
195
}
196
.paginate_enabled_previous {
196
.paginate_enabled_previous {
197
    background: transparent url("../../img/prev.png") no-repeat 3px top;
197
    background: transparent url("../img/prev.png") no-repeat 3px top;
198
    cursor: pointer;
198
    cursor: pointer;
199
}
199
}
200
.paginate_disabled_next {
200
.paginate_disabled_next {
201
    background: transparent url("../../img/next-disabled.png") no-repeat right top;
201
    background: transparent url("../img/next-disabled.png") no-repeat right top;
202
}
202
}
203
.paginate_enabled_next {
203
.paginate_enabled_next {
204
    background: transparent url("../../img/next.png") no-repeat right top;
204
    background: transparent url("../img/next.png") no-repeat right top;
205
    cursor: pointer;
205
    cursor: pointer;
206
}
206
}
207
.paginate_disabled_last {
207
.paginate_disabled_last {
208
    background: transparent url("../../img/last-disabled.png") no-repeat right top;
208
    background: transparent url("../img/last-disabled.png") no-repeat right top;
209
}
209
}
210
.paginate_enabled_last {
210
.paginate_enabled_last {
211
    background: transparent url("../../img/last.png") no-repeat right top;
211
    background: transparent url("../img/last.png") no-repeat right top;
212
    cursor: pointer;
212
    cursor: pointer;
213
}
213
}
214
214
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/itemsearchform.css (-2 / +2 lines)
Lines 31-41 th.active { Link Here
31
}
31
}
32
32
33
th.sort-asc {
33
th.sort-asc {
34
  background-image: url('../../img/asc.gif');
34
  background-image: url('../img/asc.gif');
35
}
35
}
36
36
37
th.sort-desc {
37
th.sort-desc {
38
  background-image: url('../../img/desc.gif');
38
  background-image: url('../img/desc.gif');
39
}
39
}
40
40
41
th select {
41
th select {
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/login.css (-1 / +1 lines)
Lines 78-84 label { Link Here
78
}
78
}
79
79
80
#login h1 {
80
#login h1 {
81
	background: url(../../img/koha-logo.gif) no-repeat top center;
81
	background: url(../img/koha-logo.gif) no-repeat top center;
82
	margin-top: 0;
82
	margin-top: 0;
83
	margin-bottom : .5em;
83
	margin-bottom : .5em;
84
}
84
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css (-2 / +2 lines)
Lines 13-19 Link Here
13
13
14
#doc3 {
14
#doc3 {
15
    /* Contains the news + both columns of links + pending box + userblock box */
15
    /* Contains the news + both columns of links + pending box + userblock box */
16
    background-image:url('../../img/background_koha_logo.png');
16
    background-image:url('../img/background_koha_logo.png');
17
    background-repeat:no-repeat;
17
    background-repeat:no-repeat;
18
    background-position:left top;
18
    background-position:left top;
19
    padding-top: 12px;
19
    padding-top: 12px;
Lines 72-78 ul.biglinks-list li { Link Here
72
72
73
ul.biglinks-list li a.icon_general {
73
ul.biglinks-list li a.icon_general {
74
    /* Class used for each module link */
74
    /* Class used for each module link */
75
    background-image:url('../../img/staff-home-icons-sprite.png');
75
    background-image:url('../img/staff-home-icons-sprite.png');
76
    display: block;
76
    display: block;
77
    float: left;
77
    float: left;
78
78
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css (-3 / +3 lines)
Lines 51-63 h3 { Link Here
51
}
51
}
52
52
53
h3.expanded {
53
h3.expanded {
54
	background : transparent url("../../img/collapse.gif") 0 6px no-repeat;
54
	background : transparent url("../img/collapse.gif") 0 6px no-repeat;
55
	cursor : pointer;
55
	cursor : pointer;
56
	padding-left : 12px;
56
	padding-left : 12px;
57
}
57
}
58
58
59
h3.collapsed {
59
h3.collapsed {
60
	background : transparent url("../../img/expand.gif") 0 6px no-repeat;
60
	background : transparent url("../img/expand.gif") 0 6px no-repeat;
61
	cursor : pointer;
61
	cursor : pointer;
62
	padding-left : 12px;
62
	padding-left : 12px;
63
}
63
}
Lines 79-85 h3.collapsed { Link Here
79
    display: inline-block;
79
    display: inline-block;
80
    height : 16px;
80
    height : 16px;
81
    width: 16px;
81
    width: 16px;
82
    background: transparent url("../../img/spinner-small.gif") top left no-repeat;
82
    background: transparent url("../img/spinner-small.gif") top left no-repeat;
83
    padding : 0 4px;
83
    padding : 0 4px;
84
    vertical-align: middle;
84
    vertical-align: middle;
85
}
85
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css (-3 / +3 lines)
Lines 332-338 ul#toplevelmenu { Link Here
332
    float: right;
332
    float: right;
333
}
333
}
334
#cartmenulink {
334
#cartmenulink {
335
    background: url("../../img/cart-small.gif") no-repeat scroll right center transparent;
335
    background: url("../img/cart-small.gif") no-repeat scroll right center transparent;
336
    padding-right: 15px;
336
    padding-right: 15px;
337
}
337
}
338
338
Lines 401-412 p label, { Link Here
401
401
402
/*the arrwos in pref.*/
402
/*the arrwos in pref.*/
403
h3.expanded {
403
h3.expanded {
404
    background: url("../../img/collapse.gif") no-repeat scroll right 6px transparent;
404
    background: url("../img/collapse.gif") no-repeat scroll right 6px transparent;
405
    cursor: pointer;
405
    cursor: pointer;
406
    padding-right: 12px;
406
    padding-right: 12px;
407
}
407
}
408
h3.collapsed {
408
h3.collapsed {
409
    background: url("../../img/expand.gif") no-repeat scroll right 6px transparent;
409
    background: url("../img/expand.gif") no-repeat scroll right 6px transparent;
410
    cursor: pointer;
410
    cursor: pointer;
411
    padding-right: 12px;
411
    padding-right: 12px;
412
412
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-36 / +36 lines)
Lines 1-4 Link Here
1
@import url("../lib/yui/reset-fonts-grids.css") screen;
1
@import url("../../lib/yui/reset-fonts-grids.css") screen;
2
2
3
input:focus, textarea:focus {
3
input:focus, textarea:focus {
4
    border-color:#538200;
4
    border-color:#538200;
Lines 25-31 a:hover, a:active { Link Here
25
}
25
}
26
26
27
a.popup {
27
a.popup {
28
	background : transparent url("../../img/pop-up-link.png") center right no-repeat;
28
	background : transparent url("../img/pop-up-link.png") center right no-repeat;
29
	padding-right : 15px;
29
	padding-right : 15px;
30
}
30
}
31
31
Lines 119-125 input, textarea { Link Here
119
119
120
#navmenulist li {
120
#navmenulist li {
121
	padding : .2em 0;
121
	padding : .2em 0;
122
	list-style-image : url("../../img/arrow-bullet.gif");
122
	list-style-image : url("../img/arrow-bullet.gif");
123
	border-bottom : 1px solid #EEE;
123
	border-bottom : 1px solid #EEE;
124
}
124
}
125
125
Lines 776-796 fieldset.rows .inputnote { Link Here
776
}
776
}
777
#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
777
#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
778
	padding-left : 34px;
778
	padding-left : 34px;
779
	background-image: url("../../img/toolbar-new.gif");
779
	background-image: url("../img/toolbar-new.gif");
780
	background-position : center left;
780
	background-position : center left;
781
	background-repeat : no-repeat;
781
	background-repeat : no-repeat;
782
}
782
}
783
783
784
#changepassword a {
784
#changepassword a {
785
	padding-left : 34px;
785
	padding-left : 34px;
786
	background-image: url("../../img/toolbar-password.gif");
786
	background-image: url("../img/toolbar-password.gif");
787
	background-position : center left;
787
	background-position : center left;
788
	background-repeat : no-repeat;
788
	background-repeat : no-repeat;
789
}
789
}
790
790
791
#manageorders a {
791
#manageorders a {
792
	padding-left : 34px;
792
	padding-left : 34px;
793
	background-image: url("../../img/toolbar-orders.gif");
793
	background-image: url("../img/toolbar-orders.gif");
794
	background-position : center left;
794
	background-position : center left;
795
	background-repeat : no-repeat;
795
	background-repeat : no-repeat;
796
}
796
}
Lines 798-804 fieldset.rows .inputnote { Link Here
798
798
799
#savemenuc .first-child, #addbiblio .first-child {
799
#savemenuc .first-child, #addbiblio .first-child {
800
	padding-left : 34px;
800
	padding-left : 34px;
801
	background-image: url("../../img/toolbar-save.gif");
801
	background-image: url("../img/toolbar-save.gif");
802
	background-position : center left;
802
	background-position : center left;
803
	background-repeat : no-repeat;
803
	background-repeat : no-repeat;
804
}
804
}
Lines 815-856 fieldset.rows .inputnote { Link Here
815
#manageprofile a,
815
#manageprofile a,
816
#periods_menuc .first-child {
816
#periods_menuc .first-child {
817
	padding-left : 34px;
817
	padding-left : 34px;
818
	background-image: url("../../img/toolbar-edit.gif");
818
	background-image: url("../img/toolbar-edit.gif");
819
	background-position : center left;
819
	background-position : center left;
820
	background-repeat : no-repeat;
820
	background-repeat : no-repeat;
821
}
821
}
822
822
823
#duplicate a {
823
#duplicate a {
824
	padding-left : 34px;
824
	padding-left : 34px;
825
	background-image: url("../../img/toolbar-duplicate.gif");
825
	background-image: url("../img/toolbar-duplicate.gif");
826
	background-position : center left;
826
	background-position : center left;
827
	background-repeat : no-repeat;
827
	background-repeat : no-repeat;
828
}
828
}
829
829
830
#receive a {
830
#receive a {
831
	padding-left : 34px;
831
	padding-left : 34px;
832
	background-image: url("../../img/toolbar-receive.gif");
832
	background-image: url("../img/toolbar-receive.gif");
833
	background-position : center left;
833
	background-position : center left;
834
	background-repeat : no-repeat;
834
	background-repeat : no-repeat;
835
}
835
}
836
836
837
#renew a {
837
#renew a {
838
	padding-left : 34px;
838
	padding-left : 34px;
839
	background-image: url("../../img/toolbar-renew.gif");
839
	background-image: url("../img/toolbar-renew.gif");
840
	background-position : center left;
840
	background-position : center left;
841
	background-repeat : no-repeat;
841
	background-repeat : no-repeat;
842
}
842
}
843
843
844
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
844
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
845
	padding-left : 34px;
845
	padding-left : 34px;
846
	background-image: url("../../img/toolbar-delete.gif");
846
	background-image: url("../img/toolbar-delete.gif");
847
	background-position : center left;
847
	background-position : center left;
848
	background-repeat : no-repeat;
848
	background-repeat : no-repeat;
849
}
849
}
850
850
851
#z3950search .first-child {
851
#z3950search .first-child {
852
	padding-left : 34px;
852
	padding-left : 34px;
853
	background-image: url("../../img/toolbar-search.gif");
853
	background-image: url("../img/toolbar-search.gif");
854
	background-position : center left;
854
	background-position : center left;
855
	background-repeat : no-repeat;
855
	background-repeat : no-repeat;
856
}
856
}
Lines 878-891 fieldset.rows .inputnote { Link Here
878
878
879
#printbiblio button, #printbiblio a, #printmenuc .first-child {
879
#printbiblio button, #printbiblio a, #printmenuc .first-child {
880
	padding-left : 34px;
880
	padding-left : 34px;
881
	background-image: url("../../img/toolbar-print.gif");
881
	background-image: url("../img/toolbar-print.gif");
882
	background-position : center left;
882
	background-position : center left;
883
	background-repeat : no-repeat;
883
	background-repeat : no-repeat;
884
}
884
}
885
885
886
#addtoshelf button, #addtoshelf a {
886
#addtoshelf button, #addtoshelf a {
887
	padding-left : 34px;
887
	padding-left : 34px;
888
	background-image: url("../../img/toolbar-add-to-shelf.gif");
888
	background-image: url("../img/toolbar-add-to-shelf.gif");
889
	background-position : center left;
889
	background-position : center left;
890
	background-repeat : no-repeat;
890
	background-repeat : no-repeat;
891
}
891
}
Lines 894-900 fieldset.rows .inputnote { Link Here
894
#placehold button,
894
#placehold button,
895
#holdfor .first-child {
895
#holdfor .first-child {
896
	padding-left : 34px;
896
	padding-left : 34px;
897
	background-image: url("../../img/toolbar-hold.gif");
897
	background-image: url("../img/toolbar-hold.gif");
898
	background-position : center left;
898
	background-position : center left;
899
	background-repeat : no-repeat;
899
	background-repeat : no-repeat;
900
}
900
}
Lines 1046-1052 div.help { Link Here
1046
}
1046
}
1047
1047
1048
.circmessage li {
1048
.circmessage li {
1049
	list-style : url(../../img/arrow-bullet.gif);
1049
	list-style : url(../img/arrow-bullet.gif);
1050
	margin-bottom : .2em;
1050
	margin-bottom : .2em;
1051
}
1051
}
1052
1052
Lines 1110-1122 div.first fieldset { Link Here
1110
 }
1110
 }
1111
1111
1112
.dialog input.save {
1112
.dialog input.save {
1113
	background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1113
	background: #fff url(../img/toolbar-save.gif) no-repeat 4px center;
1114
	color:black;
1114
	color:black;
1115
	padding: .4em .4em .4em 34px;
1115
	padding: .4em .4em .4em 34px;
1116
}
1116
}
1117
1117
1118
.dialog input.edit {
1118
.dialog input.edit {
1119
	background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1119
	background: #fff url(../img/toolbar-edit.gif) no-repeat 4px center;
1120
	color:black;
1120
	color:black;
1121
	max-width : 13em;
1121
	max-width : 13em;
1122
	padding: .4em .4em .4em 34px;
1122
	padding: .4em .4em .4em 34px;
Lines 1124-1130 div.first fieldset { Link Here
1124
}
1124
}
1125
1125
1126
.dialog input.new {
1126
.dialog input.new {
1127
	background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1127
	background: #fff url(../img/toolbar-new.gif) no-repeat 4px center;
1128
	color:black;
1128
	color:black;
1129
	max-width : 13em;
1129
	max-width : 13em;
1130
	padding: .4em .4em .4em 34px;
1130
	padding: .4em .4em .4em 34px;
Lines 1132-1138 div.first fieldset { Link Here
1132
}
1132
}
1133
1133
1134
.dialog input.print {
1134
.dialog input.print {
1135
 	background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1135
 	background : #FFF url(../img/print-confirm.gif) no-repeat 4px center;
1136
	padding : .4em .4em .4em 25px;	
1136
	padding : .4em .4em .4em 25px;	
1137
}
1137
}
1138
1138
Lines 1199-1210 div.alert strong { Link Here
1199
}
1199
}
1200
1200
1201
a.clear-field {
1201
a.clear-field {
1202
    background : transparent url("../../img/clear-field.png") center left no-repeat;
1202
    background : transparent url("../img/clear-field.png") center left no-repeat;
1203
    padding-left : 16px;
1203
    padding-left : 16px;
1204
}
1204
}
1205
1205
1206
a.clone-field {
1206
a.clone-field {
1207
    background : transparent url("../../img/clone-field.png") center left no-repeat;
1207
    background : transparent url("../img/clone-field.png") center left no-repeat;
1208
    padding-left : 20px;
1208
    padding-left : 20px;
1209
}
1209
}
1210
1210
Lines 1215-1229 a.document { Link Here
1215
}
1215
}
1216
1216
1217
a.pdf {
1217
a.pdf {
1218
	background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1218
	background-image : url("../img/famfamfam/silk/page_white_acrobat.png");
1219
}
1219
}
1220
1220
1221
a.csv {
1221
a.csv {
1222
	background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1222
	background-image : url("../img/famfamfam/silk/page_white_excel.png");
1223
}
1223
}
1224
1224
1225
a.xml {
1225
a.xml {
1226
	background-image : url("../../img/famfamfam/silk/page_white_code.png");
1226
	background-image : url("../img/famfamfam/silk/page_white_code.png");
1227
}
1227
}
1228
1228
1229
div.message {
1229
div.message {
Lines 1385-1391 h1#logo { Link Here
1385
	width:180px;
1385
	width:180px;
1386
}
1386
}
1387
h1#logo {
1387
h1#logo {
1388
	background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1388
	background:transparent url(../img/koha-logo-medium.gif) no-repeat scroll 0%;
1389
	margin:0.75em .3em 0.75em .7em;
1389
	margin:0.75em .3em 0.75em .7em;
1390
}
1390
}
1391
1391
Lines 1477-1483 li.email { Link Here
1477
1477
1478
#searchresults ul li {
1478
#searchresults ul li {
1479
	font-size : 90%;
1479
	font-size : 90%;
1480
	list-style : url(../../img/item-bullet.gif);
1480
	list-style : url(../img/item-bullet.gif);
1481
	padding : .2em 0;
1481
	padding : .2em 0;
1482
        clear : left;
1482
        clear : left;
1483
}
1483
}
Lines 1678-1684 ul li input.submit { Link Here
1678
}
1678
}
1679
1679
1680
input.warning {
1680
input.warning {
1681
    background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1681
    background : #FFF url(../img/famfamfam/silk/error.png) no-repeat 4px center;
1682
	padding : 0.25em 0.25em 0.25em 25px;
1682
	padding : 0.25em 0.25em 0.25em 25px;
1683
}
1683
}
1684
1684
Lines 1792-1798 span.permissiondesc { Link Here
1792
	z-index : 50;
1792
	z-index : 50;
1793
}
1793
}
1794
#cartmenulink {
1794
#cartmenulink {
1795
        background: transparent url("../../img/cart-small.gif") left center no-repeat;
1795
        background: transparent url("../img/cart-small.gif") left center no-repeat;
1796
        padding-left : 15px;
1796
        padding-left : 15px;
1797
}
1797
}
1798
#cartmenulink span#basketcount span {
1798
#cartmenulink span#basketcount span {
Lines 2060-2066 div#acqui_order_supplierlist > div.supplier > div.baskets { Link Here
2060
    color: #212121;
2060
    color: #212121;
2061
}
2061
}
2062
.ui-autocomplete-loading {
2062
.ui-autocomplete-loading {
2063
    background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2063
    background: #FFF url("../img/loading-small.gif") right center no-repeat;
2064
}
2064
}
2065
2065
2066
/* jQuery UI standard tabs */
2066
/* jQuery UI standard tabs */
Lines 2458-2465 a.btn:visited{ Link Here
2458
a.dropdown-toggle {
2458
a.dropdown-toggle {
2459
    white-space: nowrap;
2459
    white-space: nowrap;
2460
}
2460
}
2461
[class^="icon-"],[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-koha.png");}
2461
[class^="icon-"],[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-koha.png");}
2462
.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-white-koha.png");}
2462
.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white-koha.png");}
2463
a.disabled {
2463
a.disabled {
2464
    color : #999999;
2464
    color : #999999;
2465
}
2465
}
Lines 2603-2609 fieldset.rows table.mceListBox { Link Here
2603
2603
2604
#jobpanel,#jobstatus,#jobfailed { display : none; }
2604
#jobpanel,#jobstatus,#jobfailed { display : none; }
2605
#jobstatus { margin:.4em; }
2605
#jobstatus { margin:.4em; }
2606
#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../../img/progress.png') -300px 0px no-repeat; }
2606
#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../img/progress.png') -300px 0px no-repeat; }
2607
#selections { width : 100%; white-space : normal; }
2607
#selections { width : 100%; white-space : normal; }
2608
#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2608
#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2609
#selections span.selected { background-color : #CCE0FC; }
2609
#selections span.selected { background-color : #CCE0FC; }
Lines 2637-2643 div#toolbar.floating, Link Here
2637
}
2637
}
2638
2638
2639
.tag_editor {
2639
.tag_editor {
2640
    background: transparent url("../../img/edit-tag.png") top left no-repeat;
2640
    background: transparent url("../img/edit-tag.png") top left no-repeat;
2641
    display : block;
2641
    display : block;
2642
    float : left;
2642
    float : left;
2643
    width : 16px;
2643
    width : 16px;
Lines 2719-2725 span.browse-button { Link Here
2719
    z-index: 1000;
2719
    z-index: 1000;
2720
}
2720
}
2721
.loading-overlay div {
2721
.loading-overlay div {
2722
    background : transparent url(../../img/loading.gif) top left no-repeat;
2722
    background : transparent url(../img/loading.gif) top left no-repeat;
2723
    font-size : 175%;
2723
    font-size : 175%;
2724
    font-weight: bold;
2724
    font-weight: bold;
2725
    height: 2em;
2725
    height: 2em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/uploader.css (-1 / +1 lines)
Lines 20-26 Link Here
20
}
20
}
21
#server_response {
21
#server_response {
22
    background-color: white;
22
    background-color: white;
23
    background-image: url("../../img/x_alt_16x16.png");
23
    background-image: url("../img/x_alt_16x16.png");
24
    background-repeat: no-repeat;
24
    background-repeat: no-repeat;
25
    background-origin: padding-box;
25
    background-origin: padding-box;
26
    background-position: right top;
26
    background-position: right top;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'format_price.inc' %]
1
[% INCLUDE 'format_price.inc' %]
2
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/buttons.dataTables.min.css" />
2
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/buttons.dataTables.min.css" />
3
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
3
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.buttons.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.buttons.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/buttons.colVis.min.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/buttons.colVis.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc (-1 / +1 lines)
Lines 1-4 Link Here
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
2
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
3
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
3
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
4
4
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-3 / +3 lines)
Lines 21-29 Link Here
21
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" />
21
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui.css" />
22
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
22
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
23
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
23
<link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
24
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
24
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
25
[% INCLUDE intranetstylesheet.inc %]
25
[% INCLUDE intranetstylesheet.inc %]
26
[% IF ( bidi )            %]<link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />[% END %]
26
[% IF ( bidi )            %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
27
27
28
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
28
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
29
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
29
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
Lines 34-40 Link Here
34
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
34
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
35
35
36
[% IF ( login ) %]
36
[% IF ( login ) %]
37
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" />
37
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/login.css" />
38
[% END %]
38
[% END %]
39
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
39
[% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
40
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc (-3 / +3 lines)
Lines 3-12 Link Here
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.css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" />
6
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
7
[% INCLUDE intranetstylesheet.inc %]
7
[% INCLUDE intranetstylesheet.inc %]
8
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
9
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
9
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
10
[% END %]
10
[% END %]
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui.js"></script>
Lines 14-19 Link Here
14
<!-- koha core js -->
14
<!-- koha core js -->
15
<script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
15
<script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script>
16
16
17
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
17
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
18
</head>
18
</head>
19
<body id="help" class="help">
19
<body id="help" class="help">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc (-1 / +1 lines)
Lines 3-9 Link Here
3
<style type="text/css" media="screen">
3
<style type="text/css" media="screen">
4
4
5
[% IF ( login ) %]
5
[% IF ( login ) %]
6
    @import url([% themelang %]/css/login.css);
6
    @import url([% interface %]/[% theme %]/css/login.css);
7
[% END %]
7
[% END %]
8
8
9
html { background: #eee; }
9
html { background: #eee; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc (-2 / +2 lines)
Lines 2-8 Link Here
2
[% IF (intranetstylesheet.match('^https?:|^\/')) %]
2
[% IF (intranetstylesheet.match('^https?:|^\/')) %]
3
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
3
    <link rel="stylesheet" type="text/css" href="[% intranetstylesheet %]" />
4
[% ELSE %]
4
[% ELSE %]
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetstylesheet %]" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetstylesheet %]" />
6
[% END %]
6
[% END %]
7
7
8
<!-- local colors -->
8
<!-- local colors -->
Lines 10-15 Link Here
10
    [% IF (intranetcolorstylesheet.match('^https?:|^\/')) %]
10
    [% IF (intranetcolorstylesheet.match('^https?:|^\/')) %]
11
        <link rel="stylesheet" type="text/css" href="[% intranetcolorstylesheet %]" />
11
        <link rel="stylesheet" type="text/css" href="[% intranetcolorstylesheet %]" />
12
    [% ELSE %]
12
    [% ELSE %]
13
        <link rel="stylesheet" type="text/css" href="[% themelang %]/css/[% intranetcolorstylesheet %]" />
13
        <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% intranetcolorstylesheet %]" />
14
    [% END %]
14
    [% END %]
15
[% END %]
15
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc (-1 / +1 lines)
Lines 46-52 tinyMCE.init({ Link Here
46
    mode : "specific_textareas",
46
    mode : "specific_textareas",
47
    editor_selector : "mce",
47
    editor_selector : "mce",
48
    theme : "advanced",
48
    theme : "advanced",
49
    content_css : "[% themelang %]/css/tinymce.css",
49
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
50
    plugins : "table,save,advhr,advlink,contextmenu,advimage",
50
    plugins : "table,save,advhr,advlink,contextmenu,advimage",
51
    theme_advanced_buttons1 : "bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,image,link,unlink,anchor,cleanup,help,code,advhr,",
51
    theme_advanced_buttons1 : "bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,image,link,unlink,anchor,cleanup,help,code,advhr,",
52
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap|,forecolor,backcolor",
52
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap|,forecolor,backcolor",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions</title>
3
<title>Koha &rsaquo; Acquisitions</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
7
<link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
 &rsaquo; Batch list
7
 &rsaquo; Batch list
8
[% END %]
8
[% END %]
9
</title>
9
</title>
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
<style type="text/css">#dataPreview { width : 80%; margin-left : -40%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
11
<style type="text/css">#dataPreview { width : 80%; margin-left : -40%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'datatables.inc' %]
13
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-9 / +9 lines)
Lines 1-19 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% themelang %]/lib/yui/utilities/utilities.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/yui/utilities/utilities.js"></script>
8
<script type="text/javascript" src="[% themelang %]/lib/yui/button/button-min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/yui/button/button-min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/yui/container/container_core-min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/yui/container/container_core-min.js"></script>
10
<script type="text/javascript" src="[% themelang %]/lib/yui/menu/menu-min.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/yui/menu/menu-min.js"></script>
11
<script type="text/javascript" src="[% themelang %]/js/basketgroup.js"></script>
11
<script type="text/javascript" src="[% themelang %]/js/basketgroup.js"></script>
12
[% IF ( grouping ) %]
12
[% IF ( grouping ) %]
13
<script type="text/javascript" src="[% themelang %]/lib/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
13
<script type="text/javascript" src="[% interface %]/lib/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
14
<script type="text/javascript" src="[% themelang %]/lib/yui/animation/animation-min.js"></script>
14
<script type="text/javascript" src="[% interface %]/lib/yui/animation/animation-min.js"></script>
15
<script type="text/javascript" src="[% themelang %]/lib/yui/dragdrop/dragdrop-min.js"></script>
15
<script type="text/javascript" src="[% interface %]/lib/yui/dragdrop/dragdrop-min.js"></script>
16
<script type="text/javascript" src="[% themelang %]/lib/yui/element/element-min.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/yui/element/element-min.js"></script>
17
<style type="text/css">
17
<style type="text/css">
18
/*margin and padding on body element
18
/*margin and padding on body element
19
  can introduce errors in determining
19
  can introduce errors in determining
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
	vertical-align: top;
7
	vertical-align: top;
8
}
8
}
9
</style>
9
</style>
10
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions</title>
2
<title>Koha &rsaquo; Acquisitions</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE ColumnsSettings %]
2
[% USE ColumnsSettings %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %]</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice &rsaquo; Files</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoice</title>
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Invoices</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE ColumnsSettings %]
3
[% USE ColumnsSettings %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
5
<title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</title>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'columns_settings.inc' %]
9
[% INCLUDE 'columns_settings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Search existing records</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( date ) %]
7
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name %][% END %]</title>
7
            Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% datereceived | $KohaDates %][% ELSE %]Receive orders from [% name %][% END %]</title>
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
11
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Receive shipment from vendor [% name %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 77-83 Link Here
77
77
78
[% INCLUDE 'doc-head-open.inc' %]
78
[% INCLUDE 'doc-head-open.inc' %]
79
<title>Koha &rsaquo; Vendor [% bookselname %]</title>
79
<title>Koha &rsaquo; Vendor [% bookselname %]</title>
80
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
80
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
81
[% INCLUDE 'doc-head-close.inc' %]
81
[% INCLUDE 'doc-head-close.inc' %]
82
[% INCLUDE 'datatables.inc' %]
82
[% INCLUDE 'datatables.inc' %]
83
83
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername %][% ELSE %]Orders with uncertain prices[% END %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
[% END -%]
27
[% END -%]
28
28
29
[% INCLUDE 'doc-head-open.inc' %]
29
[% INCLUDE 'doc-head-open.inc' %]
30
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
30
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
31
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
32
[% INCLUDE 'calendar.inc' %]
32
[% INCLUDE 'calendar.inc' %]
33
[% INCLUDE 'datatables.inc' %]
33
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 145-151 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
145
//]]>
145
//]]>
146
</script>
146
</script>
147
[% ELSIF op == 'list' %]
147
[% ELSIF op == 'list' %]
148
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
148
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
149
    [% INCLUDE 'datatables.inc' %]
149
    [% INCLUDE 'datatables.inc' %]
150
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
150
    <link href="[% interface %]/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css" rel="stylesheet" type="text/css" />
151
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
151
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/treetable/jquery.treetable.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +1 lines)
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>
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>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
7
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
10
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'datatables.inc' %]
13
<script type="text/javascript">
13
<script type="text/javascript">
14
//<![CDATA[
14
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% END %]
7
[% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% END %]
7
[% END %]
8
</title>
8
</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
13
    /* Set some variable needed in biblio_framework.js */
13
    /* Set some variable needed in biblio_framework.js */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
2
<title>Koha &rsaquo; Administration &rsaquo; Library checkin and transfer policy</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<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>
7
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 / +2 lines)
Lines 11-17 Link Here
11
[% END %]
11
[% END %]
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
14
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
15
[% INCLUDE 'datatables.inc' %]
15
[% INCLUDE 'datatables.inc' %]
16
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
16
<script type="text/javascript" src="[% interface %]/lib/tiny_mce/tiny_mce.js"></script>
17
<script type="text/javascript">
17
<script type="text/javascript">
Lines 40-46 Link Here
40
tinyMCE.init({
40
tinyMCE.init({
41
    mode : "textareas",
41
    mode : "textareas",
42
    theme : "advanced",
42
    theme : "advanced",
43
    content_css : "[% themelang %]/css/tinymce.css",
43
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
44
    plugins : "table,save,advhr,advlink,contextmenu",
44
    plugins : "table,save,advhr,advlink,contextmenu",
45
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
45
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,",
46
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
46
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
</title>
7
</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript" id="js">
12
<script type="text/javascript" id="js">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; [% 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>
2
<title>Koha &rsaquo; Administration &rsaquo; [% IF op =='add_form' %]Cities &rsaquo; [% IF city.cityid %] Modify city[% ELSE %] New city[% END %][% ELSE %][% IF op == 'delete_confirm' %]Cities &rsaquo; Confirm deletion of city[% ELSE %] Cities[% END %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% IF op == 'delete_' %]Confirm deletion of currency '[% searchfield %]'[% END %]
6
[% IF op == 'delete_' %]Confirm deletion of currency '[% searchfield %]'[% END %]
7
[% IF op == 'list' %]Currencies[% END %]</title>
7
[% IF op == 'list' %]Currencies[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'columns_settings.inc' %]
11
[% INCLUDE 'columns_settings.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +1 lines)
Lines 21-27 Data deleted Link Here
21
[% END %]
21
[% END %]
22
</title>
22
</title>
23
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
24
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
24
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
25
[% INCLUDE 'greybox.inc' %]
25
[% INCLUDE 'greybox.inc' %]
26
[% INCLUDE 'datatables.inc' %]
26
[% INCLUDE 'datatables.inc' %]
27
<script type="text/javascript">
27
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.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; Localization</title>
2
<title>Koha &rsaquo; Localization</title>
3
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
3
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'greybox.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
5
[% IF ( delete_confirmed ) %]MARC frameworks &rsaquo;  Data deleted[% END %]
6
[% IF ( else ) %]MARC frameworks[% END %]</title>
6
[% IF ( else ) %]MARC frameworks[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
11
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-4 / +4 lines)
Lines 2-12 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
3
<title>Koha &rsaquo; Administration &rsaquo; System preferences</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/preferences.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/preferences.css" />
8
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
9
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
9
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
10
[% END %]
10
[% END %]
11
<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>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/multiple-select/jquery.multiple.select.js"></script>
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/multiple-select/jquery.multiple.select.js"></script>
Lines 43-49 Link Here
43
43
44
//]]>
44
//]]>
45
</script>
45
</script>
46
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/humanmsg.css" />
46
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/humanmsg.css" />
47
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
47
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
48
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
48
<script src="[% themelang %]/js/ajax.js" type="text/javascript"></script>
49
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
49
<script src="[% themelang %]/js/pages/preferences.js" type="text/javascript"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[%# Add WYSIWYG editor for htmlarea system preferences %]
6
[%# Add WYSIWYG editor for htmlarea system preferences %]
7
[% INCLUDE 'wysiwyg-systempreferences.inc' %]
7
[% INCLUDE 'wysiwyg-systempreferences.inc' %]
8
[% IF ( else ) %]
8
[% IF ( else ) %]
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
12
    //<![CDATA[
12
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
16
17
[% IF op == 'list' %]
17
[% IF op == 'list' %]
18
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
18
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
19
    [% INCLUDE 'datatables.inc' %]
19
    [% INCLUDE 'datatables.inc' %]
20
[% END %]
20
[% END %]
21
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +2 lines)
Lines 152-160 function confirmnotdup(redirect){ Link Here
152
}
152
}
153
//]]>
153
//]]>
154
</script>
154
</script>
155
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
155
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
156
[% IF ( bidi ) %]
156
[% IF ( bidi ) %]
157
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
157
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
158
[% END %]
158
[% END %]
159
</head>
159
</head>
160
<body id="auth_authorities" class="auth">
160
<body id="auth_authorities" class="auth">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-2 / +2 lines)
Lines 6-16 Link Here
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
<meta http-equiv="Content-Language" content="en-us" />
7
<meta http-equiv="Content-Language" content="en-us" />
8
<style type="text/css">
8
<style type="text/css">
9
    @import url([% themelang %]/css/print.css);
9
    @import url([% interface %]/[% theme %]/css/print.css);
10
</style>
10
</style>
11
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
11
    [% ELSE %][% INCLUDE 'doc-head-close.inc' %]
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
12
<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" />
13
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
14
[% INCLUDE 'datatables.inc' %]
14
[% INCLUDE 'datatables.inc' %]
15
<script type="text/javascript">
15
<script type="text/javascript">
16
	//<![CDATA[
16
	//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 198-204 function verify_images() { Link Here
198
     });[% END %]
198
     });[% END %]
199
//]]>
199
//]]>
200
</script>
200
</script>
201
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
201
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
202
[% INCLUDE 'datatables.inc' %]
202
[% INCLUDE 'datatables.inc' %]
203
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
203
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
204
[% INCLUDE 'browser-strings.inc' %]
204
[% INCLUDE 'browser-strings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title |html %]</title>
5
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title |html %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript" id="js">
9
<script type="text/javascript" id="js">
10
$(document).ready(function() {
10
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +2 lines)
Lines 159-168 Link Here
159
[% INCLUDE 'doc-head-open.inc' %]
159
[% INCLUDE 'doc-head-open.inc' %]
160
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
160
  <title>Koha &rsaquo; Catalog &rsaquo; Item search</title>
161
  [% INCLUDE 'doc-head-close.inc' %]
161
  [% INCLUDE 'doc-head-close.inc' %]
162
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
162
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
163
  [% INCLUDE 'datatables.inc' %]
163
  [% INCLUDE 'datatables.inc' %]
164
  <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
164
  <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
165
  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/itemsearchform.css" />
165
  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/itemsearchform.css" />
166
  <script type="text/javascript">
166
  <script type="text/javascript">
167
    //<![CDATA[
167
    //<![CDATA[
168
    var authorised_values = [% authorised_values_json %];
168
    var authorised_values = [% authorised_values_json %];
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
4
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +2 lines)
Lines 379-387 function Changefwk(FwkList) { Link Here
379
379
380
//]]>
380
//]]>
381
</script>
381
</script>
382
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
382
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
383
[% IF ( bidi ) %]
383
[% IF ( bidi ) %]
384
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
384
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
385
[% END %]
385
[% END %]
386
</head>
386
</head>
387
<body id="cat_addbiblio" class="cat">
387
<body id="cat_addbiblio" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-3 / +3 lines)
Lines 2-8 Link Here
2
2
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
4
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
8
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
Lines 105-113 function confirm_deletion() { Link Here
105
105
106
//]]>
106
//]]>
107
</script>
107
</script>
108
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
108
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
109
[% IF ( bidi ) %]
109
[% IF ( bidi ) %]
110
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
110
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
111
[% END %]
111
[% END %]
112
</head>
112
</head>
113
<body id="cat_additem" class="cat">
113
<body id="cat_additem" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-4 / +4 lines)
Lines 1-13 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; Editor</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; Editor</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" href="[% themelang %]/css/cateditor.css" />
4
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/cateditor.css" />
5
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror.css" />
6
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror.css" />
7
<link rel="stylesheet" href="[% themelang %]/css/humanmsg.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg.css" />
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
8
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
9
[% IF ( bidi ) %]
9
[% IF ( bidi ) %]
10
   <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
10
   <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
11
[% END %]
11
[% END %]
12
</head>
12
</head>
13
<body id="cat_addbiblio" class="cat">
13
<body id="cat_addbiblio" class="cat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools</title>
2
<title>Koha &rsaquo; Tools</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
</head>
6
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Z39.50 search results</title>
2
<title>Koha &rsaquo; Z39.50 search results</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Z39.50/SRU search results</title>
2
<title>Koha &rsaquo; Z39.50/SRU search results</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'calendar.inc' %]
18
[% INCLUDE 'calendar.inc' %]
19
19
20
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
20
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
21
[% INCLUDE 'strings.inc' %]
21
[% INCLUDE 'strings.inc' %]
22
[% INCLUDE 'datatables.inc' %]
22
[% INCLUDE 'datatables.inc' %]
23
[% INCLUDE 'columns_settings.inc' %]
23
[% INCLUDE 'columns_settings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
</title>
13
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'calendar.inc' %]
15
[% INCLUDE 'calendar.inc' %]
16
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
16
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
17
[% INCLUDE 'datatables.inc' %]
17
[% INCLUDE 'datatables.inc' %]
18
<script type="text/javascript">
18
<script type="text/javascript">
19
//<![CDATA[
19
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt (-2 / +2 lines)
Lines 16-23 CACHE: Link Here
16
[% interface %]/lib/shortcut/shortcut.js
16
[% interface %]/lib/shortcut/shortcut.js
17
[% interface %]/lib/jquery/plugins/jquery.indexeddb.js
17
[% interface %]/lib/jquery/plugins/jquery.indexeddb.js
18
[% interface %]/lib/jquery/plugins/jquery.validate.min.js
18
[% interface %]/lib/jquery/plugins/jquery.validate.min.js
19
[% themelang %]/css/print.css
19
[% interface %]/[% theme %]/css/print.css
20
[% themelang %]/css/staff-global.css
20
[% interface %]/[% theme %]/css/staff-global.css
21
[% themelang %]/js/basket.js
21
[% themelang %]/js/basket.js
22
[% themelang %]/js/offlinecirc.js
22
[% themelang %]/js/offlinecirc.js
23
[% themelang %]/js/staff-global.js
23
[% themelang %]/js/staff-global.js
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Circulation &rsaquo; Pending on-site checkouts</title>
5
<title>Koha &rsaquo; Circulation &rsaquo; Pending on-site checkouts</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
<!-- Plugin datatables -->
9
<!-- Plugin datatables -->
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/JavaScript">
12
<script type="text/JavaScript">
13
//<![CDATA[
13
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
14
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
15
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
15
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
16
[% IF ( Koha.Preference('SlipCSS') ) %]
16
[% IF ( Koha.Preference('SlipCSS') ) %]
17
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
17
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" />
18
[% END %]
18
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
12
//<![CDATA[
12
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +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; Circulation &rsaquo; Check in [% title |html %]</title>
10
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
11
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'datatables.inc' %]
13
[% INCLUDE 'datatables.inc' %]
14
[% INCLUDE 'columns_settings.inc' %]
14
[% INCLUDE 'columns_settings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
7
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css"> p { margin-top: 0; }</style>
9
<style type="text/css"> p { margin-top: 0; }</style>
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'columns_settings.inc' %]
12
[% INCLUDE 'columns_settings.inc' %]
13
<script type="text/javascript">//<![CDATA[
13
<script type="text/javascript">//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Holds awaiting pickup</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Patron search</title>
3
<title>Koha &rsaquo; Patron search</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
7
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name %]</title>
5
<title>Koha &rsaquo; Course reserves &rsaquo; Course details for [% course.course_name %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
7
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Course reserves</title>
3
<title>Koha &rsaquo; Course reserves</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
5
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" id="js">
8
<script type="text/javascript" id="js">
9
$(document).ready(function() {
9
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
tinyMCE.init({
5
tinyMCE.init({
6
	mode : "textareas",
6
	mode : "textareas",
7
        theme : "advanced",
7
        theme : "advanced",
8
    content_css : "[% themelang %]/css/tinymce.css",
8
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
9
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
9
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
10
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
10
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
11
	theme_advanced_buttons1_add_before : "save,|",
11
	theme_advanced_buttons1_add_before : "save,|",
Lines 22-28 tinyMCE.init({ Link Here
22
//]]>
22
//]]>
23
</script>
23
</script>
24
[% INCLUDE intranetstylesheet.inc %]
24
[% INCLUDE intranetstylesheet.inc %]
25
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/help.css" />
25
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/help.css" />
26
</head>
26
</head>
27
<body id="help_edithelp" class="help">
27
<body id="help_edithelp" class="help">
28
	<h1>Online Help</h1>
28
	<h1>Online Help</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
<ul>
7
<ul>
8
	<li>Define the fields you want to print on the spine label in the SpineLabelFormat system preference</li>
8
	<li>Define the fields you want to print on the spine label in the SpineLabelFormat system preference</li>
9
    <li>Format your label printing by editing spinelabel.css found in [% themelang %]/css/</li>
9
    <li>Format your label printing by editing spinelabel.css found in [% interface %]/[% theme %]/css/</li>
10
</ul>
10
</ul>
11
11
12
<p>To use this tool you simply need the barcode for the book you'd like to print the spine label for.</p>
12
<p>To use this tool you simply need the barcode for the book you'd like to print the spine label for.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha staff client</title>
3
<title>Koha staff client</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<style type="text/css"> </style>
6
<style type="text/css"> </style>
7
<script type="text/javascript">
7
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
    [% INCLUDE 'datatables.inc' %]
7
    [% INCLUDE 'datatables.inc' %]
8
    <script type="text/javascript">
8
    <script type="text/javascript">
9
    //<![CDATA[
9
    //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% IF ( bidi ) %]
4
    [% IF ( bidi ) %]
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/right-to-left.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
6
    [% END %]
6
    [% END %]
7
</head>
7
</head>
8
<body id="labels_label-home" class="tools labels">
8
<body id="labels_label-home" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
        //]]>
67
        //]]>
68
    </script>
68
    </script>
69
69
70
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
70
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
71
[% INCLUDE 'datatables.inc' %]
71
[% INCLUDE 'datatables.inc' %]
72
<script type="text/javascript" id="js">
72
<script type="text/javascript" id="js">
73
 $(document).ready(function() {
73
 $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<head>
3
<head>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/spinelabel.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/spinelabel.css" />
7
7
8
		<style type="text/css">
8
		<style type="text/css">
9
		@media print {
9
		@media print {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' %]</title>
4
<title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
$(document).ready(function() {
9
$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% PROCESS 'permissions.inc' %]
1
[% PROCESS 'permissions.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
3
<title>Koha &rsaquo; Patrons &rsaquo; Set permissions for [% surname %], [% firstname %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/treeview/jquery.treeview.css"/>
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/treeview/jquery.treeview.css"/>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<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>
7
<!-- set up tree -->
7
<!-- set up tree -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
6
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
    <title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
5
    <title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title>
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
    <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" />
8
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
8
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
9
    [% INCLUDE 'slip-print.inc' #printThenClose %]
9
    [% INCLUDE 'slip-print.inc' #printThenClose %]
10
</head>
10
</head>
11
<body id="pat_moremember-print" class="pat" onload="printThenClose();">
11
<body id="pat_moremember-print" class="pat" onload="printThenClose();">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Print Receipt for [% cardnumber %]</title>
3
<title>Print Receipt for [% cardnumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
5
<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" />
6
 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/print.css" />
7
7
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
</head>
9
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
</title>
15
</title>
16
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'calendar.inc' %]
17
[% INCLUDE 'calendar.inc' %]
18
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
18
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
19
[% INCLUDE 'datatables.inc' %]
19
[% INCLUDE 'datatables.inc' %]
20
[% INCLUDE 'columns_settings.inc' %]
20
[% INCLUDE 'columns_settings.inc' %]
21
[% INCLUDE 'strings.inc' %]
21
[% INCLUDE 'strings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
5
<title>Sent notices for [% INCLUDE 'patron-title.inc' %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript">
9
<script type="text/javascript">
10
//<![CDATA[
10
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
<title>Print Receipt for [% cardnumber %]</title>
4
<title>Print Receipt for [% cardnumber %]</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="[% themelang %]/css/printreceiptinvoice.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
[% INCLUDE 'slip-print.inc' #printThenClose %]
9
</head>
9
</head>
10
<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 / +1 lines)
Lines 3-9 Link Here
3
<title>Print Receipt for [% cardnumber %]</title>
3
<title>Print Receipt for [% cardnumber %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
5
<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" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/printreceiptinvoice.css" />
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
7
[% INCLUDE 'slip-print.inc' #printThenClose %]
8
</head>
8
</head>
9
<body id="printinvoice" class="pat" onload="printThenClose();">
9
<body id="printinvoice" class="pat" onload="printThenClose();">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE AuthorisedValues  %]
2
[% USE AuthorisedValues  %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title>
4
<title>Koha &rsaquo; Patrons &rsaquo; Purchase suggestions for [% INCLUDE 'patron-title.inc' %]</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
6
<title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript" id="js">
10
<script type="text/javascript" id="js">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
[% END %]
9
[% END %]
10
</title>
10
</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
12
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
13
[% INCLUDE 'datatables.inc' %]
13
[% INCLUDE 'datatables.inc' %]
14
[% INCLUDE 'calendar.inc' %]
14
[% INCLUDE 'calendar.inc' %]
15
<script type="text/javascript">
15
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Choose Adult category</title>
2
<title>Koha &rsaquo; Choose Adult category</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
7
	$(document).ready(function() {
7
	$(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name %] &rsaquo; Add patrons</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Patron lists &rsaquo; [% list.name %] &rsaquo; Add patrons</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
5
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
8
9
<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script>
9
<script type="text/javascript" src="[% interface %]/js/autocomplete/patrons.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Patron lists</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'greybox.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
7
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
    [% INCLUDE 'datatables.inc' %]
6
    [% INCLUDE 'datatables.inc' %]
7
    <script type="text/javascript">
7
    <script type="text/javascript">
8
        //<![CDATA[
8
        //<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
    #sql { width: 90%; height: 9em;}
33
    #sql { width: 90%; height: 9em;}
34
</style>
34
</style>
35
[% IF ( saved1 ) %]
35
[% IF ( saved1 ) %]
36
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
36
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
37
[% INCLUDE 'datatables.inc' %]
37
[% INCLUDE 'datatables.inc' %]
38
[% END %]
38
[% END %]
39
39
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
4
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'columns_settings.inc' %]
8
[% INCLUDE 'columns_settings.inc' %]
9
<script type='text/javascript'>
9
<script type='text/javascript'>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
3
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% IF ( do_it ) %]
5
[% IF ( do_it ) %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<style type="text/css">
6
<style type="text/css">
7
	.sql {display: none;}
7
	.sql {display: none;}
8
</style>
8
</style>
9
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
10
[% INCLUDE 'datatables.inc' %]
10
[% INCLUDE 'datatables.inc' %]
11
<script type="text/javascript">
11
<script type="text/javascript">
12
	//<![CDATA[
12
	//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
7
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
8
[% END %]
8
[% END %]
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
10
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'calendar.inc' %]
12
[% INCLUDE 'calendar.inc' %]
13
<script type="text/javascript">
13
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
    $(document).ready(function(){
8
    $(document).ready(function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt (-1 / +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
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
11
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
12
[% INCLUDE "datatables.inc" %]
12
[% INCLUDE "datatables.inc" %]
13
<script type="text/javascript">
13
<script type="text/javascript">
14
//<![CDATA[
14
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
5
    <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
5
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'datatables.inc' %]
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
5
<title>Koha &rsaquo; Serials [% biblionumber %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
</script>
30
</script>
31
[% END %]
31
[% END %]
32
[% IF ( op_else ) %]
32
[% IF ( op_else ) %]
33
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
33
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
34
[% INCLUDE 'datatables.inc' %]
34
[% INCLUDE 'datatables.inc' %]
35
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
35
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
36
<script type="text/javascript">
36
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.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; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
6
<script type="text/javascript">
6
<script type="text/javascript">
7
//<![CDATA[
7
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
3
<title>Home &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Batch item deletion</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
7
<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>
8
<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 / +2 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
4
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
5
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script>
9
<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>
39
<style type="text/css">#selections { display: none; }</style>
40
<![endif]-->
40
<![endif]-->
41
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style>
41
<style type="text/css">input[type=checkbox]{ margin : 0 .5em; }</style>
42
<link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
42
<link type="text/css" rel="stylesheet" href="[% interface %]/[% theme %]/css/addbiblio.css" />
43
</head>
43
</head>
44
<body id="tools_batchMod-edit" class="tools">
44
<body id="tools_batchMod-edit" class="tools">
45
[% INCLUDE 'header.inc' %]
45
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch record deletion</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript">
8
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch record modification</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
7
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
8
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] calendar</title>
2
<title>Koha &rsaquo; Tools &rsaquo; [% branchname %] calendar</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
4
<title>Koha &rsaquo; Tools &rsaquo; Inventory</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
[% INCLUDE 'calendar.inc' %]
8
[% INCLUDE 'calendar.inc' %]
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-2 / +2 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
[% IF ( opac_news_count ) %]
6
[% IF ( opac_news_count ) %]
7
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
8
    [% INCLUDE 'datatables.inc' %]
8
    [% INCLUDE 'datatables.inc' %]
9
    <script type="text/javascript">//<![CDATA[
9
    <script type="text/javascript">//<![CDATA[
10
    $(document).ready(function() {
10
    $(document).ready(function() {
Lines 30-36 tinyMCE.init({ Link Here
30
    theme : "advanced",
30
    theme : "advanced",
31
    convert_urls : false,
31
    convert_urls : false,
32
    relative_urls : false,
32
    relative_urls : false,
33
    content_css : "[% themelang %]/css/tinymce.css",
33
    content_css : "[% interface %]/[% theme %]/css/tinymce.css",
34
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
34
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
35
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
35
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
36
    theme_advanced_buttons2 : "tablecontrols,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,removeformat,|,visualaid,|,sub,sup,|,charmap",
36
    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 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
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
<title>Koha &rsaquo; Tools &rsaquo; Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] &rsaquo; Modify notice[% ELSE %] &rsaquo; Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] &rsaquo; Notice added[% END %][% IF ( delete_confirm ) %] &rsaquo; Confirm deletion[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<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>
9
<script type="text/javascript">
9
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
</title>
33
</title>
34
[% INCLUDE 'doc-head-close.inc' %]
34
[% INCLUDE 'doc-head-close.inc' %]
35
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
35
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script>
36
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
36
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
37
[% INCLUDE 'datatables.inc' %]
37
[% INCLUDE 'datatables.inc' %]
38
<script type="text/javascript">
38
<script type="text/javascript">
39
//<![CDATA[
39
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
3
<title>Koha &rsaquo; Tools &rsaquo; Batch patron modification</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript">
8
<script type="text/javascript">
9
//<![CDATA[
9
//<![CDATA[
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-3 / +3 lines)
Lines 1-9 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote uploader</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/uploader.css" />
4
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/uploader.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
    [% INCLUDE 'datatables.inc' %]
7
    [% INCLUDE 'datatables.inc' %]
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
9
    <script type="text/javascript">
9
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +2 lines)
Lines 1-8 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Quote editor</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" />
4
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/quotes.css" />
5
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
    [% INCLUDE 'datatables.inc' %]
6
    [% INCLUDE 'datatables.inc' %]
7
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script>
7
    <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>
8
    <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jeditable.mini.js"></script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<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>
6
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
10
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
11
11
12
- 

Return to bug 16241