From 0804583f3b19913ad79b5e70268a25fe6ce07408 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Sat, 1 Mar 2008 11:33:04 +0000 Subject: Bug 418895: Assignee and QA contact fields always become revealed (editable), The patch moves what used to be in one function to hide the qa and assignee into 2 separate calls. It also fixes some typos in the comments and adds my name to the committers list Patch By Guy Pyrzak r=mkanat, a=mkanat --- template/en/default/bug/edit.html.tmpl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 3516500f5..728086649 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -20,6 +20,7 @@ # Max Kanat-Alexander # Frédéric Buclin # Olav Vitters + # Guy Pyrzak #%] [% PROCESS global/variables.none.tmpl %] @@ -493,6 +494,7 @@ 'bz_assignee_edit_action', 'assigned_to', '[% bug.assigned_to.login FILTER js %]' ); + initDefaultCheckbox('assignee'); [% ELSE %] - [% IF bug.qa_contact != "" %] [% END %] [% ELSE %] @@ -551,9 +551,11 @@ [% END %] - [% END %] +[%############################################################################%] +[%# Block for URL Keyword and Whiteboard #%] +[%############################################################################%] [% BLOCK section_url_keyword_whiteboard %] [%# *** URL Whiteboard Keywords *** %] @@ -621,6 +623,9 @@ [% END %] [% END %] +[%############################################################################%] +[%# Block for Depends On / Blocks #%] +[%############################################################################%] [% BLOCK section_dependson_blocks %] [% PROCESS dependencies @@ -906,7 +911,7 @@ [% END %] [%############################################################################%] -[%# Block for Section Spacer #%] +[%# Block for Custom Fields #%] [%############################################################################%] [% BLOCK section_customfields %] -- cgit v1.2.3-24-g4f1b