From: Anthony Talarico Date: Tue, 31 May 2016 18:51:34 +0000 (-0400) Subject: added date to email and basic styles X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2cb5821116108af26812495371bd014aee003bc1;p=WP-Plugins%2Fglm-member-db-events.git added date to email and basic styles --- 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