summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-24 14:26:55 +0100
committertravis%sedsystems.ca <>2005-01-24 14:26:55 +0100
commit8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97 (patch)
treeeb0b0df4257508aaaade7c117c13ba7cb1509ff1 /template
parentcd6211de678a3638f2813332d436d6e4844d3d60 (diff)
downloadbugzilla-8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97.tar.gz
bugzilla-8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97.tar.xz
Bug 34488: Add a checkbox to add self to CC list
Patch by GavinS <bugzilla@chimpychompy.org> r=vladd, myk a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 6b43809d6..27a01625b 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -484,6 +484,14 @@
<a name="add_comment"></a>
<textarea wrap="hard" name="comment" id="comment" rows="10" cols="80"
accesskey="c"></textarea>
+
+ [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
+ <br>
+ <label>
+ <input type="checkbox" name="addselfcc">
+ Add [% user.login FILTER html %] to CC list
+ </label>
+ [% END %]
<br>
[% IF bug.groups.size > 0 %]