Fixing wrong column number value in Ad index.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 3 Jun 2012 18:11:03 +0000 (20:11 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 3 Jun 2012 18:11:03 +0000 (20:11 +0200)
apps/companyfront/modules/ad/templates/_list.php

index 5d29d37..e2ce04f 100644 (file)
@@ -12,7 +12,7 @@
   </thead>
   <tfoot>
     <tr>
-        <td colspan="4" class="rounded-foot-left"><em><?php echo __('Ads List') ?></em></td>
+        <td colspan="6" class="rounded-foot-left"><em><?php echo __('Ads List') ?></em></td>
         <td class="rounded-foot-right">&nbsp;</td>
     </tr>
   </tfoot>