Fix for APS instance overview, fixes #111
Thanks to philnate Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user