projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee134d
)
Fix colspan.
author
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 16:12:24 +0000
(18:12 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 16:12:24 +0000
(18:12 +0200)
ingo/templates/filters/filter-none.inc
patch
|
blob
|
history
diff --git
a/ingo/templates/filters/filter-none.inc
b/ingo/templates/filters/filter-none.inc
index
6a3976d
..
20f9e2e
100644
(file)
--- a/
ingo/templates/filters/filter-none.inc
+++ b/
ingo/templates/filters/filter-none.inc
@@
-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>