Fix for bug 97784: comments in attachment update form are now properly word-wrapped. This is a server-side implementation to
do the word-wrapping, which will probably eventually be used in the main comments area on the bug form as well. Patch by Myk Melez <myk@mozilla.org> r= gerv, justdave git-svn-id: svn://10.0.0.236/trunk@105134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<td width="25%">
|
||||
<small>
|
||||
<b>Description:</b><br>
|
||||
<textarea rows="3" cols="25" name="description">[% description %]</textarea><br>
|
||||
<textarea rows="3" cols="25" name="description" wrap="soft">[% description %]</textarea><br>
|
||||
|
||||
<b>MIME Type:</b><br>
|
||||
<input type="text" size="20" name="mimetype" value="[% mimetype %]"><br>
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<div id="smallCommentFrame">
|
||||
<b>Comment (on the bug):</b><br>
|
||||
<textarea name="comment" rows="5" cols="25"></textarea><br>
|
||||
<textarea name="comment" rows="5" cols="25" wrap="soft"></textarea><br>
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Submit">
|
||||
|
||||
Reference in New Issue
Block a user