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>
|
||||
|
||||
Reference in New Issue
Block a user