From 3d0b74cb1c1bed9fc7446e301946e7a37966434f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Mon, 12 Dec 2005 01:59:17 +0000 Subject: [PATCH] Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters r=LpSolit a=justdave --- .../en/default/bug/votes/list-for-user.html.tmpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webtools/bugzilla/template/en/default/bug/votes/list-for-user.html.tmpl b/webtools/bugzilla/template/en/default/bug/votes/list-for-user.html.tmpl index e0d97acb15a..c6135a752ed 100644 --- a/webtools/bugzilla/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/webtools/bugzilla/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 %]