Lines 361-367
Link Here
|
361 |
[% MACRO jsinclude BLOCK %] |
361 |
[% MACRO jsinclude BLOCK %] |
362 |
[% INCLUDE 'datatables.inc' %] |
362 |
[% INCLUDE 'datatables.inc' %] |
363 |
[% INCLUDE 'columns_settings.inc' %] |
363 |
[% INCLUDE 'columns_settings.inc' %] |
364 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
|
|
365 |
[% INCLUDE 'select2.inc' %] |
364 |
[% INCLUDE 'select2.inc' %] |
366 |
<script> |
365 |
<script> |
367 |
var authorised_values = [% authorised_values_json | $raw %]; |
366 |
var authorised_values = [% authorised_values_json | $raw %]; |
368 |
- |
|
|