From 8f0392987468c8b6f93c375ca1e0314e276b4ce2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Dec 2005 09:59:17 +0000 Subject: Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters r=LpSolit a=justdave --- template/en/default/bug/votes/list-for-user.html.tmpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'template') 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 %] [% 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 %] -- cgit v1.2.3-24-g4f1b