]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Follow-up on bug 328089: apply FILTER none on constants.COMMENT_COLS to make tinderbo...
authorjocuri%softhome.net <>
Fri, 3 Mar 2006 08:08:23 +0000 (08:08 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 08:08:23 +0000 (08:08 +0000)
template/en/default/attachment/create.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/edit.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
template/en/default/pages/linkify.html.tmpl

index b7a7c403754530431afe4282bfcfa9b4bb67a13e..efc0945a785e58fd67fe1b04d52ed6961773e127 100644 (file)
       <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="[% constants.COMMENT_COLS %]"></textarea>
+        <textarea wrap="soft" id="commment" name="comment" rows="6" cols="[% constants.COMMENT_COLS FILTER none %]"></textarea>
       </td>
     </tr>
     <tr>
index f5a688cea3c8873ed279cf7c6baca37573c02dda..d84a6d3a6470ed9ddf175db2644d080b94ba1187 100644 (file)
@@ -333,7 +333,7 @@ function PutDescription() {
       <b>Details</b>
     </td>
     <td valign="top">
-      <textarea rows="6" cols="[% constants.COMMENT_COLS %]" name="comment"></textarea>
+      <textarea rows="6" cols="[% constants.COMMENT_COLS FILTER none %]" name="comment"></textarea>
       <p>
         Expand on the Summary. Please be
         as specific as possible about what is wrong.
@@ -381,7 +381,7 @@ function PutDescription() {
       <b>Steps to Reproduce</b>
     </td>
     <td valign="top">
-<textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="reproduce_steps">
+<textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="reproduce_steps">
 1.
 2.
 3.
@@ -398,7 +398,7 @@ function PutDescription() {
       <b>Actual Results</b>
     </td>
     <td valign="top">
-      <textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="actual_results"></textarea>
+      <textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="actual_results"></textarea>
       <p>
         What happened after you performed the steps above?
       </p>
@@ -410,7 +410,7 @@ function PutDescription() {
       <b>Expected Results</b>
     </td>
     <td valign="top">
-      <textarea rows="4" cols="[% constants.COMMENT_COLS %]" name="expected_results"></textarea>
+      <textarea rows="4" cols="[% constants.COMMENT_COLS FILTER none %]" name="expected_results"></textarea>
       <p>
         What should the software have done instead?
       </p>
@@ -422,7 +422,7 @@ function PutDescription() {
       <b>Additional Information</b>
     </td>
     <td valign="top">
-      <textarea rows="8" cols="[% constants.COMMENT_COLS %]" name="additional_info"></textarea>
+      <textarea rows="8" cols="[% constants.COMMENT_COLS FILTER none %]" 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
index 77fdad1decc041af9954fbd506477cde16425cac..817d3c943bd97f92633b434df24e808d4503046a 100644 (file)
@@ -299,7 +299,7 @@ function set_assign_to() {
 
   <tr><td align="right" valign="top"><strong>Description:</strong></td>
     <td colspan="3">
-      <textarea name="comment" rows="10" cols="[% constants.COMMENT_COLS %]">
+      <textarea name="comment" rows="10" cols="[% constants.COMMENT_COLS FILTER none %]">
         [% IF cloned_bug_id %]
 +++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++
 
index 7bcc8e816e0ca20101822c80bde9b6f357f609d7..9c5788c350863942d60dcc5895ea4cb104874012 100644 (file)
   [% END %]
   <br>
   <a name="add_comment"></a>
-  <textarea name="comment" id="comment" rows="10" cols="[% constants.COMMENT_COLS %]"
+  <textarea name="comment" id="comment" rows="10" cols="[% constants.COMMENT_COLS FILTER none %]"
             accesskey="c"></textarea>
 
   [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
index 557c5f5a4ec06224f3c4a98499738c0c9d45156b..b9dadbd7a6b9e11e295993835dda264bf703c50b 100644 (file)
 </table>
 
 <b><label for="comment">Additional Comments:</label></b><br>
-<textarea id="comment" name="comment" rows="5" cols="[% constants.COMMENT_COLS %]"></textarea><br>
+<textarea id="comment" name="comment" rows="5" cols="[% constants.COMMENT_COLS FILTER none %]"></textarea><br>
 
 [% IF groups.size > 0 %]
 
index 9135acdfa97bebb7cfa321f4f4682aaec5a4e3e0..94f9ffb2d3e4e8e0b33929df20b41d945fb775c9 100644 (file)
@@ -30,7 +30,7 @@
 </p>
 
 <form action="page.cgi" method="post">
-  <textarea cols="[% constants.COMMENT_COLS %]" rows="20" name="text"></textarea>
+  <textarea cols="[% constants.COMMENT_COLS FILTER none %]" rows="20" name="text"></textarea>
   <br>
   <input type="hidden" name="id" value="linked.html">
   <input value="Linkify" type="submit">