From c9ad33beb3e7de010177c29e11f0a6a1a5a52fde Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sat, 10 Aug 2002 15:22:42 +0000 Subject: Bug 159996 - bug vote instructions are misleading/confusing r=gerv x2 --- template/en/default/bug/votes/list-for-user.html.tmpl | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 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 5f442e0bc..0c1e30e6e 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -47,7 +47,14 @@ Votes + [% onevoteproduct = 0 %] + [% multivoteproduct = 0 %] [% FOREACH product = products %] + [% IF product.onevoteonly %] + [% onevoteproduct = 1 %] + [% ELSE %] + [% multivoteproduct = 1 %] + [% END %] [% product.name FILTER html %] @@ -109,9 +116,15 @@

- To change your votes, type in new numbers (using zero to - mean no votes) or change the checkbox, and then click - Change My Votes. + To change your votes, + [% IF multivoteproduct %] + type in new numbers (using zero to mean no votes) + [% " or " IF onevoteproduct %] + [% END %] + [% IF onevoteproduct %] + change the checkbox + [% END %] + and then click Change My Votes. [% END %] [% ELSE %] -- cgit v1.2.3-24-g4f1b