]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post...
authorjouni%heikniemi.net <>
Sat, 6 Jul 2002 16:33:37 +0000 (16:33 +0000)
committerjouni%heikniemi.net <>
Sat, 6 Jul 2002 16:33:37 +0000 (16:33 +0000)
r=gerv,bbaetz

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

index 262327f17f6beee1fcd6a8a097b12fd7087e9cee..406d86c40ccb9b5a3441f8eea7cf3cd89155af11 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 f88fb4002d4d2d89d61eef930188624310585193..83972baaef05dcdaa073c9619d3ece777f369806 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 %]