From cbd358820376b6bead2e9b7aa78c8c8d744ce1a7 Mon Sep 17 00:00:00 2001 From: Quitta Date: Tue, 16 Jul 2013 05:47:31 +0200 Subject: [PATCH] changed layout a bit, this seems better! :) --- .../www/html/templates/sgroup_list.tpl | 82 +++++++++---------- .../www/html/templates/show_sgroup.tpl | 73 ++++++++--------- 2 files changed, 77 insertions(+), 78 deletions(-) diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/sgroup_list.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/sgroup_list.tpl index 867c3b366..564d5890d 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/sgroup_list.tpl +++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/sgroup_list.tpl @@ -1,6 +1,44 @@ {block name=content} + +
-
+
+
+

List

+
+ + +
+
+
+
+ All support groups + + + + + + + + + + + {foreach from=$grouplist item=group} + + + + + + + {/foreach} + + +
IDNameTagAction
{$group.sGroupId}{$group.name}{$group.tag} Delete
+
+
+
+ +

Add

@@ -15,7 +53,7 @@ Add a support group -
+
@@ -24,7 +62,7 @@
-
+
@@ -65,43 +103,5 @@
- -
-
-
-

List

-
- - -
-
-
-
- All support groups - - - - - - - - - - - {foreach from=$grouplist item=group} - - - - - - - {/foreach} - - -
IDNameTagAction
{$group.sGroupId}{$group.name}{$group.tag} Delete
-
-
-
-
{/block} diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_sgroup.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_sgroup.tpl index 936e61742..449989847 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_sgroup.tpl +++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/show_sgroup.tpl @@ -1,6 +1,41 @@ {block name=content}
-
+
+
+

{$groupsname} List

+
+ + +
+
+
+
+ All support groups + + + + + + + + + + + {foreach from=$userlist item=user} + + + + + + {/foreach} + + +
IDNameAction
{$user.tUserId}{$user.name} Delete
+
+
+
+ +

Add User

@@ -58,41 +93,5 @@
-
-
-
-

{$groupsname} List

-
- - -
-
-
-
- All support groups - - - - - - - - - - - {foreach from=$userlist item=user} - - - - - - {/foreach} - - -
IDNameAction
{$user.tUserId}{$user.name} Delete
-
-
-
-
{/block}