Lines 299-305
Link Here
|
299 |
[% INCLUDE 'datatables.inc' %] |
299 |
[% INCLUDE 'datatables.inc' %] |
300 |
[% Asset.js("js/pages/batchMod.js") | $raw %] |
300 |
[% Asset.js("js/pages/batchMod.js") | $raw %] |
301 |
[% Asset.js("js/browser.js") | $raw %] |
301 |
[% Asset.js("js/browser.js") | $raw %] |
302 |
<script type="text/javascript"> |
302 |
<script> |
303 |
// Prepare array of all column headers, incrementing each index by |
303 |
// Prepare array of all column headers, incrementing each index by |
304 |
// two to accommodate control and title columns |
304 |
// two to accommodate control and title columns |
305 |
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count | html %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); |
305 |
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count | html %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); |