|
Lines 272-278
Link Here
|
| 272 |
// two to accommodate control and title columns |
272 |
// two to accommodate control and title columns |
| 273 |
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count | html %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); |
273 |
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count | html %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); |
| 274 |
for( x=0; x<allColumns.length; x++ ){ |
274 |
for( x=0; x<allColumns.length; x++ ){ |
| 275 |
allColumns[x] = Number(allColumns[x]) + 2; |
275 |
allColumns[x] = Number(allColumns[x]) + 3; |
| 276 |
} |
276 |
} |
| 277 |
|
277 |
|
| 278 |
$(document).ready(function(){ |
278 |
$(document).ready(function(){ |
| 279 |
- |
|
|