From 2a2d3034b2d67ad1f9b0d26b7b2a6742b03c4bee Mon Sep 17 00:00:00 2001 From: Owen Leonard 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. --- 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 %] [% END %] +
[% pagination_bar | $raw %]
[% INCLUDE 'chart.inc' %] -- 2.11.0