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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js (-1 / +1 lines)
Lines 24-29 var dataTablesDefaults = { Link Here
24
        "sZeroRecords"      : window.MSG_DT_ZERO_RECORDS || "No matching records found"
24
        "sZeroRecords"      : window.MSG_DT_ZERO_RECORDS || "No matching records found"
25
    },
25
    },
26
    "dom": '<"top pager"ilpfB>tr<"bottom pager"ip>',
26
    "dom": '<"top pager"ilpfB>tr<"bottom pager"ip>',
27
    "buttons": [],
27
    "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, window.MSG_DT_ALL || "All"]],
28
    "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, window.MSG_DT_ALL || "All"]],
28
    "iDisplayLength": 20
29
    "iDisplayLength": 20
29
};
30
};
30
- 

Return to bug 15916