From d4d4f377f6068bcfa2a9f1ddf66ed82bf77132d5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 30 Jan 2008 00:36:56 +0000 Subject: Bug 414382: Remove the duplicated "CC myself" checkbox below the "Additional Comment" field in favor of the one near the CC list - Patch by Guy Pyrzak r/a=LpSolit --- template/en/default/bug/edit.html.tmpl | 36 +++++++++++++--------------------- 1 file changed, 14 insertions(+), 22 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 1a99a061a..3d8dc1b29 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -242,21 +242,6 @@ cols = constants.COMMENT_COLS %] - [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %] - [% has_role = bug.user.isreporter - || bug.assigned_to.id == user.id - || (Param('useqacontact') - && bug.qa_contact - && bug.qa_contact.id == user.id) %] - -
- - - [% END %] [% ELSE %]
Note @@ -786,15 +771,22 @@ [% IF user.id %] - -
+ && user.settings.state_addselfcc.value == 'cc_unless_role') %]> + +
+ [% END %] [% END %] [% bug.cc.size || 0 FILTER html%] total users [% IF user.id %] -- cgit v1.2.3-24-g4f1b