added more style to email
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 19:08:15 +0000 (15:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 19:08:15 +0000 (15:08 -0400)
views/front/events/ownerEmail.html

index 785cf8a..c455c2e 100644 (file)
@@ -6,8 +6,10 @@
     <body style="background: rgb(5, 104, 179); padding-bottom: 10px;">
         <h1 style="color: rgb(245, 130, 42); margin-left: 15px;" id="title"> Event Submission Notification</h1>
         <div id="emailMessage">
-            <p style="color: white; margin-left: 15px;"> Event Start Date: {$startDate} </p>
-            <p style="margin: 20px 20px; color: white;">{$emailNotification}</p>
+            <p style="color: white; margin-left: 20px;"> Event Start Date: {$startDate} </p>
+            {if $emailNotification}
+                <p style="margin: 20px 20px; color: white;">{$emailNotification}</p>
+            {/if}
         </div>
         <div id="emailFooter">
             <p style="margin: 0px 5px 0px 20px; color: white;">A new Event has been added to your Website from your &quot;Add Your Event&quot; page.</p>