]> 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:51:16 +0000 (23:51 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 18 Sep 2008 23:51:16 +0000 (23:51 +0000)
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=Lpsolit, a=mkanat

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

index b7fdd4291307a1765d5c675b3cde76abe7e88566..39f69cfd25f1420d546e04cb9f319b69303c7c45 100644 (file)
@@ -43,7 +43,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"