From 060e9b9b3a30b573d785893fdbe9c0abd5386ed5 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
(cherry picked from commit fd9d8ff6030b69e8d887cfba7cba628747305ada)
Signed-off-by: Victor Grousset/tuxayo
---
.../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 6444de79aa..71ce0c5e03 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
@@ -894,6 +894,7 @@ canned reports and writing custom SQL reports.
[% END %]
+[% pagination_bar | $raw %]
[% INCLUDE 'chart.inc' %]
[% END %]
--
2.39.5