<td width="50%" class="tableHeader">{$i18n.label.thing_name}</td>
<td class="tableHeader">{$i18n.label.type}</td>
<td class="tableHeader">{$i18n.menu.options}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td></td>
+ <td></td>
</tr>
{if $custom_fields}
{foreach $custom_fields as $field}
<td>{$i18n.label.type_dropdown}</td>
<td><a href="cf_dropdown_options.php?field_id={$field['id']}">{$i18n.label.configure}</a></td>
{/if}
- <td><a href="cf_custom_field_edit.php?id={$field['id']}">{$i18n.label.edit}</a></td>
- <td><a href="cf_custom_field_delete.php?id={$field['id']}">{$i18n.label.delete}</a></td>
+ <td><a href="cf_custom_field_edit.php?id={$field['id']}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="cf_custom_field_delete.php?id={$field['id']}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
{/if}
{if $user->can('manage_custom_fields')}
<table cellspacing="1" cellpadding="3" border="0" width="100%">
<tr>
- <td width="70%" class="tableHeader">{$i18n.label.thing_name}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td width="80%" class="tableHeader">{$i18n.label.thing_name}</td>
+ <td></td>
+ <td></td>
</tr>
{if $options}
{foreach $options as $key=>$val}
<tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
<td>{$val|escape}</td>
- <td><a href="cf_dropdown_option_edit.php?id={$key}">{$i18n.label.edit}</a></td>
- <td><a href="cf_dropdown_option_delete.php?id={$key}">{$i18n.label.delete}</a></td>
+ <td><a href="cf_dropdown_option_edit.php?id={$key}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="cf_dropdown_option_delete.php?id={$key}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
{/if}
<tr>
<td width="40%" class="tableHeader">{$i18n.label.person_name}</td>
<td width="40%" class="tableHeader">{$i18n.label.address}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td></td>
+ <td></td>
</tr>
{foreach $active_clients as $client}
<tr valign="top" bgcolor="{cycle values="#f5f5f5,#ffffff"}">
<td>{$client.name|escape}</td>
<td>{$client.address|escape}</td>
- <td><a href="client_edit.php?id={$client.id}">{$i18n.label.edit}</a></td>
- <td><a href="client_delete.php?id={$client.id}">{$i18n.label.delete}</a></td>
+ <td><a href="client_edit.php?id={$client.id}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="client_delete.php?id={$client.id}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
</table>
<tr>
<td width="40%" class="tableHeader">{$i18n.label.person_name}</td>
<td width="40%" class="tableHeader">{$i18n.label.address}</td>
- <td class="tableHeader">{$i18n.label.edit}</td>
- <td class="tableHeader">{$i18n.label.delete}</td>
+ <td></td>
+ <td></td>
</tr>
{foreach $inactive_clients as $client}
<tr valign="top" bgcolor="{cycle values="#f5f5f5,#ffffff"}">
<td>{$client.name|escape}</td>
<td>{$client.address|escape}</td>
- <td><a href="client_edit.php?id={$client.id}">{$i18n.label.edit}</a></td>
- <td><a href="client_delete.php?id={$client.id}">{$i18n.label.delete}</a></td>
+ <td><a href="client_edit.php?id={$client.id}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+ <td><a href="client_delete.php?id={$client.id}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
</tr>
{/foreach}
</table>
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <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> |
+ <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> |
<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>