@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 1 + 2 files changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -49,6 +49,7 @@ $(document).ready(function() { { "bVisible": false, "aTargets": [ 0, 1 ] }, { "bSortable": false, "aTargets": ["_all"] } ], + 'dom': '<"top pager"ilpf>tr<"bottom pager"ip>', 'bSort': true, 'aaSortingFixed': [[ 1, 'asc' ]], 'bPaginate': false, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -191,6 +191,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") { "bVisible": false, "aTargets": [ 0, 1 ] }, { "bSortable": false, "aTargets": ["_all"] } ], + 'dom': '<"top pager"ilpf>tr<"bottom pager"ip>', 'bSort': true, 'aaSortingFixed': [[ 1, 'asc' ]], 'bPaginate': false, --