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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 87-93 $("#delColumn").on("click",function(){ Link Here
87
[% IF (saved1) %]
87
[% IF (saved1) %]
88
    var rtable = $("#table_reports").dataTable($.extend(true, {}, dataTablesDefaults, {
88
    var rtable = $("#table_reports").dataTable($.extend(true, {}, dataTablesDefaults, {
89
        'bAutoWidth': false,
89
        'bAutoWidth': false,
90
        'sDom': 't<"bottom pager"ilpf>',
90
        'sDom': '<"top pager"ilpf>t<"bottom pager"ilpf>',
91
        'sPaginationType': 'four_button',
91
        'sPaginationType': 'four_button',
92
        'aaSorting': [[ 1, "asc" ]],
92
        'aaSorting': [[ 1, "asc" ]],
93
        'aoColumnDefs': [
93
        'aoColumnDefs': [
94
- 

Return to bug 16906