Files
Froxlor/templates/Sparkle/admin/templates/templates_filetemplate.tpl
2013-10-01 15:21:35 +02:00

12 lines
536 B
Smarty

<tr>
<td>{$lng['admin']['templates'][$row['varname']]}</td>
<td>
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'editf', 'id' => $row['id']))}">
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
</a>&nbsp;
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'deletef', 'id' => $row['id']))}">
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
</a>
</td>
</tr>