Fix for bug 97784: Wrap comments properly on "edit attachment" page.

Fix by Myk Melez <myk@mozilla.org>.
r=kiko,justdave
This commit is contained in:
myk%mozilla.org 2001-12-26 17:25:32 +00:00
parent 763aa79b24
commit 5d3d8e4241

View File

@ -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>