]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 277690: Missing table cells on votes for user list - Patch by Olav Vitters <bugzi...
authorlpsolit%gmail.com <>
Mon, 12 Dec 2005 10:01:17 +0000 (10:01 +0000)
committerlpsolit%gmail.com <>
Mon, 12 Dec 2005 10:01:17 +0000 (10:01 +0000)
template/en/default/bug/votes/list-for-user.html.tmpl

index e0d97acb15a8fec488854060a1d5c565cd26058f..c6135a752ed02a0e4998762eab39ae7116be1426 100644 (file)
         [% 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 %]