From 0e00677199347f296426b77f48c8423602c56d66 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 15 Sep 2016 19:46:45 -0400 Subject: Commit work on setting modal groups tab I am committing this change incomplete. I'm stopping work on this particular piece to save some work overall and explore view templating using PHP features. The idea is to define this markup once in just one file, rather than having to duplicate it for each object type. --- app/view/common/group.setting.modal.view.php | 53 +++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'app/view/common') diff --git a/app/view/common/group.setting.modal.view.php b/app/view/common/group.setting.modal.view.php index e5c096c..e2a73e0 100644 --- a/app/view/common/group.setting.modal.view.php +++ b/app/view/common/group.setting.modal.view.php @@ -17,5 +17,56 @@ ?>
- TODO -- Design this tab. +

 

+ +
+ + + +
+
+
+ + group->canModify($mod->getCurrentUser()) ? "" : "disabled")?> /> +
+
+ +
+ <?=$mod->group->name?> + + group->canModify($mod->getCurrentUser())) { ?> +
+
+ +
+ + +
+
+ +
+
+ + +
+
+ + + + + + +

 

+

 

+ + +
+ +

 

-- cgit v1.2.3