cleaned table structure for fields
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 21:00:47 +0000 (17:00 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 21:00:47 +0000 (17:00 -0400)
views/front/events/ownerEmail.html

index a745ddd..37e1c35 100644 (file)
@@ -7,29 +7,38 @@
       <h1 id="title"> Event Submission Notification</h1>
        <table cellspacing="0" cellpadding="0" width="500" style="background: lightgrey;border:1px solid #ccc;border-collapse:collapse;">
            <tr>
-               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Name: {$name}</td>
+               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Name:</td>
+               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">{$name}</td>
            </tr>
            <tr>
-               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Date: {$startDate} </td>
-                {if $endDate}
-                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;" >Event End Date: {$endDate}</td>
-                {/if}
+               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Date: </td>
+               <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;"> {$startDate} </td>
            </tr>
+           {if $endDate}
            <tr>
-                {if $startTime}
-                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Time: {$startTime}</td>
-                {/if}
-                {if $endTime}
-                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event End Time: {$endTime}</td>
-                {/if}
+                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;" >Event End Date:</td>
+                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;" >{$endDate}</td>
            </tr>
+            {/if}
+            {if $startTime}
+                <tr>
+                     <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Time:</td>
+                       <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">{$startTime}</td>
+                </tr>
+            {/if}
+            {if $endTime}
+                <tr>
+                  <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event End Time:</td>
+                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">{$endTime}</td>
+                 </tr>
+            {/if}
         </table>
            {if $emailNotification}
                 {$emailNotification}
             {/if}
         <div id="emailFooter">
             <p style="margin-bottom: 0px;">A new Event has been added to your Website from your &quot;Add Your Event&quot; page.</p>
-            <p style="margin-top: 0px;">To approve it, please go to the <a style="color: rgb(245, 130, 42);" href="{$pendingEvents}"> events </a> page in your admin.</p>
+            <p style="margin-top: 0px;">To approve it, please go to the <a style="color: rgb(5, 104, 179);" href="{$pendingEvents}"> events </a> page in your admin.</p>
         </div>
     </body>
 </html>
\ No newline at end of file