From 5db6eeb9cf4bf82d785dd193703b46b2139247e5 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 21 Apr 2015 14:00:18 +0800 Subject: Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified" --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions/BugModal/template/en') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 75f4747ea..3f6330423 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -9,6 +9,8 @@ [% USE Bugzilla; + bug_modal = 1; + # only edit one bug UNLESS bug.defined; bug = bugs.0; @@ -620,6 +622,12 @@ field_type = constants.FIELD_TYPE_SINGLE_SELECT inline = 1 %] + [% WRAPPER bug_modal/field.html.tmpl + container = 1 + inline = 1 + %] + [% Hook.process("after_op_sys", 'bug/edit.html.tmpl') %] + [% END %] [% END %] [%# keywords %] -- cgit v1.2.3-24-g4f1b