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:
16
templates/Sparkle/admin/phpconfig/overview_overview.tpl
vendored
Normal file
16
templates/Sparkle/admin/phpconfig/overview_overview.tpl
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<tr>
|
||||
<td style="vertical-align:top;"><strong>{$row['description']}</strong></td>
|
||||
<td style="vertical-align:top;">{$domains}</td>
|
||||
<td style="vertical-align:top;">{$row['binary']}</td>
|
||||
<td style="vertical-align:top;">{$row['file_extensions']}</td>
|
||||
<td style="vertical-align:top;">
|
||||
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<if $row['id'] != 1>
|
||||
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user