|
Lines 234-244
Link Here
|
| 234 |
[% MACRO jsinclude BLOCK %] |
234 |
[% MACRO jsinclude BLOCK %] |
| 235 |
[% Asset.js("js/tools-menu.js") | $raw %] |
235 |
[% Asset.js("js/tools-menu.js") | $raw %] |
| 236 |
[% INCLUDE 'datatables.inc' %] |
236 |
[% INCLUDE 'datatables.inc' %] |
|
|
237 |
<script> |
| 238 |
var table_settings = [% TablesSettings.GetTableSettings('members', 'patron-lists', 'patron-list-table', 'json') | $raw %] |
| 239 |
</script> |
| 240 |
|
| 237 |
<script> |
241 |
<script> |
| 238 |
$(document).ready(function() { |
242 |
$(document).ready(function() { |
| 239 |
$('#patrons_to_add_fieldset').hide(); |
243 |
$('#patrons_to_add_fieldset').hide(); |
| 240 |
|
244 |
|
| 241 |
var table_settings = [% TablesSettings.GetTableSettings('members', 'patron-lists', 'patron-list-table', 'json') | $raw %] |
|
|
| 242 |
$("#patron-list-table").kohaTable( |
245 |
$("#patron-list-table").kohaTable( |
| 243 |
{ |
246 |
{ |
| 244 |
pagingType: "full", |
247 |
pagingType: "full", |
| 245 |
- |
|
|