]> 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:29:31 +0000 (07:29 +0000)
committerjocuri%softhome.net <>
Fri, 3 Mar 2006 07:29:31 +0000 (07:29 +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/global/user-error.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
template/en/default/pages/linkify.html.tmpl

index 410f274f20a701c311f1dde6a66581e2b69a919e..ae64190e08dbd270883ec0b77877d2294ff2ee60 100644 (file)
           id      = 'comment'
           minrows = 6
           maxrows = 15
-          cols    = 80
+          cols    = constants.COMMENT_COLS
           wrap    = 'soft'
         %]
       </td>
index 3c29791e5c1fc22f36cc92372dcf68491447f460..b8f1d9fd9e11439f571f2a8f12d3c0ebac9b8bf8 100644 (file)
@@ -336,7 +336,7 @@ function PutDescription() {
       [% INCLUDE global/textarea.html.tmpl
         name    = 'comment'
         minrows = 6
-        cols    = 80
+        cols    = constants.COMMENT_COLS
       %]
       <p>
         Expand on the Summary. Please be
@@ -388,7 +388,7 @@ function PutDescription() {
       [% INCLUDE global/textarea.html.tmpl
         name           = 'reproduce_steps'
         minrows        = 4
-        cols           = 80
+        cols           = constants.COMMENT_COLS
         defaultcontent = "1.\n2.\n3."
       %]
       <p>
@@ -406,7 +406,7 @@ function PutDescription() {
       [% INCLUDE global/textarea.html.tmpl
         name    = 'actual_results'
         minrows = 4
-        cols    = 80
+        cols    = constants.COMMENT_COLS
       %]
       <p>
         What happened after you performed the steps above?
@@ -422,7 +422,7 @@ function PutDescription() {
       [% INCLUDE global/textarea.html.tmpl
         name    = 'expected_results'
         minrows = 4
-        cols    = 80
+        cols    = constants.COMMENT_COLS
       %]
       <p>
         What should the software have done instead?
@@ -438,7 +438,7 @@ function PutDescription() {
       [% INCLUDE global/textarea.html.tmpl
         name    = 'additional_info'
         minrows = 8
-        cols    = 80
+        cols    = constants.COMMENT_COLS
       %]
       <p>
         Add any additional information you feel may be
index d5e0081d90ba0b39dc037f556599dcce09f66376..ed84f339155362452dfe164725344a7b8fe5a32f 100644 (file)
@@ -319,7 +319,7 @@ function set_assign_to() {
          name           = 'comment'
          minrows        = 10
          maxrows        = 25
-         cols           = 80
+         cols           = constants.COMMENT_COLS
          defaultcontent = defaultcontent
        %]
       <br>
index 3c647b67d4003cd17d4ae2e2380f8b3420bf0988..02fb20d6134ccff6f0fdbd636325957256942973 100644 (file)
     id        = 'comment'
     minrows   = 10
     maxrows   = 25
-    cols      = 80
+    cols      = constants.COMMENT_COLS
     accesskey = 'c'
   %]
 
index df249ee10e614358baae26742545c0331feb388b..225b1311107dd6eac5f74663a6dbfc4635fa9c28 100644 (file)
       whine reports
     [% ELSIF object == "sanity_check" %]
       a sanity check
+    [% ELSIF object == "settings" %]
+      settings
     [% ELSIF object == "sudo_session" %]
       an sudo session
     [% ELSIF object == "timetracking_summaries" %]
index dbf73b354b259b92ca7bfad89540708ff08a6d47..e6fed24155f01a50d1ca38c24781d075cd6998a9 100644 (file)
   id      = 'comment'
   minrows = 5
   maxrows = 25
-  cols    = 80
+  cols    = constants.COMMENT_COLS
 %]<br>
 
 [% IF groups.size > 0 %]
index 9ad92a0d0332a70f30e65c7050412cdcb334aecf..48b1932530fa50b71ab8455b153b0f6076ad5b3a 100644 (file)
@@ -33,7 +33,7 @@
   [% INCLUDE global/textarea.html.tmpl
     name    = 'text'
     minrows = 20
-    cols    = 80
+    cols    = constants.COMMENT_COLS
   %]
   <br>
   <input type="hidden" name="id" value="linked.html">