Bugzilla – Attachment 36968 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.14 KB, created by
Katrin Fischer
on 2015-03-17 23:03:32 UTC
(
hide
)
Description:
Bug 13858: Datatables paging on Koha news tool page slightly broken
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-17 23:03:32 UTC
Size:
1.14 KB
patch
obsolete
>From a1b465f480c0d50b0d10e2b1098fbbca6a03029d 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 >--- > 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.9.1
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