Lines 1-8
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Administration › Library Checkin and Transfer Policy</title> |
2 |
<title>Koha › Administration › Library Checkin and Transfer Policy</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
|
|
6 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
6 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
7 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
7 |
<script type="text/javascript"> |
8 |
<script type="text/javascript"> |
8 |
//<![CDATA[ |
9 |
//<![CDATA[ |
Lines 50-59
Link Here
|
50 |
$("#"+tid).unCheckCheckboxes(); |
51 |
$("#"+tid).unCheckCheckboxes(); |
51 |
return false; |
52 |
return false; |
52 |
}); |
53 |
}); |
53 |
$(".sorted").tablesorter({ |
54 |
$(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, { } ) ); |
54 |
sortList: [[0,0]], |
|
|
55 |
headers: { 1: { sorter: false}} |
56 |
}).tablesorterPager({container: $(".pager"),positionFixed: false,size: 10}); |
57 |
}); |
55 |
}); |
58 |
//]]> |
56 |
//]]> |
59 |
</script> |
57 |
</script> |
Lines 102-110
Link Here
|
102 |
<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4> |
100 |
<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4> |
103 |
<p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check All</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck All</a></p> |
101 |
<p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check All</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck All</a></p> |
104 |
|
102 |
|
105 |
<div id="pager[% codes_loo.code %]table" class="pager"> |
|
|
106 |
[% INCLUDE 'table-pager.inc' perpage='20' %] |
107 |
</div> |
108 |
<table id="[% codes_loo.code %]table" class="sorted"> |
103 |
<table id="[% codes_loo.code %]table" class="sorted"> |
109 |
<thead> |
104 |
<thead> |
110 |
<tr> |
105 |
<tr> |
111 |
- |
|
|