From 8efe68824c3006c806ca4e31060e70b10286473b Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 7 May 2002 04:49:51 +0000 Subject: Oops - adding INTERFACE comments accidentally included some code from another patch. Backing out those changes. --- template/en/default/bug/votes/list-for-user.html.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/votes/list-for-user.html.tmpl') diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 4797d71b7..261e0f864 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -21,11 +21,9 @@ [% PROCESS global/header.html.tmpl title = "Show Votes" - h2 = voting_user.name + h2 = user.name %] -[% canedit = 1 IF voting_user.login == user.login %] - [% IF votes_recorded %]

@@ -78,7 +76,7 @@ - [% IF canedit %] + [% IF user.canedit %] [% IF product.onevoteonly %] @@ -105,7 +103,7 @@ [% END %] - [% IF canedit %] + [% IF user.canedit %]

@@ -116,7 +114,7 @@ [% ELSE %]

- [% IF canedit %] + [% IF user.canedit %] You are [% ELSE %] This user is -- cgit v1.2.3-24-g4f1b