View | Details | Raw Unified | Return to bug 14365
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +3 lines)
Lines 95-101 $("#delColumn").on("click",function(){ Link Here
95
            { "aTargets": [ 1, 2 ], "sType": "natural"  }
95
            { "aTargets": [ 1, 2 ], "sType": "natural"  }
96
        ],
96
        ],
97
        "aoColumns": [
97
        "aoColumns": [
98
            null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,[% IF (usecache) %]null,[% END %]null,null
98
            null,null,null,null,null,null,null,null,{ "sType": "title-string" },null,null,[% IF (usecache) %]null,[% END %]null,null
99
        ],
99
        ],
100
        'oLanguage': {
100
        'oLanguage': {
101
            'sZeroRecords': _("No matching reports found")
101
            'sZeroRecords': _("No matching reports found")
Lines 329-334 canned reports and writing custom SQL reports.</p> Link Here
329
                    <th>Notes</th>
329
                    <th>Notes</th>
330
                    <th>Author</th>
330
                    <th>Author</th>
331
                    <th>Creation date</th>
331
                    <th>Creation date</th>
332
                    <th>Last run</th>
332
                    <th>Public</th>
333
                    <th>Public</th>
333
                    [% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %]
334
                    [% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %]
334
                    <th>Saved results</th>
335
                    <th>Saved results</th>
Lines 357-362 canned reports and writing custom SQL reports.</p> Link Here
357
                        <td>[% savedreport.notes %]</td>
358
                        <td>[% savedreport.notes %]</td>
358
                        <td>[% savedreport.borrowersurname %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname %][% END %] ([% savedreport.borrowernumber %])</td>
359
                        <td>[% savedreport.borrowersurname %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname %][% END %] ([% savedreport.borrowernumber %])</td>
359
                        <td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td>
360
                        <td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td>
361
                        <td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td>
360
                        [% IF (savedreport.public) %]
362
                        [% IF (savedreport.public) %]
361
                        <td>Yes</td>
363
                        <td>Yes</td>
362
                        [% ELSE %]
364
                        [% ELSE %]
363
- 

Return to bug 14365