Lines 204-212
canned reports and writing custom SQL reports.</p>
Link Here
|
204 |
</td> |
204 |
</td> |
205 |
<td class="report_json_url"> |
205 |
<td class="report_json_url"> |
206 |
[% IF (savedreport.public) %] |
206 |
[% IF (savedreport.public) %] |
207 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
207 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
208 |
[% ELSE %] |
208 |
[% ELSE %] |
209 |
<a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
209 |
<a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
210 |
[% END %] |
210 |
[% END %] |
211 |
</td> |
211 |
</td> |
212 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
212 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
213 |
- |
|
|