From 59f642f7dd0626db80a94da0f625678c0ebbf506 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 19:04:53 +0000 Subject: Bug 464187: Make the text inputs in the show_bug edit form grow with the window Patch By Max Kanat-Alexander r=pyrzak, a=mkanat --- template/en/default/bug/field.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/field.html.tmpl') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 3ae7302c6..bdfdd099e 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -72,7 +72,8 @@ [% IF editable %] [% SWITCH field.type %] [% CASE constants.FIELD_TYPE_FREETEXT %] - [% CASE constants.FIELD_TYPE_DATETIME %] @@ -184,7 +185,7 @@ Add [% terms.Bug %] URLs:
+ class="text_input" name="[% field.name FILTER html %]" size="40"> [% END %] [% ELSIF field.type == constants.FIELD_TYPE_TEXTAREA %]
[% value FILTER wrap_comment(60) -- cgit v1.2.3-24-g4f1b