From 947e78213b1a987b483a9c29f3436dc15a80d6e0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 22 Feb 2006 22:25:24 +0000 Subject: Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann r=vladd a=justdave --- .../en/default/bug/create/create-guided.html.tmpl | 35 ++++++++++++++++------ 1 file changed, 26 insertions(+), 9 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 712f27948..3c29791e5 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -333,7 +333,11 @@ function PutDescription() { Details - + [% INCLUDE global/textarea.html.tmpl + name = 'comment' + minrows = 6 + cols = 80 + %]

Expand on the Summary. Please be as specific as possible about what is wrong. @@ -381,11 +385,12 @@ function PutDescription() { Steps to Reproduce - + [% INCLUDE global/textarea.html.tmpl + name = 'reproduce_steps' + minrows = 4 + cols = 80 + defaultcontent = "1.\n2.\n3." + %]

Describe how to reproduce the problem, step by step. Include any special setup steps. @@ -398,7 +403,11 @@ function PutDescription() { Actual Results - + [% INCLUDE global/textarea.html.tmpl + name = 'actual_results' + minrows = 4 + cols = 80 + %]

What happened after you performed the steps above?

@@ -410,7 +419,11 @@ function PutDescription() { Expected Results - + [% INCLUDE global/textarea.html.tmpl + name = 'expected_results' + minrows = 4 + cols = 80 + %]

What should the software have done instead?

@@ -422,7 +435,11 @@ function PutDescription() { Additional Information - + [% INCLUDE global/textarea.html.tmpl + name = 'additional_info' + minrows = 8 + cols = 80 + %]

Add any additional information you feel may be relevant to this [% terms.bug %], such as the theme you were -- cgit v1.2.3-24-g4f1b