From 2cb5821116108af26812495371bd014aee003bc1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 31 May 2016 14:51:34 -0400 Subject: [PATCH] added date to email and basic styles --- models/front/events/frontAdd.php | 1 + views/front/events/ownerEmail.html | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/models/front/events/frontAdd.php b/models/front/events/frontAdd.php index 039e782..630c304 100644 --- a/models/front/events/frontAdd.php +++ b/models/front/events/frontAdd.php @@ -459,6 +459,7 @@ class GLmMembersFront_events_frontAdd extends GlmDataEvents $smarty->templateAssign('from_email', $fromEmail); $smarty->templateAssign('emailNotification', $emailNotification); $smarty->templateAssign('pendingEvents', $eventsList); + $smarty->templateAssign('startDate', $starting); $eventsList = GLM_MEMBERS_EVENTS_PLUGIN_ADMIN_URL ."?page=glm-members-admin-menu-events-index&glm_action=index"; $smarty->templateAssign('items', $events); diff --git a/views/front/events/ownerEmail.html b/views/front/events/ownerEmail.html index 5af8c83..785cf8a 100644 --- a/views/front/events/ownerEmail.html +++ b/views/front/events/ownerEmail.html @@ -2,13 +2,16 @@ - Event Submission Confirmation - + +

Event Submission Notification

- {$emailNotification} +

Event Start Date: {$startDate}

+

{$emailNotification}

+
+
+

A new Event has been added to your Website from your "Add Your Event" page.

+

To approve it, please go to the events page in your admin.

-

A new Event has been added to your Website from your "Add Your Event" page.

-

To approve it, please go to the events page in your admin.

\ No newline at end of file -- 2.17.1