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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-4 / +4 lines)
Lines 1906-1914 Link Here
1906
                    'bAutoWidth': false,
1906
                    'bAutoWidth': false,
1907
                    'sPaginationType': 'full',
1907
                    'sPaginationType': 'full',
1908
                    'aaSorting': [[ 1, "asc" ]],
1908
                    'aaSorting': [[ 1, "asc" ]],
1909
                    'oLanguage': {
1909
                    "language": {
1910
                        'sZeroRecords': _("No matching reports found")
1910
                        "zeroRecords": _("No matching reports found")
1911
                    }
1911
                    },
1912
1912
                }, table_settings);
1913
                }, table_settings);
1913
1914
1914
                $("#tabs a[data-toggle='tab']").on("shown.bs.tab", function (e) {
1915
                $("#tabs a[data-toggle='tab']").on("shown.bs.tab", function (e) {
1915
- 

Return to bug 34066