Files
Froxlor/templates/Sparkle/customer/extras/htaccess_htaccess.tpl
Roman Schmerold (BNoiZe) 675e93b99a Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2013-12-29 16:39:47 +01:00

19 lines
773 B
Smarty

<tr>
<td>{$row['path']}</td>
<td>{$row['options_indexes']}</td>
<td>{$row['error404path']}</td>
<td>{$row['error403path']}</td>
<td>{$row['error500path']}</td>
<if $cperlenabled == 1 >
<td>{$row['options_cgi']}</td>
</if>
<td>
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'edit', 'id' => $row['id']))}">
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
</a>&nbsp;
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'delete', 'id' => $row['id']))}">
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
</a>
</td>
</tr>