From 8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Mon, 24 Jan 2005 13:26:55 +0000 Subject: Bug 34488: Add a checkbox to add self to CC list Patch by GavinS r=vladd, myk a=myk --- template/en/default/bug/edit.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template') 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 @@ + + [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %] +
+ + [% END %]
[% IF bug.groups.size > 0 %] -- cgit v1.2.3-24-g4f1b