]> 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:36:16 +0000 (07:36 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 07:36:16 +0000 (07:36 +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 43af6e638b5751e62ce7bee42160592bdae890eb..b7a7c403754530431afe4282bfcfa9b4bb67a13e 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 c99af7c3b8eedfa08ee4aca64f10ff657686b06d..77fdad1decc041af9954fbd506477cde16425cac 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="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 16283d051b0be40d13cfe5aad60a1bdd8396e2e4..7bcc8e816e0ca20101822c80bde9b6f357f609d7 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 5f8b1ee41122573276d4205f0515b3fe9ea4a84f..557c5f5a4ec06224f3c4a98499738c0c9d45156b 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">