From: bbaetz%student.usyd.edu.au <> Date: Sat, 10 Aug 2002 15:22:42 +0000 (+0000) Subject: Bug 159996 - bug vote instructions are misleading/confusing X-Git-Tag: bugzilla-2.17.1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ad33beb3e7de010177c29e11f0a6a1a5a52fde;p=thirdparty%2Fbugzilla.git Bug 159996 - bug vote instructions are misleading/confusing r=gerv x2 --- 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 5f442e0bc4..0c1e30e6e4 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 %]