Bug 6340: Pagination bar on guided reports result page broken
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 14 May 2011 10:36:25 +0000 (12:36 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 26 May 2011 03:33:28 +0000 (15:33 +1200)
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.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

index 24c5a13..589bcdf 100644 (file)
@@ -518,7 +518,7 @@ NAME="name" -->">[% order_b.name %]</label></td><td>
 [% IF ( notes ) %]<p>[% notes %]</p>[% END %]
 [% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
 <pre id="sql_output">[% sql %]</pre>
-<div class="pages">[% DEFAULT pagination_bar="" %]</div>
+<div class="pages">[% pagination_bar %]</div>
 [% UNLESS ( errors ) %]
 <table>
 <tr>[% FOREACH header_ro IN header_row %]<th>[% header_ro.cell %]</th>[% END %]</tr>