From fd9d8ff6030b69e8d887cfba7cba628747305ada 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. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit dbc74154754c4d5d03baa7c96b8511e0c2e0d036) Signed-off-by: Fridolin Somers (cherry picked from commit 544b4c44930053a8c173eaafb304fa8b362de572) Signed-off-by: Andrew Fuerste-Henry --- .../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 4b70c29562..99507b9425 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.39.5