Bugzilla – Attachment 114240 Details for
Bug 26713
Add pagination to bottom of saved SQL reports table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26713: Add pagination to bottom of saved SQL reports table
Bug-26713-Add-pagination-to-bottom-of-saved-SQL-re.patch (text/plain), 1.33 KB, created by
David Nind
on 2020-12-07 17:39:03 UTC
(
hide
)
Description:
Bug 26713: Add pagination to bottom of saved SQL reports table
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-12-07 17:39:03 UTC
Size:
1.33 KB
patch
obsolete
>From 6ca1bcc37f517018450e827fa4e127db18ad100e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 3 Dec 2020 12:06:46 +0000 >Subject: [PATCH] Bug 26713: Add pagination to bottom of saved SQL reports > table > >This patch adds a second pagination menu to the bottom of the report >results table. > >To test, apply the patch and go to Reports. > >- Run a report which will return multiple pages of results (greater > than 20). >- The results should display with a pagination bar at the top and bottom > of the table. >- Confirm that both pagination menus work correctly. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 1 + > 1 file changed, 1 insertion(+) > >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 98716fd7bf..1bd33d687a 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 >@@ -1037,6 +1037,7 @@ > [% END %] > </table> > [% END %] >+ <div class="pages">[% pagination_bar | $raw %]</div> > > [% INCLUDE 'chart.inc' %] > >-- >2.11.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 26713
:
114143
|
114240
|
114997