From 87282073416ff345ded57f74cf4882632ad74bfe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 18 Sep 2008 05:10:44 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/create.html.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d9eab0e04..ac426403e 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) -- cgit v1.2.3-24-g4f1b