Lines 1-4
Link Here
|
1 |
[% USE AuthorisedValues %] |
1 |
[% USE AuthorisedValues %] |
|
|
2 |
[% SET footerjs = 1 %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Administration › |
4 |
<title>Koha › Administration › |
4 |
[% IF ( add_form ) %]MARC frameworks › [% action %] [% searchfield %][% END %] |
5 |
[% IF ( add_form ) %]MARC frameworks › [% action %] [% searchfield %][% END %] |
Lines 7-35
Link Here
|
7 |
[% IF ( else ) %]MARC frameworks[% END %]</title> |
8 |
[% IF ( else ) %]MARC frameworks[% END %]</title> |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
10 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
10 |
[% INCLUDE 'datatables.inc' %] |
|
|
11 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script> |
12 |
|
13 |
<script type="text/javascript"> |
14 |
//<![CDATA[ |
15 |
|
16 |
$(document).ready(function() { |
17 |
$("#table_marctagstructure").dataTable($.extend(true, {}, dataTablesDefaults, { |
18 |
"aoColumnDefs": [ |
19 |
{ "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, |
20 |
], |
21 |
"sPaginationType": "four_button" |
22 |
})); |
23 |
$("#select_display").on("change",function(){ |
24 |
var checked = $(this).prop("checked") ? 1: 0; |
25 |
$.cookie('marctagstructure_selectdisplay', checked); |
26 |
this.form.submit(); |
27 |
}); |
28 |
}); |
29 |
|
30 |
//]]> |
31 |
</script> |
32 |
</head> |
11 |
</head> |
|
|
12 |
|
33 |
<body id="admin_marctagstructure" class="admin"> |
13 |
<body id="admin_marctagstructure" class="admin"> |
34 |
[% INCLUDE 'header.inc' %] |
14 |
[% INCLUDE 'header.inc' %] |
35 |
[% INCLUDE 'prefs-admin-search.inc' %] |
15 |
[% INCLUDE 'prefs-admin-search.inc' %] |
Lines 259-262
$(document).ready(function() {
Link Here
|
259 |
[% INCLUDE 'admin-menu.inc' %] |
239 |
[% INCLUDE 'admin-menu.inc' %] |
260 |
</div> |
240 |
</div> |
261 |
</div> |
241 |
</div> |
|
|
242 |
|
243 |
[% MACRO jsinclude BLOCK %] |
244 |
[% INCLUDE 'datatables.inc' %] |
245 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/admin-menu.js"></script> |
246 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script> |
247 |
<script type="text/javascript"> |
248 |
$(document).ready(function() { |
249 |
$("#table_marctagstructure").dataTable($.extend(true, {}, dataTablesDefaults, { |
250 |
"aoColumnDefs": [ |
251 |
{ "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, |
252 |
], |
253 |
"sPaginationType": "four_button" |
254 |
})); |
255 |
$("#select_display").on("change",function(){ |
256 |
var checked = $(this).prop("checked") ? 1: 0; |
257 |
$.cookie('marctagstructure_selectdisplay', checked); |
258 |
this.form.submit(); |
259 |
}); |
260 |
}); |
261 |
</script> |
262 |
[% END %] |
262 |
[% INCLUDE 'intranet-bottom.inc' %] |
263 |
[% INCLUDE 'intranet-bottom.inc' %] |