Commit 8f039298 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters…

Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
parent 664dc7a8
......@@ -90,17 +90,16 @@
[% END %]
<tr>
<th>[% product.name FILTER html %]</th>
<td></td>
[% IF product.maxperbug < product.maxvotes AND
product.maxperbug > 1 %]
<td>
<td colspan="3">
[% IF product.maxperbug < product.maxvotes AND
product.maxperbug > 1 %]
<font size="-1">
(Note: only [% product.maxperbug %] vote
[% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in
this product.)
</font>
</td>
[% END %]
[% END %]
</td>
</tr>
[% FOREACH bug = product.bugs %]
......
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