Lines 9-18
Link Here
|
9 |
</title> |
9 |
</title> |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'calendar.inc' %] |
11 |
[% INCLUDE 'calendar.inc' %] |
12 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/en/css/datatables.css" /> |
12 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
13 |
<script type="text/javascript" src="[% interface %]/[% theme %]/en/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
13 |
[% INCLUDE 'datatables.inc' %] |
14 |
[% INCLUDE 'datatables-strings.inc' %] |
|
|
15 |
<script type="text/javascript" src="[% interface %]/[% theme %]/en/js/datatables.js"></script> |
16 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
14 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
17 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script> |
15 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script> |
18 |
[% INCLUDE 'timepicker.inc' %] |
16 |
[% INCLUDE 'timepicker.inc' %] |
Lines 35-48
$(document).ready(function() {
Link Here
|
35 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
33 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
36 |
], |
34 |
], |
37 |
"aoColumns": [ |
35 |
"aoColumns": [ |
38 |
{ "sType": "title-string" },null,null,{ "sType": "title-string" },null,null,null,null,null,null |
36 |
{ "sType": "title-string" },{ "sType": "anti-the" },null,{ "sType": "title-string" },null,null,null,null,null,null |
39 |
], |
37 |
], |
40 |
"bPaginate": false |
38 |
"bPaginate": false |
41 |
})); |
39 |
})); |
42 |
$("#relissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
40 |
$("#relissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
43 |
"sDom": 't', |
41 |
"sDom": 't', |
44 |
"aoColumns": [ |
42 |
"aoColumns": [ |
45 |
{ "sType": "title-string" },null,null,{ "sType": "title-string" },null,null,null,null,null |
43 |
{ "sType": "title-string" },{ "sType": "anti-the" },null,{ "sType": "title-string" },null,null,null,null,null |
46 |
], |
44 |
], |
47 |
"bPaginate": false |
45 |
"bPaginate": false |
48 |
})); |
46 |
})); |
Lines 52-58
$(document).ready(function() {
Link Here
|
52 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
50 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
53 |
], |
51 |
], |
54 |
"aoColumns": [ |
52 |
"aoColumns": [ |
55 |
{ "sType": "title-string" },null,null,null,null,null,null,null |
53 |
{ "sType": "title-string" },{ "sType": "anti-the" },null,null,null,null,null,null |
56 |
], |
54 |
], |
57 |
"bPaginate": false |
55 |
"bPaginate": false |
58 |
})); |
56 |
})); |