From 4947b0f65793679b0394a9af0a75b3d9ef4d2db6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 21 Aug 2008 23:59:49 -0400 Subject: [PATCH] Show votes on showreport.php --- showreport.php | 3 ++- templates/showreport.tpl | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/showreport.php b/showreport.php index f0a73f0..8085ba9 100644 --- a/showreport.php +++ b/showreport.php @@ -355,7 +355,8 @@ $tpl = new BSTemplate('showreport'); $tpl->vars = array( 'bug' => $bug, 'comments' => $comments, - 'select' => $select + 'select' => $select, + 'vote' => $vote ); $tpl->evaluate()->flush(); diff --git a/templates/showreport.tpl b/templates/showreport.tpl index cd6a5ae..33a7eac 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -245,8 +245,8 @@
- {@"Vote For (+1)"}
- {@"Vote Against (-1)"}
+ <%-T("Vote For (+1)")%>
+ <%-T("Vote Against (-1)")%>
" accesskey="v" />
-- 2.22.5