|
Lines 101-110
$("#delColumn").on("click",function(){
Link Here
|
| 101 |
'aoColumnDefs': [ |
101 |
'aoColumnDefs': [ |
| 102 |
{ 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1] }, |
102 |
{ 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1] }, |
| 103 |
{ 'bSearchable': false, 'aTargets': [3] }, |
103 |
{ 'bSearchable': false, 'aTargets': [3] }, |
| 104 |
{ "aTargets": [ 1, 2 ], "sType": "natural" } |
104 |
{ "aTargets": [ 1, 2 ], "sType": "natural" }, |
| 105 |
], |
105 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
| 106 |
"aoColumns": [ |
|
|
| 107 |
null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,null,[% IF (usecache) %]null,[% END %]null,null[% IF has_obsolete_reports %],null[% END %] |
| 108 |
], |
106 |
], |
| 109 |
'oLanguage': { |
107 |
'oLanguage': { |
| 110 |
'sZeroRecords': _("No matching reports found") |
108 |
'sZeroRecords': _("No matching reports found") |
|
Lines 387-395
canned reports and writing custom SQL reports.</p>
Link Here
|
| 387 |
<th>Subgroup</th> |
385 |
<th>Subgroup</th> |
| 388 |
<th>Notes</th> |
386 |
<th>Notes</th> |
| 389 |
<th>Author</th> |
387 |
<th>Author</th> |
| 390 |
<th>Creation date</th> |
388 |
<th class="title-string">Creation date</th> |
| 391 |
<th>Last edit</th> |
389 |
<th class="title-string">Last edit</th> |
| 392 |
<th>Last run</th> |
390 |
<th class="title-string">Last run</th> |
| 393 |
<th>Public</th> |
391 |
<th>Public</th> |
| 394 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
392 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
| 395 |
<th>Saved results</th> |
393 |
<th>Saved results</th> |
| 396 |
- |
|
|