<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.64.4923 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.64.4924 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
<tr><td colspan="2"> </td></tr>
{/if}
<tr>
- <td width="35%" class="tableHeader">{$i18n.label.thing_name}</td>
- <td width="35%" class="tableHeader">{$i18n.label.description}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td width="40%" class="tableHeader">{$i18n.label.thing_name}</td>
+ <td width="40%" class="tableHeader">{$i18n.label.description}</td>
+ <td></td>
+ <td></td>
</tr>
{if $subgroups}
{foreach $subgroups as $subgroup}
<tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
<td>{$subgroup.name|escape}</td>
<td>{$subgroup.description|escape}</td>
- <td><a href="group_edit.php?id={$subgroup.id}">{$i18n.label.edit}</a></td>
- <td><a href="group_delete.php?id={$subgroup.id}">{$i18n.label.delete}</a></td>
+ <td><a href="group_edit.php?id={$subgroup.id}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="group_delete.php?id={$subgroup.id}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
{/if}
<td class="tableHeader">{$i18n.label.schedule}</td>
<td class="tableHeader">{$i18n.label.email}</td>
<td class="tableHeader">{$i18n.label.condition}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td></td>
+ <td></td>
</tr>
{if $notifications}
{foreach $notifications as $notification}
<td>{$notification['cron_spec']|escape}</td>
<td>{$notification['email']|escape}</td>
<td>{$notification['report_condition']|escape}</td>
- <td><a href="notification_edit.php?id={$notification['id']}">{$i18n.label.edit}</a></td>
- <td><a href="notification_delete.php?id={$notification['id']}">{$i18n.label.delete}</a></td>
+ <td><a href="notification_edit.php?id={$notification['id']}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="notification_delete.php?id={$notification['id']}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
{/if}