diff --git a/source/webui/templates/admin.tpl b/source/webui/templates/admin.tpl index 04989aa..458a839 100644 --- a/source/webui/templates/admin.tpl +++ b/source/webui/templates/admin.tpl @@ -16,14 +16,26 @@

Services

Click on a Service to edit its properties, or access any of the sites defined under it.

- +
+
+ + + + + + + {if $services} -
+ + {foreach from=$services item=service} -
{$service->name|escape:html}
-
{$service->description|escape:html}
+
+ + {/foreach} - + + +
ServiceDescriptionAction
{$service->name|escape:html}{$service->description|escape:html}
{else} You haven't created any services yet. Create some with the button below. {/if} @@ -53,7 +65,9 @@
-
+
+ +

Users and Permissions