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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 1767-1773 Link Here
1767
1767
1768
            [% IF (saved1) %]
1768
            [% IF (saved1) %]
1769
                var rtable = KohaTable("table_reports", {
1769
                var rtable = KohaTable("table_reports", {
1770
                    'iDisplayLength': [% Koha.Preference('NumSavedReports') | html %],
1770
                    'pageLength': [% Koha.Preference('NumSavedReports') | html %],
1771
                    'bAutoWidth': false,
1771
                    'bAutoWidth': false,
1772
                    'sPaginationType': 'full',
1772
                    'sPaginationType': 'full',
1773
                    'aaSorting': [[ 1, "asc" ]],
1773
                    'aaSorting': [[ 1, "asc" ]],
1774
- 

Return to bug 29488