diff options
author | travis%sedsystems.ca <> | 2005-02-01 04:15:53 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-01 04:15:53 +0100 |
commit | c4b39497330fb3849989b3ebda7fec317643e9db (patch) | |
tree | 47e9cb9d2e95498d89fd90a043b0a48b86f3b068 /template/en/default/bug/create | |
parent | f2152e3abc43f3705c5e575f77aca4ddce85e084 (diff) | |
download | bugzilla-c4b39497330fb3849989b3ebda7fec317643e9db.tar.gz bugzilla-c4b39497330fb3849989b3ebda7fec317643e9db.tar.xz |
Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fields
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 1d2287526..a5d5e213c 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -252,7 +252,13 @@ 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"> - [% comment FILTER html %]</textarea> + [% IF cloned_bug_id %] ++++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++ + + + [% END %] + [% comment FILTER html %] + </textarea> <br> </td> </tr> |