Lines 28-33
Link Here
|
28 |
[% ELSIF ( create ) %] |
28 |
[% ELSIF ( create ) %] |
29 |
[% t("Create from SQL") | html %] › |
29 |
[% t("Create from SQL") | html %] › |
30 |
[% ELSIF ( showsql ) %] |
30 |
[% ELSIF ( showsql ) %] |
|
|
31 |
[% tx("Show report {reportname} ({id})", { reportname = reportname, id = id }) | html %] › |
31 |
[% t("SQL view") | html %] › |
32 |
[% t("SQL view") | html %] › |
32 |
[% t("Saved reports") | html %] › |
33 |
[% t("Saved reports") | html %] › |
33 |
[% ELSIF ( execute ) %] |
34 |
[% ELSIF ( execute ) %] |
34 |
- |
|
|