@@ -, +, @@ table - 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(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1037,6 +1037,7 @@ [% END %] [% END %] +
[% pagination_bar | $raw %]
[% INCLUDE 'chart.inc' %] --