<td width="70%" class="tableHeader">{$i18n.label.thing_name}</td>
<td class="tableHeader">{$i18n.label.date}</td>
<td class="tableHeader">{$i18n.label.language}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td></td>
+ <td></td>
</tr>
{if $groups}
{foreach $groups as $group}
<td>{$group.name|escape}</td>
<td nowrap>{$group.date}</td>
<td align="center">{$group.lang}</td>
- <td><a href="admin_group_edit.php?id={$group.id}">{$i18n.label.edit}</a></td>
- <td><a href="admin_group_delete.php?id={$group.id}">{$i18n.label.delete}</a></td>
+ <td><a href="admin_group_edit.php?id={$group.id}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="admin_group_delete.php?id={$group.id}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
{/if}
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.64.4920 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.64.4921 | 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>