From e47e36a6821a4f954f5d03643cdb5be988568798 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 28 Nov 2002 18:49:38 +0000 Subject: Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl r=justdave, joel a=justdave --- template/en/default/bug/process/next.html.tmpl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/process') diff --git a/template/en/default/bug/process/next.html.tmpl b/template/en/default/bug/process/next.html.tmpl index b7a2605e9..1eeb9f367 100644 --- a/template/en/default/bug/process/next.html.tmpl +++ b/template/en/default/bug/process/next.html.tmpl @@ -20,13 +20,22 @@ #%] [%# INTERFACE: - # next_id : number; the ID of the next bug in the user's bug list. + # bug : Bug object; the next bug to show #%]

The next bug in your list is bug - [% next_id %]: + [% bug.bug_id %]:

+[% PROCESS "bug/edit.html.tmpl" %] + +
+ +[% PROCESS bug/navigate.html.tmpl %] + +
+ +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b