Bugzilla – Attachment 53526 Details for
Bug 16906
Add DataTables pagination and filter to top of saved SQL reports table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16906: Simply remove the sDom definition to use the default one
Bug-16906-Simply-remove-the-sDom-definition-to-use.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2016-07-20 14:19:32 UTC
(
hide
)
Description:
Bug 16906: Simply remove the sDom definition to use the default one
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-20 14:19:32 UTC
Size:
1.14 KB
patch
obsolete
>From 95b9cd42512bec3e0a83fd76e03f0351544bbb3d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Jul 2016 15:18:18 +0100 >Subject: [PATCH] Bug 16906: Simply remove the sDom definition to use the > default one > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index d5968c8..bdf70fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -87,7 +87,6 @@ $("#delColumn").on("click",function(){ > [% IF (saved1) %] > var rtable = $("#table_reports").dataTable($.extend(true, {}, dataTablesDefaults, { > 'bAutoWidth': false, >- 'sDom': '<"top pager"ilpf>t<"bottom pager"ilpf>', > 'sPaginationType': 'four_button', > 'aaSorting': [[ 1, "asc" ]], > 'aoColumnDefs': [ >-- >2.8.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 16906
:
53329
|
53336
|
53525
| 53526