From 14d7441b73d32614aa0e086c5f69ac087b939a48 Mon Sep 17 00:00:00 2001 From: Julien Heyman Date: Tue, 7 Aug 2012 23:59:18 +0200 Subject: Bug 319598: Add support for saved tabular and graphical reports r/a=LpSolit --- template/en/default/reports/report.html.tmpl | 41 ++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 84cefbded..76049d04e 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -150,18 +150,35 @@ -

- [% IF format == "table" %] - Edit - this report - [% ELSE %] - - Edit this report - - [% END %] -

- + + + + + + +
+ [% IF format == "table" %] + Edit this report + [% ELSE %] + + Edit this report + [% END %] +   + [% IF saved_report_id %] + Forget this report + [% ELSE %] +
+ as + + + + +
+ [% END %] +
+ [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b