Bugzilla – Attachment 37097 Details for
Bug 13863
Datatables paging for cities and search history pages is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[3.18.x] Bug 13863: Fix Datatables paging on the cities and search history pages
318x-Bug-13863-Fix-Datatables-paging-on-the-cities.patch (text/plain), 1.86 KB, created by
Katrin Fischer
on 2015-03-22 21:42:11 UTC
(
hide
)
Description:
[3.18.x] Bug 13863: Fix Datatables paging on the cities and search history pages
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-22 21:42:11 UTC
Size:
1.86 KB
patch
obsolete
>From 619e6a003dcaefff151fa50819f9ef5eaa4550e7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 18 Mar 2015 10:51:19 +0100 >Subject: [PATCH] [3.18.x] Bug 13863: Fix Datatables paging on the cities and > search history pages > >Test plan: >Go on admin/cities.pl and catalogue/search-history.pl and confirm the >pagination is not broken anymore. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Fixed conflict so patch applies on 3.18.x >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 3 ++- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >index fa5629c..b961084 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt >@@ -11,7 +11,8 @@ > { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false }, > ], > "aaSorting": [[ 1, "asc" ]], >- "iDisplayLength": 10 >+ "iDisplayLength": 10, >+ "sPaginationType": "full_numbers" > })); > }); > //]]> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >index ef5b009..138e4f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt >@@ -17,7 +17,8 @@ $(document).ready(function() { > { "sType": "title-string" }, > null, > null >- ] >+ ], >+ "sPaginationType": "full_numbers" > })); > > $('#tabs').tabs(); >-- >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 13863
:
36975
|
36976
|
36985
| 37097