From ae2704f45ead57d437627efe7e4d44a564d923c4 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 6 Mar 2016 22:04:37 -0500 Subject: Add User settings tab for Setting modal This commit adds the basic structure to the Setting modal in Common MVC. The meat of this commit is the content for the webform for the modal's form for user account settings. The next commit should implement form submission handling. --- app/view/common/setting.modal.view.php | 87 ++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 5 deletions(-) (limited to 'app/view/common/setting.modal.view.php') diff --git a/app/view/common/setting.modal.view.php b/app/view/common/setting.modal.view.php index 27fb9d2..90d68f8 100644 --- a/app/view/common/setting.modal.view.php +++ b/app/view/common/setting.modal.view.php @@ -12,12 +12,89 @@ + + +
+
+

 

+ + getCurrentUser()->admin == 1) { ?> +

getCurrentUser()->getDisplayName()?> is a Scrott Administrator

+ + +
+ +
+ + +
+ +
+ +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ + +
+ +
+ + +
+ + getCurrentUser()->email != "" && $mod->getCurrentUser()->emailConf == 0) { ?> +
+ + + You have not yet confirmed ownership of your saved email address +
+ + + +
+ +

 

+
+ + getCurrentUser()->admin == 1) { ?> +
+ admin schings +
+ +
+ all users' schings +
+ +
-- cgit v1.2.3