Lines 172-178
Link Here
|
172 |
[% INCLUDE "reports-toolbar.inc" %] |
172 |
[% INCLUDE "reports-toolbar.inc" %] |
173 |
|
173 |
|
174 |
[% IF ( start ) %] |
174 |
[% IF ( start ) %] |
175 |
<h2>Guided reports</h2> |
175 |
<h1>Guided reports</h1> |
176 |
<p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p> |
176 |
<p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p> |
177 |
|
177 |
|
178 |
<h3>Build and run reports</h3> |
178 |
<h3>Build and run reports</h3> |
Lines 219-226
Link Here
|
219 |
[% END %] |
219 |
[% END %] |
220 |
|
220 |
|
221 |
[% IF ( saved1 ) %] |
221 |
[% IF ( saved1 ) %] |
222 |
[% IF ( savedreports ) %] |
|
|
223 |
<h1>Saved reports</h1> |
222 |
<h1>Saved reports</h1> |
|
|
223 |
[% IF ( savedreports ) %] |
224 |
|
224 |
|
225 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
225 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
226 |
<p>Filtered by: |
226 |
<p>Filtered by: |
Lines 1193-1198
Link Here
|
1193 |
[% END #/IF ( execute ) %] |
1193 |
[% END #/IF ( execute ) %] |
1194 |
|
1194 |
|
1195 |
[% IF ( create ) %] |
1195 |
[% IF ( create ) %] |
|
|
1196 |
<h1>Create from SQL</h1> |
1196 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1197 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1197 |
<fieldset class="rows"> |
1198 |
<fieldset class="rows"> |
1198 |
<legend>Create report from SQL</legend> |
1199 |
<legend>Create report from SQL</legend> |
Lines 1278-1283
Link Here
|
1278 |
[% END # /IF saved_results %] |
1279 |
[% END # /IF saved_results %] |
1279 |
|
1280 |
|
1280 |
[% IF ( showsql ) %] |
1281 |
[% IF ( showsql ) %] |
|
|
1282 |
<h1>Saved reports - SQL</h1> |
1281 |
<fieldset class="rows"> |
1283 |
<fieldset class="rows"> |
1282 |
<legend>[% reportname | html %]</legend> |
1284 |
<legend>[% reportname | html %]</legend> |
1283 |
<ol> |
1285 |
<ol> |