]> git.donarmstrong.com Git - debbugs.git/commitdiff
add biohazard symbol for affects and pawn and king for blocked by and blocks
authorDon Armstrong <don@donarmstrong.com>
Fri, 19 Jun 2009 16:37:37 +0000 (09:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 19 Jun 2009 16:37:37 +0000 (09:37 -0700)
templates/en_US/cgi/short_bug_status.tmpl

index d61a201c4ef48831197cb1d2fea3f3397ecbc59c..685d93f8d4e4068a1edc5fe2482c1fb9b60f0e6f 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")}]