<th><label for="comment">Comment:</label></th>
<td>
<em>(optional) Add a comment about this attachment to the [% terms.bug %].</em><br>
- <textarea wrap="soft" id="commment" name="comment" rows="6" cols="80"></textarea>
+ <textarea wrap="soft" id="commment" name="comment" rows="6" cols="[% constants.COMMENT_COLS %]"></textarea>
</td>
</tr>
<tr>
<b>Details</b>
</td>
<td valign="top">
- <textarea rows="6" cols="80" name="comment"></textarea>
+ <textarea rows="6" cols="[% constants.COMMENT_COLS %]" name="comment"></textarea>
<p>
Expand on the Summary. Please be
as specific as possible about what is wrong.
<b>Steps to Reproduce</b>
</td>
<td valign="top">
-<textarea rows="4" cols="80" name="reproduce_steps">
+<textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="reproduce_steps">
1.
2.
3.
<b>Actual Results</b>
</td>
<td valign="top">
- <textarea rows="4" cols="80" name="actual_results"></textarea>
+ <textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="actual_results"></textarea>
<p>
What happened after you performed the steps above?
</p>
<b>Expected Results</b>
</td>
<td valign="top">
- <textarea rows="4" cols="80" name="expected_results"></textarea>
+ <textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="expected_results"></textarea>
<p>
What should the software have done instead?
</p>
<b>Additional Information</b>
</td>
<td valign="top">
- <textarea rows="8" cols="80" name="additional_info"></textarea>
+ <textarea rows="8" cols="[% constants.COMMENT_COLS %]" name="additional_info"></textarea>
<p>
Add any additional information you feel may be
relevant to this [% terms.bug %], such as the <b>theme</b> you were
<tr><td align="right" valign="top"><strong>Description:</strong></td>
<td colspan="3">
- <textarea name="comment" rows="10" cols="80">
+ <textarea name="comment" rows="10" cols="[% constants.COMMENT_COLS %]">
[% IF cloned_bug_id %]
+++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++
[% END %]
<br>
<a name="add_comment"></a>
- <textarea name="comment" id="comment" rows="10" cols="80"
+ <textarea name="comment" id="comment" rows="10" cols="[% constants.COMMENT_COLS %]"
accesskey="c"></textarea>
[% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
</p>
<form action="page.cgi" method="post">
- <textarea cols="80" rows="20" name="text"></textarea>
+ <textarea cols="[% constants.COMMENT_COLS %]" rows="20" name="text"></textarea>
<br>
<input type="hidden" name="id" value="linked.html">
<input value="Linkify" type="submit">