]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 356393: No title is displayed when confirming a bug by popular votes - Patch...
authorlpsolit%gmail.com <>
Fri, 13 Oct 2006 20:01:57 +0000 (20:01 +0000)
committerlpsolit%gmail.com <>
Fri, 13 Oct 2006 20:01:57 +0000 (20:01 +0000)
template/en/default/bug/process/header.html.tmpl
votes.cgi

index 055389797e470b39a4d656c3fb934e60427a43bd..6a9581cb3498f597fcb9cc0900e8e48ebddeac21 100644 (file)
@@ -29,6 +29,8 @@
   [% title = "$terms.Bug processed" %]
 [% ELSIF title_tag == "mid_air" %]
   [% title = "Mid-air collision!" %]
+[% ELSIF title_tag == "change_votes" %]
+  [% title = "Change Votes" %]
 [% END %]
 
 [% PROCESS global/header.html.tmpl %]
index 43e359393f73a21b1b88d8c6a4041175277dc55b..7616e5e16bb1a4b254b145d745c68d5c1d10bff9 100755 (executable)
--- a/votes.cgi
+++ b/votes.cgi
@@ -359,6 +359,7 @@ sub record_votes {
 
     $vars->{'type'} = "votes";
     $vars->{'mailrecipients'} = { 'changer' => Bugzilla->user->login };
+    $vars->{'title_tag'} = 'change_votes';
 
     foreach my $bug_id (@updated_bugs) {
         $vars->{'id'} = $bug_id;