]> 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:07:40 +0000 (08:07 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 08:07:40 +0000 (08:07 +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 3cbe0fe5ef2ebd4c1fef9777b0681ce6e232c9bc..e91e27386228a5e840b10e53313c8e34fe7571c8 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 e5a7ce9f4c1d97033b11cfdea9cc885045b02cec..20b311234b1ce90ffb4d48e0126ae55b1abfb0fa 100644 (file)
@@ -307,7 +307,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 1e8046166e53b85632c8cf43b51a0f5208714a83..2652b4b7676d32a14643ee818135debfe4779ca8 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 392daaa5254a554bf5e1ad1cdf6b6b8ec054ed23..dde98d546f23f1f1bb78b24c00ea135fcbe97732 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">