|
Lines 380-385
Link Here
|
| 380 |
[% INCLUDE 'select2.inc' %] |
380 |
[% INCLUDE 'select2.inc' %] |
| 381 |
[% INCLUDE 'datatables.inc' %] |
381 |
[% INCLUDE 'datatables.inc' %] |
| 382 |
[% Asset.js("js/hold-group.js") | $raw %] |
382 |
[% Asset.js("js/hold-group.js") | $raw %] |
|
|
383 |
<script> |
| 384 |
var table_settings = [% TablesSettings.GetTableSettings('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; |
| 385 |
</script> |
| 386 |
|
| 383 |
<script> |
387 |
<script> |
| 384 |
$(document).ready(function() { |
388 |
$(document).ready(function() { |
| 385 |
// Apply select2 to all select fields having a "multiple" attribute |
389 |
// Apply select2 to all select fields having a "multiple" attribute |
|
Lines 405-411
Link Here
|
| 405 |
}; |
409 |
}; |
| 406 |
$('#holdst thead input').on('change keyup keydown', filterColumn); |
410 |
$('#holdst thead input').on('change keyup keydown', filterColumn); |
| 407 |
|
411 |
|
| 408 |
var table_settings = [% TablesSettings.GetTableSettings('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; |
|
|
| 409 |
var holdst = $("#holdst").kohaTable( |
412 |
var holdst = $("#holdst").kohaTable( |
| 410 |
{ |
413 |
{ |
| 411 |
dom: 'B<"clearfix">t', |
414 |
dom: 'B<"clearfix">t', |
| 412 |
- |
|
|