diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-21 08:00:18 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-21 08:00:18 +0200 |
commit | 5db6eeb9cf4bf82d785dd193703b46b2139247e5 (patch) | |
tree | 2cd234261c4cc56e4035b035b0fc20990ec9a6f6 /extensions/BugModal/template/en/default/bug_modal | |
parent | 4aa44c46edf93a9707fc693769f39e5aeda7f59b (diff) | |
download | bugzilla-5db6eeb9cf4bf82d785dd193703b46b2139247e5.tar.gz bugzilla-5db6eeb9cf4bf82d785dd193703b46b2139247e5.tar.xz |
Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified"
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
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 %] |