From: lpsolit%gmail.com <> Date: Mon, 12 Dec 2005 09:59:17 +0000 (+0000) Subject: Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters r=LpSolit a=justdave --- 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 e0d97acb15..c6135a752e 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 %] [% product.name FILTER html %] - - [% IF product.maxperbug < product.maxvotes AND - product.maxperbug > 1 %] - + + [% IF product.maxperbug < product.maxvotes AND + product.maxperbug > 1 %] (Note: only [% product.maxperbug %] vote [% "s" IF product.maxperbug != 1 %] allowed per [% terms.bug %] in this product.) - - [% END %] + [% END %] + [% FOREACH bug = product.bugs %]