diff options
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index e0d97acb1..c6135a752 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -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 %] |