Fix for APS instance overview, fixes #111
Thanks to philnate Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
@@ -22,27 +22,7 @@
|
||||
<td class="field_display" width="7%">{$lng['aps']['stopinstall']}</td>
|
||||
<td class="field_display" width="7%">{$lng['aps']['uninstall']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_install']}</strong></td>
|
||||
</tr>
|
||||
$InstancesInstall
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_task_active']}</strong></td>
|
||||
</tr>
|
||||
$InstancesTaskActive
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_success']}</strong></td>
|
||||
</tr>
|
||||
$InstancesSuccess
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_error']}</strong></td>
|
||||
</tr>
|
||||
$InstancesError
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_uninstall']}</strong></td>
|
||||
</tr>
|
||||
$InstancesUninstall
|
||||
<tr>
|
||||
{$Instances}
|
||||
<td class="maintitle_apply_right" colspan="3"><input class="bottom" type="reset" value="{$lng['panel']['reset']}"/> <input class="bottom" type="submit" name="save" value="{$lng['panel']['save']}"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
5
templates/Classic/admin/aps/manage_instances_detail.tpl
Normal file
5
templates/Classic/admin/aps/manage_instances_detail.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row['name']}, {$Row['firstname']} <if $Row['company'] != ''> | {$Row['company']}</if> ({$Row['loginname']}): {$database}; {$main_domain}</td>
|
||||
<td class="field_name" style="text-align:center;"><if isset($Stop) == true>$Stop</if></td>
|
||||
<td class="field_name" style="text-align:center;"><if isset($Remove) == true>$Remove</if></td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
<td class="field_name" style="text-align:center;">$Remove</td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;">$Stop</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
</tr>
|
||||
3
templates/Classic/admin/aps/manage_instances_status.tpl
Normal file
3
templates/Classic/admin/aps/manage_instances_status.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$Caption}</strong></td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
<td class="field_name" style="text-align:center;">$Remove</td>
|
||||
</tr>
|
||||
@@ -1,3 +0,0 @@
|
||||
<tr>
|
||||
<td colspan="3" class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
</tr>
|
||||
@@ -1,3 +0,0 @@
|
||||
<tr>
|
||||
<td colspan="3" class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
</tr>
|
||||
@@ -40,27 +40,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_install']}</strong></td>
|
||||
</tr>
|
||||
$InstancesInstall
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_task_active']}</strong></td>
|
||||
</tr>
|
||||
$InstancesTaskActive
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_success']}</strong></td>
|
||||
</tr>
|
||||
$InstancesSuccess
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_error']}</strong></td>
|
||||
</tr>
|
||||
$InstancesError
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$lng['aps']['instance_uninstall']}</strong></td>
|
||||
</tr>
|
||||
$InstancesUninstall
|
||||
<tr>
|
||||
{$Instances}
|
||||
<td colspan="3"><input class="bottom" type="reset" value="{$lng['panel']['reset']}" /> <input type="submit" name="save" value="{$lng['panel']['save']}" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
5
templates/Froxlor/admin/aps/manage_instances_detail.tpl
Normal file
5
templates/Froxlor/admin/aps/manage_instances_detail.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row['name']}, {$Row['firstname']} <if $Row['company'] != ''> | {$Row['company']}</if> ({$Row['loginname']}): {$database}; {$main_domain}</td>
|
||||
<td class="field_name" style="text-align:center;"><if isset($Stop) == true>$Stop</if></td>
|
||||
<td class="field_name" style="text-align:center;"><if isset($Remove) == true>$Remove</if></td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
<td class="field_name" style="text-align:center;">$Remove</td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;">$Stop</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
</tr>
|
||||
3
templates/Froxlor/admin/aps/manage_instances_status.tpl
Normal file
3
templates/Froxlor/admin/aps/manage_instances_status.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
<tr>
|
||||
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$Caption}</strong></td>
|
||||
</tr>
|
||||
@@ -1,5 +0,0 @@
|
||||
<tr>
|
||||
<td class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
<td class="field_name" style="text-align:center;"></td>
|
||||
<td class="field_name" style="text-align:center;">$Remove</td>
|
||||
</tr>
|
||||
@@ -1,3 +0,0 @@
|
||||
<tr>
|
||||
<td colspan="3" class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
</tr>
|
||||
@@ -1,3 +0,0 @@
|
||||
<tr>
|
||||
<td colspan="3" class="field_name_border_left" style="padding-left: 2em;">{$Row3['name']}, {$Row3['firstname']} <if $Row3['company'] != ''> | {$Row3['company']}</if> ({$Row3['loginname']})</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user