Bugzilla – Attachment 34736 Details for
Bug 13459
Datatables paging slightly broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13459: Fix datatables paging for patron lists
Bug-13459-Fix-datatables-paging-for-patron-lists.patch (text/plain), 2.01 KB, created by
Chris Cormack
on 2014-12-28 00:45:55 UTC
(
hide
)
Description:
Bug 13459: Fix datatables paging for patron lists
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-12-28 00:45:55 UTC
Size:
2.01 KB
patch
obsolete
>From e57dd3bc49f6ca4c7c63574f0816aa983e626a9f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 27 Dec 2014 21:13:58 +0100 >Subject: [PATCH] Bug 13459: Fix datatables paging for patron lists > >The display of the datatables paging options for the >patron list feature is broken. > >To test: >- Go to tools > patron lists >- The paging for the 'list of lists' is broken >- Select a patron list 'Add more patrons' >- Notice the paging on this page is also broken >- Apply patch >- Verify both pages now display the paging correctly > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 3 ++- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index b55da33..f348cb6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -17,7 +17,8 @@ $(document).ready(function() { > ], > "aoColumnDefs": [ > { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, >- ] >+ ], >+ "sPaginationType": "four_button" > } )); > > $( "#find_patron" ).autocomplete({ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >index 2703144..884bb8f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt >@@ -11,7 +11,8 @@ > $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [ > { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": 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 13459
:
34382
|
34706
|
34734
|
34735
|
34736
|
34779
|
34780
|
35057