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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
            "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
17
            "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
18
            "iDisplayLength": 20,
18
            "iDisplayLength": 20,
19
            "aoColumnDefs": [
19
            "aoColumnDefs": [
20
                { 'bSortable': false, 'aTargets': [ 9, 10, 11 ] }
20
                { 'bSortable': false, 'aTargets': [ -3, -2, -1 ] }
21
            ]
21
            ]
22
        }));
22
        }));
23
23
24
- 

Return to bug 12248