From f677f665134284c329c07061158cd30ba1ae74bb Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Thu, 10 Apr 2008 21:43:43 +0000 Subject: Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when editing the component if qa contact is blank Patch by Guy Pyrzak r=mkanat a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch removes the init for the QA field to be outside of the check to see if the field is blank. --- template/en/default/bug/edit.html.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 631de7519..d096bbbf2 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -526,16 +526,16 @@ - [% IF bug.qa_contact != "" %] - - [% END %] + [% ELSE %] [% INCLUDE user_identity user => bug.qa_contact %] [% END %] -- cgit v1.2.3-24-g4f1b