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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 496-502 canned reports and writing custom SQL reports.</p> Link Here
496
<h1>[% name %]</h1>
496
<h1>[% name %]</h1>
497
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
497
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
498
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
498
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
499
<pre id="sql_output">[% sql %]</pre>
499
<pre id="sql_output">[% sql |html %]</pre>
500
<div class="pages">[% pagination_bar %]</div>
500
<div class="pages">[% pagination_bar %]</div>
501
[% UNLESS ( errors ) %]
501
[% UNLESS ( errors ) %]
502
<table>
502
<table>
503
- 

Return to bug 7618