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 @@ ...@@ -90,17 +90,16 @@
[% END %] [% END %]
<tr> <tr>
<th>[% product.name FILTER html %]</th> <th>[% product.name FILTER html %]</th>
<td></td> <td colspan="3">
[% IF product.maxperbug < product.maxvotes AND [% IF product.maxperbug < product.maxvotes AND
product.maxperbug > 1 %] product.maxperbug > 1 %]
<td>
<font size="-1"> <font size="-1">
(Note: only [% product.maxperbug %] vote (Note: only [% product.maxperbug %] vote
[% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in [% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in
this product.) this product.)
</font> </font>
</td> [% END %]
[% END %] </td>
</tr> </tr>
[% FOREACH bug = product.bugs %] [% 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