From 471f6edab5960efc4de2f53acf5cde24c1b4010f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 18 Mar 2015 00:01:29 +0100 Subject: [PATCH] Bug 13858: Datatables paging on Koha news tool page slightly broken The paging is slightly broken in the datatables table on the news page in the tools module. To test: - Access the tools > news page - Make sure you have a few news entries - Check that the paging is broken without the patch and fixed once the patch is applied Signed-off-by: Brendan Gallagher --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 5671c7b..76b7057 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -14,6 +14,7 @@ { "aTargets": [ 0, -1 ], "bSearchable": false }, { 'sType': "title-string", 'aTargets' : [ 'title-string'] } ], + "sPaginationType": "full_numbers" })); }); //]]> -- 1.7.10.4