From 19afd11b0422a265f9edc5c5e3c6b64c0af1e550 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Sat, 6 Jul 2002 16:32:01 +0000 Subject: Bug 155388: next/prev/first/last (Mozilla's Site navigation bar) didn't work after 2.16 templatization. r=gerv,bbaetz --- bug_form.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 784b4caf7..7da36f2e5 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -311,9 +311,13 @@ sub show_bug { $vars->{'bug'} = \%bug; $vars->{'user'} = \%user; + # Create the elements for browsing bug lists + $vars->{'navigation_links'} = navigation_links(join(':',@bug_list)); + # Generate and return the UI (HTML page) from the appropriate template. $template->process("bug/edit.html.tmpl", $vars) || ThrowTemplateError($template->error()); } 1; + -- cgit v1.2.3-65-gdbad