From e9e128e83812bf6edc1b81bc336d9cb08c2274b7 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 14 May 2011 12:36:25 +0200 Subject: [PATCH] Bug 6099: Pagination bar on guided reports result page broken Content-Type: text/plain; charset="utf-8" The pagination on the guided reports page was not showing up. TT problem. To test: Add a sql report with more than 20 results. Example: select * from borrowers Without the patch, only the first 20 results will show and no pagination bar. --- .../en/modules/reports/guided_reports_start.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 24c5a13..589bcdf 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 @@ -518,7 +518,7 @@ NAME="name" -->">[% order_b.name %] [% IF ( notes ) %]

[% notes %]

[% END %] [% IF ( unlimited_total ) %]

Total number of rows matching the (unlimited) query is [% unlimited_total %].

[% END %]
[% sql %]
-
[% DEFAULT pagination_bar="" %]
+
[% pagination_bar %]
[% UNLESS ( errors ) %] [% FOREACH header_ro IN header_row %][% END %] -- 1.7.4.1
[% header_ro.cell %]