diff options
author | myk%mozilla.org <> | 2001-12-27 02:25:32 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2001-12-27 02:25:32 +0100 |
commit | d4f9c9fca320fa792f45e98204a1a7232f7c81a0 (patch) | |
tree | 97c0a7e3186a39417f9fcdda3995dbb593e9c003 /template | |
parent | 150d0d4a4d122a0cc0a6a55413f3dfc9d5cc512c (diff) | |
download | bugzilla-d4f9c9fca320fa792f45e98204a1a7232f7c81a0.tar.gz bugzilla-d4f9c9fca320fa792f45e98204a1a7232f7c81a0.tar.xz |
Fix for bug 97784: Wrap comments properly on "edit attachment" page.
Fix by Myk Melez <myk@mozilla.org>.
r=kiko,justdave
Diffstat (limited to 'template')
-rwxr-xr-x | template/default/attachment/edit.atml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/attachment/edit.atml b/template/default/attachment/edit.atml index e57d24aae..49984dc00 100755 --- a/template/default/attachment/edit.atml +++ b/template/default/attachment/edit.atml @@ -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> |