From 12ec8c64d61e1f91182183843692010503ae8299 Mon Sep 17 00:00:00 2001 From: Nathan Booth Date: Wed, 21 Dec 2011 15:16:38 +0000 Subject: [PATCH] Updated Service Page Signed-off-by: Nathan Booth --- source/webui/templates/admin.tpl | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) 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