summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/edit-series.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-12-08 07:41:53 +0100
committergerv%gerv.net <>2003-12-08 07:41:53 +0100
commit867aef719852c2a5689512d24ba4ae0b7a9942e7 (patch)
treee4183eacc568a0340a7ef512154c7fa7abb95a23 /template/en/default/reports/edit-series.html.tmpl
parenteef0d2856605458a57b08d2d50981df10fb6a3a6 (diff)
downloadbugzilla-867aef719852c2a5689512d24ba4ae0b7a9942e7.tar.gz
bugzilla-867aef719852c2a5689512d24ba4ae0b7a9942e7.tar.xz
Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/reports/edit-series.html.tmpl')
-rw-r--r--template/en/default/reports/edit-series.html.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl
index 352e5fade..201c26a2f 100644
--- a/template/en/default/reports/edit-series.html.tmpl
+++ b/template/en/default/reports/edit-series.html.tmpl
@@ -33,6 +33,7 @@
[% button_name = "Change" %]
[% PROCESS reports/series.html.tmpl %]
+ <input type="hidden" name="action-alter" value="1">
[% IF default.series_id %]
<input type="hidden" name="series_id" value="[% default.series_id %]">
@@ -40,8 +41,13 @@
</form>
<p>
- <b>Creator</b>: <a href="mailto:[% creator.email FILTER html %]">
- [% creator.email FILTER html %]</a>
+ <b>Creator</b>:
+ [% IF creator.email %]
+ <a href="mailto:[% creator.email FILTER html %]">
+ [% creator.email FILTER html %]</a>
+ [% ELSE %]
+ (automatically created by [% terms.Bugzilla %])
+ [% END %]
</p>
<p>