]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 97784: Wrap comments properly on "edit attachment" page.
authormyk%mozilla.org <>
Thu, 27 Dec 2001 01:25:32 +0000 (01:25 +0000)
committermyk%mozilla.org <>
Thu, 27 Dec 2001 01:25:32 +0000 (01:25 +0000)
Fix by Myk Melez <myk@mozilla.org>.
r=kiko,justdave

template/default/attachment/edit.atml

index e57d24aae40f7017f5587e370abe2bed7b6731ac..49984dc000bed8c79f8d6a3fa5d6494b9fdc8eec 100755 (executable)
@@ -75,7 +75,7 @@
 
       [% IF isviewable %]
         <td width="75%">
-          <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;"></textarea>
+          <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;" cols="80" wrap="soft"></textarea>
           <iframe id="viewFrame" src="attachment.cgi?id=[% attachid %]&action=view" style="height: 400px; width: 100%;">
             <b>You cannot view the attachment while editing it because your browser does not support IFRAMEs.
             <a href="attachment.cgi?id=[% attachid %]&action=view">View the attachment on a separate page</a>.</b>