Bugzilla – Attachment 36974 Details for
Bug 13858
Datatables paging for news page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13858: Datatables paging on Koha news tool page slightly broken
Bug-13858-Datatables-paging-on-Koha-news-tool-page.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2015-03-18 09:29:09 UTC
(
hide
)
Description:
Bug 13858: Datatables paging on Koha news tool page slightly broken
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-18 09:29:09 UTC
Size:
1.27 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13858
:
36968
|
36969
| 36974