<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
{if $user->isPluginEnabled('cl')}
- <td width="20%" class="tableHeader">{$i18n.label.client}</td>
+ <td class="tableHeader">{$i18n.label.client}</td>
{/if}
{if $show_project}
<td class="tableHeader">{$i18n.label.project}</td>
{/if}
<td class="tableHeader">{$i18n.label.item}</td>
<td width="5%" class="tableHeaderCentered">{$i18n.label.cost}</td>
- <td width="5%" class="tableHeader">{$i18n.label.edit}</td>
+ <td></td>
+ <td></td>
</tr>
{foreach $expense_items as $item}
<tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
{if $item.approved || $item.invoice_id}
{else}
- <a href='expense_edit.php?id={$item.id}'>{$i18n.label.edit}</a>
+ <a href='expense_edit.php?id={$item.id}'><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a>
+ {/if}
+ </td>
+ <td valign="top" align="center">
+ {if $item.approved || $item.invoice_id}
+
+ {else}
+ <a href='expense_delete.php?id={$item.id}'><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a>
{/if}
</td>
</tr>
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.64.4922 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <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> |
<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>