Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

This commit is contained in:
lpsolit%gmail.com 2005-12-12 01:59:17 +00:00
Родитель e922b67c1b
Коммит 3d0b74cb1c
1 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -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 %]