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 (-3 / +11 lines)
Lines 38-49 var dataTablesDefaults = { Link Here
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: {
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
41
        top2Start: ["info"],
49
        top2Start: ["info"],
42
        top2End: null,
50
        top2End: null,
51
        top: ["pageLength", "paging", "search", "buttons"],
43
        topStart: null,
52
        topStart: null,
44
        topEnd: null,
53
        topEnd: null,
45
        top: ["pageLength", "paging", "search", "buttons"],
54
46
        bottomStart: ["paging", "info"],
55
        bottomStart: ["info", "paging"],
47
        bottomEnd: null,
56
        bottomEnd: null,
48
    },
57
    },
49
    buttons: [
58
    buttons: [
50
- 

Return to bug 38185