View | Details | Raw Unified | Return to bug 6340
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 518-524 NAME="name" -->">[% order_b.name %]</label></td><td> Link Here
518
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
518
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
519
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
519
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
520
<pre id="sql_output">[% sql %]</pre>
520
<pre id="sql_output">[% sql %]</pre>
521
<div class="pages">[% DEFAULT pagination_bar="" %]</div>
521
<div class="pages">[% pagination_bar %]</div>
522
[% UNLESS ( errors ) %]
522
[% UNLESS ( errors ) %]
523
<table>
523
<table>
524
<tr>[% FOREACH header_ro IN header_row %]<th>[% header_ro.cell %]</th>[% END %]</tr>
524
<tr>[% FOREACH header_ro IN header_row %]<th>[% header_ro.cell %]</th>[% END %]</tr>
525
- 

Return to bug 6340