From: Simon Green Date: Thu, 27 Mar 2014 11:06:02 +0000 (+1000) Subject: Bug 456043 - Make enter_bug consistent with show_bug for Severity and Priority X-Git-Tag: bugzilla-4.5.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cf17721a4588d177f3b59c5bed61bdf918afeb;p=thirdparty%2Fbugzilla.git Bug 456043 - Make enter_bug consistent with show_bug for Severity and Priority r=glob, a=justdave --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 4499bdc978..0815f36009 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -184,9 +184,9 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE "bug/field-label.html.tmpl" - field = bug_fields.version editable = 1 rowspan = 3 + field = bug_fields.version editable = 1 rowspan = 4 %] - + @@ -532,7 +537,7 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE bug/field.html.tmpl bug = default, field = bug_fields.keywords, editable = 1, value = keywords, possible_values = all_keywords, - desc_url = "describekeywords.cgi", value_span = 2 + desc_url = "describekeywords.cgi", value_span = 3 %] [% END %]