Lines 91-99
Link Here
|
91 |
<thead> |
91 |
<thead> |
92 |
<tr> |
92 |
<tr> |
93 |
<th> </th> |
93 |
<th> </th> |
94 |
<th>Patron category</th> |
94 |
<th class="fixed_sort">Patron category</th> |
95 |
<th> </th> |
95 |
<th> </th> |
96 |
<th>Item type</th> |
96 |
<th class="fixed_sort">Item type</th> |
97 |
<th>Actions</th> |
97 |
<th>Actions</th> |
98 |
<th>Note</th> |
98 |
<th>Note</th> |
99 |
<th>Current checkouts allowed</th> |
99 |
<th>Current checkouts allowed</th> |
Lines 969-975
Link Here
|
969 |
[% INCLUDE 'datatables.inc' %] |
969 |
[% INCLUDE 'datatables.inc' %] |
970 |
[% INCLUDE 'calendar.inc' %] |
970 |
[% INCLUDE 'calendar.inc' %] |
971 |
<script> |
971 |
<script> |
972 |
$(document).ready(function() { |
972 |
$(document).ready(function() { |
973 |
$("#default-circulation-rules").dataTable($.extend(true,{},dataTablesDefaults, { |
973 |
$("#default-circulation-rules").dataTable($.extend(true,{},dataTablesDefaults, { |
974 |
"aoColumnDefs": [ |
974 |
"aoColumnDefs": [ |
975 |
{ "bVisible": false, "aTargets": [ 0,2 ] }, |
975 |
{ "bVisible": false, "aTargets": [ 0,2 ] }, |
976 |
- |
|
|