Browse Source

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>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Owen Leonard 3 years ago
committed by Jonathan Druart
parent
commit
dbc7415475
  1. 1
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

1
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' %]

Loading…
Cancel
Save