]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/short_bug_status.tmpl
add additional space after owned by: span (closes #670411)
[debbugs.git] / templates / en_US / cgi / short_bug_status.tmpl
index d61a201c4ef48831197cb1d2fea3f3397ecbc59c..821a4594d9cd4d217bc86105fbf34c9f433a98ea 100644 (file)
      $output .= qq(<abbr title="fixed versions">☺</abbr>);
   }
   if (@{$status{blockedby_array}}) {
-     $output .= qq(<abbr title="blocked by">â\94«</abbr>);
+     $output .= qq(<abbr title="blocked by">â\99\99</abbr>);
   }
   if (@{$status{blocks_array}}) {
-     $output .= qq(<abbr title="blocks">â\94£</abbr>);
+     $output .= qq(<abbr title="blocks">â\99\94</abbr>);
   }
   if (length($status{forwarded})) {
      $output .= qq(<abbr title="forwarded">↝</abbr>);
@@ -36,6 +36,9 @@
   if ($status{archived}) {
      $output .= qq(<abbr title="archived">♲</abbr>);
   }
+  if (length $status{affects}){
+     $output .= qq(<abbr title="affects">☣</abbr>);
+  }
   length($output)?$output:'&nbsp;&nbsp;';
   }</span></font>]
   [{package_links(package=>[split /,/,$status{package}],options=>\%options,class=>"submitter")}]
@@ -45,7 +48,7 @@
   <span>Date: {$status{date_text}};</span>
 { my $output = ''; 
   if (defined $status{owner} and length $status{owner}) {
-     $output = q(<span>Owned by: ).package_links(owner=>$status{owner}).q(;</span>);
+     $output = q(<span>Owned by: ).package_links(owner=>$status{owner}).qq(;</span>\n);
   }
   $output;
 }<span>Severity: {my $output = $status{severity};