Fix colspan.
authorJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 16:12:24 +0000 (18:12 +0200)
committerJan Schneider <jan@horde.org>
Thu, 24 Jun 2010 16:12:24 +0000 (18:12 +0200)
ingo/templates/filters/filter-none.inc

index 6a3976d..20f9e2e 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
- <td colspan="4" class="text">
+ <td colspan="<?php echo $edit_allowed ? 6 : 3 ?>" class="text">
   <em><?php printf(_("No filters. Click \"%s\" to create a new filter."), _("New Rule")) ?></em>
  </td>
 </tr>