Lines 228-236
Link Here
|
228 |
<th>Subgroup</th> |
228 |
<th>Subgroup</th> |
229 |
<th>Notes</th> |
229 |
<th>Notes</th> |
230 |
<th>Author</th> |
230 |
<th>Author</th> |
231 |
<th class="title-string">Creation date</th> |
231 |
<th>Creation date</th> |
232 |
<th class="title-string">Last edit</th> |
232 |
<th>Last edit</th> |
233 |
<th class="title-string">Last run</th> |
233 |
<th>Last run</th> |
234 |
<th class="report_public">Public</th> |
234 |
<th class="report_public">Public</th> |
235 |
<th class="report_json_url">JSON URL</th> |
235 |
<th class="report_json_url">JSON URL</th> |
236 |
[% IF (usecache) %] |
236 |
[% IF (usecache) %] |
Lines 285-298
Link Here
|
285 |
[% END %] |
285 |
[% END %] |
286 |
([% savedreport.borrowernumber | html %]) |
286 |
([% savedreport.borrowernumber | html %]) |
287 |
</td> |
287 |
</td> |
288 |
<td> |
288 |
<td data-order="[% savedreport.date_created | html %]"> |
289 |
<span title="[% savedreport.date_created | html %]">[% savedreport.date_created | $KohaDates %]</span> |
289 |
[% savedreport.date_created | $KohaDates %] |
290 |
</td> |
290 |
</td> |
291 |
<td> |
291 |
<td data-order="[% savedreport.last_modified | html %]"> |
292 |
<span title="[% savedreport.last_modified | html %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span> |
292 |
[% savedreport.last_modified | $KohaDates with_hours => 1 %] |
293 |
</td> |
293 |
</td> |
294 |
<td> |
294 |
<td data-order="[% savedreport.last_run | html %]"> |
295 |
<span title="[% savedreport.last_run | html %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span> |
295 |
[% savedreport.last_run | $KohaDates with_hours => 1 %] |
296 |
</td> |
296 |
</td> |
297 |
<td class="report_public"> |
297 |
<td class="report_public"> |
298 |
[% IF (savedreport.public) %] |
298 |
[% IF (savedreport.public) %] |
Lines 1605-1612
Link Here
|
1605 |
'sPaginationType': 'full', |
1605 |
'sPaginationType': 'full', |
1606 |
'aaSorting': [[ 1, "asc" ]], |
1606 |
'aaSorting': [[ 1, "asc" ]], |
1607 |
'aoColumnDefs': [ |
1607 |
'aoColumnDefs': [ |
1608 |
{ 'bSearchable': false, 'aTargets': [3] }, |
|
|
1609 |
{ "aTargets": [ 1, 2 ], "sType": "natural" }, |
1610 |
{ "visible": false, "aTargets" : [ "hidden" ] } |
1608 |
{ "visible": false, "aTargets" : [ "hidden" ] } |
1611 |
], |
1609 |
], |
1612 |
'oLanguage': { |
1610 |
'oLanguage': { |
Lines 1931-1937
Link Here
|
1931 |
], |
1929 |
], |
1932 |
"aoColumnDefs": [ |
1930 |
"aoColumnDefs": [ |
1933 |
{ 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
1931 |
{ 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
1934 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] }, |
|
|
1935 |
{ 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } |
1932 |
{ 'sType': "anti-the", 'aTargets' : [ 'anti-the'] } |
1936 |
] |
1933 |
] |
1937 |
})); |
1934 |
})); |