aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2002-07-06 16:32:01 +0000
committerjouni%heikniemi.net <>2002-07-06 16:32:01 +0000
commit19afd11b0422a265f9edc5c5e3c6b64c0af1e550 (patch)
tree50bdb1f05dc848877df051b5b7858af5530ade52 /bug_form.pl
parentBug 155343: header template interface comment correction: extra parameter ren... (diff)
downloadbugzilla-19afd11b0422a265f9edc5c5e3c6b64c0af1e550.tar.gz
bugzilla-19afd11b0422a265f9edc5c5e3c6b64c0af1e550.tar.bz2
bugzilla-19afd11b0422a265f9edc5c5e3c6b64c0af1e550.zip
Bug 155388: next/prev/first/last <link> (Mozilla's Site navigation bar) didn't work after 2.16 templatization.
r=gerv,bbaetz
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl4
1 files changed, 4 insertions, 0 deletions
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 <link> 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;
+