From be7efdc702b0defcb198fadce656d4479ba6dafa Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83@web.de>
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 <brendan@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
---
 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"
         }));
     });
     //]]>
-- 
2.1.0