diff options
author | jocuri%softhome.net <> | 2004-07-31 07:25:50 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-07-31 07:25:50 +0200 |
commit | 1ffd632931b05caea45f9c48079b455d156086be (patch) | |
tree | 4e32dc8e51c833305a5f160c1041609ae90cbfda /template/en | |
parent | e0779526883e06fdd418557d7f5928b3ec443e43 (diff) | |
download | bugzilla-1ffd632931b05caea45f9c48079b455d156086be.tar.gz bugzilla-1ffd632931b05caea45f9c48079b455d156086be.tar.xz |
Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index de6559582..eaad633c2 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -61,6 +61,11 @@ [% END %] <p> + Your additional comment was:<br> + <blockquote><pre>[% form.comment FILTER html %]</pre></blockquote> +</p> + +<p> You have the following choices: </p> |