From 4514bc1d4b4abff23902e46da76e70f13a3647eb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 16 May 2016 20:55:21 -0400 Subject: Improve user controllers and views --- app/Template/user_view/notifications.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/Template/user_view/notifications.php (limited to 'app/Template/user_view/notifications.php') diff --git a/app/Template/user_view/notifications.php b/app/Template/user_view/notifications.php new file mode 100644 index 00000000..84ca1282 --- /dev/null +++ b/app/Template/user_view/notifications.php @@ -0,0 +1,26 @@ + + +
+ form->csrf() ?> + +

+ form->checkboxes('notification_types', $types, $notifications) ?> + +
+

+ form->radios('notifications_filter', $filters, $notifications) ?> + +
+ +

+ form->checkboxes('notification_projects', $projects, $notifications) ?> + + +
+ + + url->link(t('cancel'), 'UserViewController', 'show', array('user_id' => $user['id'])) ?> +
+
-- cgit v1.2.3