From 978dbcf0a196acbafad72fe1e2478ec0e384f02f Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 23 Aug 2017 18:27:19 -0400 Subject: Deliver centralized role management feature Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) --- .../user.notifications.modal.page.html | 181 +++++++++++++-------- 1 file changed, 113 insertions(+), 68 deletions(-) (limited to 'ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.page.html') diff --git a/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.page.html b/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.page.html index ac7f4895..57433c1c 100644 --- a/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.page.html +++ b/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.page.html @@ -18,38 +18,64 @@ ================================================================================ -->
- -
{{modalPgTitle}}
-
+ +
+ + +
+ +
+
+ +
+
Broadcast to All Categories
- +
+ +
+
+ +
- * + * Categories
- +
+ +
+
+ +
-
+
-
+
At least @@ -60,64 +86,74 @@
-
-
-
-
- - - - + + +
+
+
+ +
+
-
-
Priority
- -
+
+
+
Priority
+
+ +
+
+ +
+
- * + * Start Date (Local Time)
- -
- Start Date is Required +
+ +
+
+ Please enter valid date in MM/DD/YYYY format!
+
+ style="padding-bottom: 12px; width: 301px !important; {{( isEditMode )? 'opacity : 0.6; pointer-events: none;':' '}}">
- * End Date (Local Time) + * End Date (Local Time)
- -
- End Date is Required +
+
-
- End Date must be greater than start Date +
+ Please enter valid date in MM/DD/YYYY format! +
+
+ End Date must be greater than start Date
@@ -125,12 +161,12 @@
- * Title
- -
+
Title is Required
@@ -138,30 +174,39 @@
- * Message
- -
+
Message is Required
-
- - - -
+
+
+
+ + + + +
+ \ No newline at end of file -- cgit 1.2.3-korg