From 6428fbf3f1f3cf3a1fd9fd2062836366ae2f388c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 7 May 2002 02:16:46 +0000 Subject: Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz. --- template/en/default/bug/votes/list-for-user.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 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 261e0f864..4797d71b7 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -21,9 +21,11 @@ [% PROCESS global/header.html.tmpl title = "Show Votes" - h2 = user.name + h2 = voting_user.name %] +[% canedit = 1 IF voting_user.login == user.login %] + [% IF votes_recorded %]

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

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

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