diff options
author | travis%sedsystems.ca <> | 2005-02-10 02:30:17 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-10 02:30:17 +0100 |
commit | 6db4590f9bc598179bbed35b66a3e583a04984c0 (patch) | |
tree | 59be5eafc7bb24cc931fcdf3b960c7d7830db935 /template/en/default/bug/create | |
parent | 6a20f783538986e8caf60b31a659248dd552f63f (diff) | |
download | bugzilla-6db4590f9bc598179bbed35b66a3e583a04984c0.tar.gz bugzilla-6db4590f9bc598179bbed35b66a3e583a04984c0.tar.xz |
Bug 11901 : Change Bugzilla comments line-wrapping policy
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 14 | ||||
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 47454d303..a4256a6d5 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -323,8 +323,7 @@ function PutDescription() { <b>Details</b> </td> <td valign="top"> - <textarea rows="6" cols="80" name="comment" - wrap="hard"></textarea> + <textarea rows="6" cols="80" name="comment"></textarea> <p> Expand on the Summary. Please be as specific as possible about what is wrong. @@ -372,7 +371,7 @@ function PutDescription() { <b>Steps to Reproduce</b> </td> <td valign="top"> -<textarea rows="4" cols="80" name="reproduce_steps" wrap="hard"> +<textarea rows="4" cols="80" name="reproduce_steps"> 1. 2. 3. @@ -389,8 +388,7 @@ function PutDescription() { <b>Actual Results</b> </td> <td valign="top"> - <textarea rows="4" cols="80" name="actual_results" - wrap="hard"></textarea> + <textarea rows="4" cols="80" name="actual_results"></textarea> <p> What happened after you performed the steps above? </p> @@ -402,8 +400,7 @@ function PutDescription() { <b>Expected Results</b> </td> <td valign="top"> - <textarea rows="4" cols="80" name="expected_results" - wrap="hard"></textarea> + <textarea rows="4" cols="80" name="expected_results"></textarea> <p> What should the software have done instead? </p> @@ -415,8 +412,7 @@ function PutDescription() { <b>Additional Information</b> </td> <td valign="top"> - <textarea rows="8" cols="80" name="additional_info" - wrap="hard"></textarea> + <textarea rows="8" cols="80" 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 diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index a5d5e213c..013a05f24 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -251,7 +251,7 @@ function set_assign_to() { <tr><td align="right" valign="top"><strong>Description:</strong></td> <td colspan="3"> - <textarea wrap="hard" name="comment" rows="10" cols="80"> + <textarea name="comment" rows="10" cols="80"> [% IF cloned_bug_id %] +++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++ |