Bugzilla – Attachment 38371 Details for
Bug 13887
Add datatables to item specific holds table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13887: Fix sDom to display what is needed in the table
PASSED-QA-Bug-13887-Fix-sDom-to-display-what-is-ne.patch (text/plain), 1.24 KB, created by
Katrin Fischer
on 2015-04-22 20:32:43 UTC
(
hide
)
Description:
[PASSED QA] Bug 13887: Fix sDom to display what is needed in the table
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-22 20:32:43 UTC
Size:
1.24 KB
patch
obsolete
>From c5e5d8f43132f359ca5658d77967e68edd5fa4cf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 22 Apr 2015 10:39:09 +0200 >Subject: [PATCH] [PASSED QA] Bug 13887: Fix sDom to display what is needed in > the table > >1/ Add the information 'showing x to y of z' >2/ Remove some lost pixels > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 322d31e..08c1f40 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -44,8 +44,7 @@ $(document).ready(function() { > }); > var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, { > 'bPaginate': false, >- 'bInfo': false, >- "bAutoWidth": false, >+ "sDom": '<"top pager"ilf>t', > })); > > //Override fieldset styling for dataTables search box >-- >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 13887
:
37081
|
37345
|
37385
|
37388
|
37411
|
38294
|
38295
|
38309
|
38310
|
38311
|
38312
|
38313
|
38321
|
38322
|
38323
|
38369
|
38370
| 38371 |
38372
|
38373
|
38374