summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-10-10 05:39:51 +0200
committerjocuri%softhome.net <>2004-10-10 05:39:51 +0200
commit87c62ab69044959d7f62014eb6cb9d7bc959a56d (patch)
tree0f91aeccfd4804ddb4022adb03fae4416df11209 /template/en/default/bug/comments.html.tmpl
parent40046fe7dd4fa67d39d15a5d4e9d90111193bd60 (diff)
downloadbugzilla-87c62ab69044959d7f62014eb6cb9d7bc959a56d.tar.gz
bugzilla-87c62ab69044959d7f62014eb6cb9d7bc959a56d.tar.xz
Patch for bug 257765: Make replies to private comments private by default; patch by Marc Schumann <wurblzap@gmail.com>, r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 2015d3abd..2f82b46dc 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -68,6 +68,7 @@
value="[% comment.isprivate %]">
<input type="hidden" name="when-[% count %]" value="[% comment.when %]">
<input type="checkbox" name="isprivate-[% count %]" value="1"
+ id="isprivate-[% count %]"
[% " checked=\"checked\"" IF comment.isprivate %]> Private
</i>
[% END %]