Bugzilla – Attachment 34627 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 basketgroup
Bug-13487-Fix-pagination-for-basketgroup.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2014-12-22 09:58:29 UTC
(
hide
)
Description:
Bug 13487: Fix pagination for basketgroup
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-22 09:58:29 UTC
Size:
1.05 KB
patch
obsolete
>From 61a47e287a0f3ebb5910f4f6ff0f564e9c0368eb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 22 Dec 2014 10:51:50 +0100 >Subject: [PATCH] Bug 13487: Fix pagination for basketgroup > >Test plan: >Go on the acqui/basketgroup.pl page and verify that the pagination >button (First, Prev, Next, Last) is now correctly styled. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 13b1dcd..74bedcb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -113,7 +113,8 @@ function submitForm(form) { > "aoColumnDefs": [ > { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, > ], >- "bAutoWidth": false >+ "bAutoWidth": false, >+ "sPaginationType": "four_button" > } )); > > }); >-- >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