From: lpsolit%gmail.com <> Date: Thu, 18 Sep 2008 05:12:23 +0000 (+0000) Subject: Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent compared... X-Git-Tag: bugzilla-3.2rc2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0e87ffc315a26e331258af8b54796c51d454a3;p=thirdparty%2Fbugzilla.git Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent compared to show_bug.cgi - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d9eab0e04a..ac426403e8 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -340,7 +340,7 @@ function handleWantsAttachment(wants_attachment) { name => "assigned_to" value => assigned_to disabled => assigned_to_disabled - size => 32 + size => 30 emptyok => 1 %] @@ -355,7 +355,7 @@ function handleWantsAttachment(wants_attachment) { name => "qa_contact" value => qa_contact disabled => qa_contact_disabled - size => 32 + size => 30 emptyok => 1 %] @@ -370,7 +370,7 @@ function handleWantsAttachment(wants_attachment) { name => "cc" value => cc disabled => cc_disabled - size => 45 + size => 30 multiple => 5 %] @@ -424,7 +424,7 @@ function handleWantsAttachment(wants_attachment) { URL: - @@ -443,11 +443,10 @@ function handleWantsAttachment(wants_attachment) { Summary: - - + -   @@ -531,7 +530,7 @@ function handleWantsAttachment(wants_attachment) { Keywords: - (optional)