]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 155388: next/prev/first/last <link> (Mozilla's Site navigation bar) didn't work...
authorjouni%heikniemi.net <>
Sat, 6 Jul 2002 16:32:01 +0000 (16:32 +0000)
committerjouni%heikniemi.net <>
Sat, 6 Jul 2002 16:32:01 +0000 (16:32 +0000)
r=gerv,bbaetz

bug_form.pl
template/en/default/bug/edit.html.tmpl

index 784b4caf799b8c5b439363e86c1756f4ae34c24e..7da36f2e590beac0ddbe899bec41f1895d8d56cc 100644 (file)
@@ -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;
+
index 81b0a15bf60b7d8f766f5de6f7f97121f8999077..0adb3afa8e1bf8a365ce23b46d400091f85b8a9c 100644 (file)
@@ -25,7 +25,7 @@
     title = "Bug $bug.bug_id - $bug.short_desc"
     h1 = "Bugzilla Bug $bug.bug_id"
     h2 = filtered_desc
-    header_html = navigation_links()
+    header_html = navigation_links
    %]
 [% END %]