Bugzilla – Attachment 34628 Details for
Bug 13487
DataTables pagination needs some fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13487: Fix pagination for the item search
Bug-13487-Fix-pagination-for-the-item-search.patch (text/plain), 1.10 KB, created by
Jonathan Druart
on 2014-12-22 09:58:33 UTC
(
hide
)
Description:
Bug 13487: Fix pagination for the item search
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-22 09:58:33 UTC
Size:
1.10 KB
patch
obsolete
>From dcd7653a4bffd9e808cf5c84ef0e460565fcabe9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 22 Dec 2014 10:52:02 +0100 >Subject: [PATCH] Bug 13487: Fix pagination for the item search > >Test plan: >Go on the catalogue/itemsearch.pl page and verify that the >pagination button (First, Prev, PAGES, Next, Last) is now correctly styled. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index a8a7030..6972116 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -245,7 +245,8 @@ > { 'sName': 'notforloan' }, > { 'sName': 'issues' }, > { 'sName': 'checkbox', 'bSortable': false } >- ] >+ ], >+ "sPaginationType": "full_numbers" > })).columnFilter({ > 'sPlaceHolder': 'head:after', > 'aoColumns': [ >-- >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 13487
:
34626
|
34627
|
34628
|
34683
|
34684
|
34685
|
34703
|
34704
|
34705