From 0124de13a658af0d480f44f0fee2514db18fd70a Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Thu, 27 Mar 2014 14:15:47 +0000 Subject: [PATCH] Bug 456043 - Make enter_bug consistent with show_bug for Severity and Priority r=glob, a=justdave git-svn-id: svn://10.0.0.236/trunk@265303 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- .../en/default/bug/create/create.html.tmpl | 31 +++++++++++-------- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 138b1a54d99..8ab11788609 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8970 \ No newline at end of file +8971 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index c4dd67834e4..3a2eed0b841 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -081f4dae9f526a0b64c5c6ae0f6c1967b896f2cb \ No newline at end of file +e1cf17721a4588d177f3b59c5bed61bdf918afeb \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index 4499bdc9787..0815f360094 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]