From 57584dc4744fea59833ef355f7513690d246c70f Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 4 Oct 2011 18:25:23 -0400 Subject: more porting work --- .../Voting/template/en/default/pages/voting/user.html.tmpl | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'extensions/Voting/template/en/default/pages') diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl index 61eaf8491..169e9995d 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -111,15 +111,8 @@ [% FOREACH bug = product.bugs %] - - [% IF bug.id == this_bug.id && canedit %] - [% IF product.onevoteonly %] - Vote For This [% terms.Bug %] → - [% ELSE %] - Enter Votes Here → - [% END %] - [%- END %] - + [% IF bug.id == this_bug.id && canedit %]Enter New Vote here → + [%- END %] [% IF canedit %] [% IF product.onevoteonly %] -- cgit v1.2.3-24-g4f1b