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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +1 lines)
Lines 696-702 div { Link Here
696
    }
696
    }
697
}
697
}
698
698
699
.pager {
699
.dt-length, .dt-paging, .dt-search {
700
    display: flex;
700
    display: flex;
701
    flex-wrap: wrap;
701
    flex-wrap: wrap;
702
    font-size: 90%;
702
    font-size: 90%;
(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +19 lines)
Lines 36-42 var dataTablesDefaults = { Link Here
36
            excel: __("Excel"),
36
            excel: __("Excel"),
37
        },
37
        },
38
    },
38
    },
39
    dom: '<"dt-info"i><"top pager"<"table_entries"lp><"table_controls"fB>>tr<"bottom pager"ip>',
39
    //    dom: '<"dt-info"i><"top pager"<"table_entries"lp><"table_controls"fB>>tr<"bottom pager"ip>',
40
    layout: {
41
        //top3Start: ["info"],
42
        //top3End: null,
43
        //top2Start: ["pageLength", "paging"],
44
        //top2End: null,
45
        //top: ["search", "buttons"],
46
        //topStart: null,
47
        //topEnd: null,
48
49
        top2Start: ["info"],
50
        top2End: null,
51
        top: ["pageLength", "paging", "search", "buttons"],
52
        topStart: null,
53
        topEnd: null,
54
55
        bottomStart: ["info", "paging"],
56
        bottomEnd: null,
57
    },
40
    buttons: [
58
    buttons: [
41
        {
59
        {
42
            fade: 100,
60
            fade: 100,
43
- 

Return to bug 38185