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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +2 lines)
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
- 

Return to bug 16782