/* Create edit link. */
$entry['editlink'] = Horde::link($editurl, sprintf(_("Edit %s"), $name));
- $entry['editimg'] = Horde::img('edit.png', sprintf(_("Edit %s"), $name), '', $registry->getImageDir('horde'));
/* Create delete link. */
if (!is_null($delurl)) {
<loop:filter>
<tr>
<td class="nowrap">
-<if:edit_allowed>
- <tag:filter.editlink /><tag:filter.editimg /></a>
-</if:edit_allowed>
<if:delete_allowed>
<if:filter.dellink>
<tag:filter.dellink /><tag:filter.delimg /></a>
<th class="leftAlign"><?php echo _("Rule") ?></th>
<th width="1%"><?php echo _("Enabled") ?></th>
<?php if ($edit_allowed): ?>
- <th width="1%"></th>
- <th width="1%"></th>
- <th width="1%"><?php echo _("Move") ?></th>
+ <th colspan="3" width="1%"><?php echo _("Move") ?></th>
<?php endif; ?>
</tr>
</thead>
-/* Menu bottom margin, added for BC. */
-#menu {
- margin-bottom: 8px;
-}
-
-/* Added for BC. */
-.hidden {
- display: none;
+.striped tr td:first-child {
+ padding-right: 8px;
}