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/global | |
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/global')
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index ead2adc08..da13ee84f 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -43,6 +43,7 @@ <tr> <th align="right" valign="top"> <a href="[% target %]?product=[% p FILTER url_quote %] + [% IF cloned_bug_id %]&cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END %] [% IF format %]&format=[% format FILTER url_quote %][% END %]"> [% p FILTER html %]</a>: </th> |