From: Anthony Talarico Date: Tue, 31 May 2016 21:00:47 +0000 (-0400) Subject: cleaned table structure for fields X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f87e25be452bbe3855c8a0f14634e17df92e4fc4;p=WP-Plugins%2Fglm-member-db-events.git cleaned table structure for fields --- diff --git a/views/front/events/ownerEmail.html b/views/front/events/ownerEmail.html index a745ddd..37e1c35 100644 --- a/views/front/events/ownerEmail.html +++ b/views/front/events/ownerEmail.html @@ -7,29 +7,38 @@

Event Submission Notification

- + + - - {if $endDate} - - {/if} + + + {if $endDate} - {if $startTime} - - {/if} - {if $endTime} - - {/if} + + + {/if} + {if $startTime} + + + + + {/if} + {if $endTime} + + + + + {/if}
Event Name: {$name}Event Name:{$name}
Event Start Date: {$startDate} Event End Date: {$endDate}Event Start Date: {$startDate}
Event Start Time: {$startTime}Event End Time: {$endTime}Event End Date:{$endDate}
Event Start Time:{$startTime}
Event End Time:{$endTime}
{if $emailNotification} {$emailNotification} {/if}

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.

+

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

\ No newline at end of file