diff options
author | gerv%gerv.net <> | 2003-09-15 08:00:08 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2003-09-15 08:00:08 +0200 |
commit | 5852e76888924d197ae0a2322ce27b506c46b900 (patch) | |
tree | 05a82fb77be75d44662e030461182a1d226cb1c0 /template/en/default/reports | |
parent | b23c12c2d3684605bb36eb7e323dc7644da5006d (diff) | |
download | bugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.gz bugzilla-5852e76888924d197ae0a2322ce27b506c46b900.tar.xz |
Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/report.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 19d8c722f..535a8c503 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -165,8 +165,8 @@ <a href="query.cgi?[% switchbase %]&format=report-table">Edit this report</a> [% ELSE %] - <a href="query.cgi?[% switchbase %]&format=report-graph& - chart_format=[% format %]&cumulate=[% cumulate %]"> + <a href="query.cgi?[% switchbase %]&chart_format= + [% format %]&format=report-graph&cumulate=[% cumulate %]"> Edit this report </a> [% END %] |