]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 328089: make number of columns in additional comments field identical...
authorjocuri%softhome.net <>
Fri, 3 Mar 2006 07:35:00 +0000 (07:35 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 07:35:00 +0000 (07:35 +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 c3ef855d492dd35ac2ed033bbe50216a3fc7fbb9..3cbe0fe5ef2ebd4c1fef9777b0681ce6e232c9bc 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="80"></textarea>
+        <textarea wrap="soft" id="commment" name="comment" rows="6" cols="[% constants.COMMENT_COLS %]"></textarea>
       </td>
     </tr>
     <tr>
index 712f27948ce123c92d66e84e1f00b7a25207de11..f5a688cea3c8873ed279cf7c6baca37573c02dda 100644 (file)
@@ -333,7 +333,7 @@ function PutDescription() {
       <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.
@@ -381,7 +381,7 @@ function PutDescription() {
       <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.
@@ -398,7 +398,7 @@ function PutDescription() {
       <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>
@@ -410,7 +410,7 @@ function PutDescription() {
       <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>
@@ -422,7 +422,7 @@ function PutDescription() {
       <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
index 21bfb6104e7f753fd522cc29603913282101406b..e5a7ce9f4c1d97033b11cfdea9cc885045b02cec 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="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 %] +++
 
index c1f00025e5ec592c70b8643f7f5268f85e10db56..1e8046166e53b85632c8cf43b51a0f5208714a83 100644 (file)
   [% 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) %]
index d55a4e2db63746a2966484221ea53395d6125fed..392daaa5254a554bf5e1ad1cdf6b6b8ec054ed23 100644 (file)
 </table>
 
 <b><label for="comment">Additional Comments:</label></b><br>
-<textarea id="comment" name="comment" rows="5" cols="80"></textarea><br>
+<textarea id="comment" name="comment" rows="5" cols="[% constants.COMMENT_COLS %]"></textarea><br>
 
 [% IF groups.size > 0 %]
 
index 896f7d41f5ea87e4915756fc2ed44cc20509858a..9135acdfa97bebb7cfa321f4f4682aaec5a4e3e0 100644 (file)
@@ -30,7 +30,7 @@
 </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">