Fix for APS instance overview, fixes #111

Thanks to philnate

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2011-10-18 13:37:01 +02:00
parent 57693f804f
commit 450fff57ff
17 changed files with 97 additions and 260 deletions

View File

@@ -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']}"/>&nbsp;<input class="bottom" type="submit" name="save" value="{$lng['panel']['save']}"/></td>
</tr>
</table>