diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-28 19:49:38 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-28 19:49:38 +0100 |
commit | e47e36a6821a4f954f5d03643cdb5be988568798 (patch) | |
tree | 9c91c6b9f795bed422c040c01d6039fac80db3fa /template/en/default/bug/create | |
parent | 0fcc20760ab4c49ec7e3b93f9025a9b0b8d2046b (diff) | |
download | bugzilla-e47e36a6821a4f954f5d03643cdb5be988568798.tar.gz bugzilla-e47e36a6821a4f954f5d03643cdb5be988568798.tar.xz |
Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
r=justdave, joel
a=justdave
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/created.html.tmpl | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 0264413a7..5966e4e0e 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -23,8 +23,24 @@ title = "Bug $id Submitted" %] -[% PROCESS bug/process/results.html.tmpl %] +[% FOREACH item = sentmail %] + [% PROCESS bug/process/results.html.tmpl + type = item.type + id = item.id + mail = item.mail + %] +[% END %] <br> -[%# post_bug.cgi will add a copy of the filed bug below here %] +<hr> + +[% PROCESS bug/edit.html.tmpl %] + +<hr> + +[% PROCESS bug/navigate.html.tmpl %] + +<br> + +[% PROCESS global/footer.html.tmpl %] |