From 6c9c352c91814775c6b56c43dd4837a8f3718e86 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 8 Jun 2016 23:50:42 -0400 Subject: Start design for group view --- app/view/obj/group.view.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'app/view/obj/group.view.php') diff --git a/app/view/obj/group.view.php b/app/view/obj/group.view.php index 3c0a1cb..734a826 100644 --- a/app/view/obj/group.view.php +++ b/app/view/obj/group.view.php @@ -22,6 +22,26 @@ + +
+
+
+
+

group->name?>

+ <?=$mod->owner->getDisplayName()?> + + members)) { ?> + + + + members as $member) { ?> + <?=$member->getDisplayName()?> + +
+
+
+
+ -- cgit v1.2.3