]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 455558: Custom free text fields too long (particularly in Dusk)
authorguy.pyrzak%gmail.com <>
Thu, 18 Sep 2008 23:53:57 +0000 (23:53 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 18 Sep 2008 23:53:57 +0000 (23:53 +0000)
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=Lpsolit, a=mkanat

template/en/default/bug/field.html.tmpl

index 1ba0b1784a45bbb50fe64fd8a361bb24688fcb62..664cbeee48faee310b845adf6517bcd593f20f02 100644 (file)
@@ -42,7 +42,7 @@
   [% SWITCH field.type %]
     [% CASE constants.FIELD_TYPE_FREETEXT %]
         <input id="[% field.name FILTER html %]" name="[% field.name FILTER html %]"
-               value="[% value FILTER html %]" size="60"
+               value="[% value FILTER html %]" size="40"
                maxlength="[% constants.MAX_FREETEXT_LENGTH FILTER none %]">
     [% CASE constants.FIELD_TYPE_DATETIME %]
       <input name="[% field.name FILTER html %]" size="20"