welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
18
templates/Sparkle/customer/extras/htaccess_htaccess.tpl
vendored
Normal file
18
templates/Sparkle/customer/extras/htaccess_htaccess.tpl
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<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']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user