|
Lines 73-83
Link Here
|
| 73 |
[% ELSIF ( create ) %] |
73 |
[% ELSIF ( create ) %] |
| 74 |
› Create from SQL |
74 |
› Create from SQL |
| 75 |
[% ELSIF ( showsql ) %] |
75 |
[% ELSIF ( showsql ) %] |
| 76 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › SQL view |
76 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › [% reportname | html %] ([% id | html %]) |
| 77 |
[% ELSIF ( editsql ) %] |
77 |
[% ELSIF ( editsql ) %] |
| 78 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Edit report <em>[% reportname | html %] ([% id | html %])</em> |
78 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a> › Edit |
| 79 |
[% ELSIF ( execute ) %] |
79 |
[% ELSIF ( execute ) %] |
| 80 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › Report <em>[% name | html %] ([% id | html %])</em> |
80 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% name | html %] ([% id | html %])</a> › Run |
| 81 |
[% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] |
81 |
[% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] |
| 82 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> |
82 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> |
| 83 |
[% IF ( build1 ) %] |
83 |
[% IF ( build1 ) %] |
| 84 |
- |
|
|