From 41e3d85bc3339af17852b901f316d23d25b8ce18 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Mar 2006 07:29:31 +0000 Subject: Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler , r=vladd, a=justdave. --- template/en/default/bug/create/create-guided.html.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template/en/default/bug/create/create-guided.html.tmpl') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 3c29791e5..b8f1d9fd9 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -336,7 +336,7 @@ function PutDescription() { [% INCLUDE global/textarea.html.tmpl name = 'comment' minrows = 6 - cols = 80 + cols = constants.COMMENT_COLS %]

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." %]

@@ -406,7 +406,7 @@ function PutDescription() { [% INCLUDE global/textarea.html.tmpl name = 'actual_results' minrows = 4 - cols = 80 + cols = constants.COMMENT_COLS %]

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 %]

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 %]

Add any additional information you feel may be -- cgit v1.2.3-24-g4f1b