add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
10
templates/Classic/admin/phpconfig/overview_overview.tpl
Normal file
10
templates/Classic/admin/phpconfig/overview_overview.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" valign="top">{$row['description']}</td>
|
||||
<td class="field_name" valign="top">{$domains}</td>
|
||||
<td class="field_name" valign="top">{$row['binary']}</td>
|
||||
<td class="field_name" valign="top">{$row['file_extensions']}</td>
|
||||
<td class="field_name" valign="top">
|
||||
<a href="$filename?s=$s&page=$page&action=edit&id={$row['id']}">{$lng['panel']['edit']}</a><br/>
|
||||
<if $row['id'] != 1><a href="$filename?s=$s&page=$page&action=delete&id={$row['id']}">{$lng['panel']['delete']}</a><br/></if>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user