@@ -, +, @@ - Go to administration > itemtypes - Verify the display of the paging options is broken - Apply patch - Verify the display is now correct and works nicely --- .../prog/en/modules/admin/itemtypes.tt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -31,7 +31,8 @@ Data deleted { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], "aaSorting": [[ 2, "asc" ]], - "iDisplayLength": 10 + "iDisplayLength": 10, + "sPaginationType": "four_button" })); $( "#itemtypeentry" ).validate({ rules: { --