Bugzilla – Attachment 34779 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 admin > itemtypes
Bug-13459-Fix-datatables-paging-for-admin--itemtyp.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2014-12-29 10:01:33 UTC
(
hide
)
Description:
Bug 13459: Fix datatables paging for admin > itemtypes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-29 10:01:33 UTC
Size:
1.27 KB
patch
obsolete
>From 675c240eec4f8ba83218442c5acf9cb7d160efa1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 27 Dec 2014 12:58:52 +0100 >Subject: [PATCH] Bug 13459: Fix datatables paging for admin > itemtypes > >To test: >- Go to administration > itemtypes >- Verify the display of the paging options is broken >- Apply patch >- Verify the display is now correct and works nicely > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 9a691fb..1a008c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -31,7 +31,8 @@ Data deleted > { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, > ], > "aaSorting": [[ 2, "asc" ]], >- "iDisplayLength": 10 >+ "iDisplayLength": 10, >+ "sPaginationType": "four_button" > })); > $( "#itemtypeentry" ).validate({ > rules: { >-- >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