Bug 159996 - bug vote instructions are misleading/confusing

r=gerv x2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-10 08:22:42 +00:00
parent fac59ec279
commit 8c5d508324

View File

@ -47,7 +47,14 @@
<th>Votes</th>
</tr>
[% onevoteproduct = 0 %]
[% multivoteproduct = 0 %]
[% FOREACH product = products %]
[% IF product.onevoteonly %]
[% onevoteproduct = 1 %]
[% ELSE %]
[% multivoteproduct = 1 %]
[% END %]
<tr>
<th>[% product.name FILTER html %]</th>
<td></td>
@ -109,9 +116,15 @@
<input type="submit" value="Change My Votes">
<br>
<br>
To change your votes, type in new numbers (using zero to
mean no votes) or change the checkbox, and then click
<b>Change My Votes</b>.
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 <b>Change My Votes</b>.
[% END %]
</form>
[% ELSE %]