From 87282073416ff345ded57f74cf4882632ad74bfe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 18 Sep 2008 05:10:44 +0000 Subject: =?UTF-8?q?Bug=20455744:=20Text=20fields=20on=20enter=5Fbug.cgi=20?= =?UTF-8?q?are=20too=20large=20and=20inconsistent=20compared=20to=20show?= =?UTF-8?q?=5Fbug.cgi=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20?= =?UTF-8?q?Buclin=20=20r/a=3Dmkanat?= 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/en/default/bug/create/create.html.tmpl') 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.1