Vhost templates: Added a field to select the target webserver

This commit is contained in:
Johannes Feichtner
2016-02-27 20:18:16 +01:00
parent 9f85074876
commit 088eef9728
9 changed files with 97 additions and 96 deletions

View File

@@ -19,8 +19,9 @@ $header
<tr>
<th>{$lng['admin']['phpsettings']['description']}</th>
<th>{$lng['admin']['phpsettings']['activedomains']}</th>
<th>{$lng['admin']['webserver']}</th>
<th>{$lng['panel']['options']}</th>
</tr>
</tr>
</thead>
<tbody>
$tablecontent

View File

@@ -1,6 +1,7 @@
<tr class="top">
<td><strong>{$row['description']}</strong></td>
<td>{$domains}</td>
<td>{$webserver}</td>
<td>
<a href="{$linker->getLink(array('section' => 'vhostsettings', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}">
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />