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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +12 lines)
Lines 17-25 Link Here
17
            function () { $(this).toggleClass("ulined") }
17
            function () { $(this).toggleClass("ulined") }
18
        );
18
        );
19
        $("#holdst").dataTable($.extend(true, {}, dataTablesDefaults, {
19
        $("#holdst").dataTable($.extend(true, {}, dataTablesDefaults, {
20
            "aaSorting": [ [0,'desc'], [3,'asc'] ],
20
            "aoColumnDefs": [
21
            "aoColumnDefs": [
21
                { "aTargets": [ 8 ], "sType": "natural" }
22
                { "aTargets": [ 8 ], "sType": "natural" }
22
            ],
23
            ],
24
            "aoColumns": [
25
                null,
26
                null,
27
                null,
28
                { "sType": "anti-the" },
29
                null,
30
                null,
31
                null,
32
                null,
33
                null
34
            ],
23
            "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
35
            "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
24
            "iDisplayLength": 20,
36
            "iDisplayLength": 20,
25
            "sPaginationType": "four_button"
37
            "sPaginationType": "four_button"
26
- 

Return to bug 11756