File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Admin/Hatch/overview-item.tpl
<tr>
<td>#{$hatchId}</td>
<td>{$hatchName}</td>
<td>
<a href="{$S:SETTING_ROOT}/admin/hatch/sort/up/{$hatchId}.html"><img src="{$S:SETTING_ROOT}/images/admin/icons/arrow_up.png" /></a>
<a href="{$S:SETTING_ROOT}/admin/hatch/sort/down/{$hatchId}.html"><img src="{$S:SETTING_ROOT}/images/admin/icons/arrow_down.png" /></a>
</td>
<td>
<a href="{$S:SETTING_ROOT}/admin/hatch/edit/{$hatchId}.html"><img
src="{$S:SETTING_ROOT}/images/admin/icons/edit.png"/></a>
<a href="{$S:SETTING_ROOT}/admin/hatch/delete/{$hatchId}.html"><img
src="{$S:SETTING_ROOT}/images/admin/icons/delete.png"/></a>
</td>
</tr>