Commit cf489fc6 authored by David Lawrence's avatar David Lawrence

Bug 652444 - Voting for bugs where the product allows only one vote per bug but…

Bug 652444 - Voting for bugs where the product allows only one vote per bug but that isn't clear in the voting form or help r/a=LpSolit
parent c85e69a7
......@@ -111,8 +111,15 @@
[% FOREACH bug = product.bugs %]
<tr [% IF bug.id == this_bug.id && canedit %]
class="bz_bug_being_voted_on" [% END %]>
<td>[% IF bug.id == this_bug.id && canedit %]Enter New Vote here &rarr;
[%- END %]</td>
<td>
[% IF bug.id == this_bug.id && canedit %]
[% IF product.onevoteonly %]
Vote For This [% terms.Bug %] &rarr;
[% ELSE %]
Enter Votes Here &rarr;
[% END %]
[%- END %]
</td>
<td align="right"><a name="vote_[% bug.id %]">
[% IF canedit %]
[% IF product.onevoteonly %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment