Moving files into the Contact and More section
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 19 May 2016 19:46:41 +0000 (15:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 19 May 2016 19:46:41 +0000 (15:46 -0400)
views/front/events/detail.html

index 1214556..254cbbe 100644 (file)
                             {if $event.free.value}
                             <div id="glm-event-detail-cost"><strong>Cost: </strong>FREE</div>
                             {/if}
-                            {if $event.file1}
-                                <div id="glm-event-detail-file"><strong>File: </strong>
+                            
+                            <div id="glm-event-detail-contact"><strong>Contact & More Info</strong><br>
+                                {if $event.url}<a href="{$event.url}" target="_blank">{$event.url}</a><br>{/if}
+                                {if $event.contact_name}Contact: {$event.contact_name}<br>{/if}
+                                {if $event.contact_email}Email: <a href="mailto: {$event.contact_email}">{$event.contact_email}</a><br>{/if}
+                                {if $event.contact_phone}Phone: {$event.contact_phone}<br>{/if}
+                                {if $event.file1}
+                                <div><strong>File: </strong>
                                     <a href="{$filePathUrl}{$event.file1}">{if $event.file1_descr}{$event.file1_descr}{else}{$event.file1}{/if}</a>
                                 </div>
                             {/if}
                             {if $event.file2}
-                                <div id="glm-event-detail-file2"><strong>File 2: </strong>
+                                <div><strong>File 2: </strong>
                                     <a href="{$filePathUrl}{$event.file2}">{if $event.file2_descr}{$event.file2_descr}{else}{$event.file2}{/if}</a>
                                 </div>
                             {/if}
                             {if $event.file3}
-                                <div id="glm-event-detail-file3"><strong>File 3: </strong>
+                                <div><strong>File 3: </strong>
                                     <a href="{$filePathUrl}{$event.file3}">{if $event.file3_descr}{$event.file3_descr}{else}{$event.file3}{/if}</a>
                                 </div>
                             {/if}
-                            <div id="glm-event-detail-contact"><strong>Contact & More Info</strong><br>
-                                {if $event.url}<a href="{$event.url}" target="_blank">{$event.url}</a><br>{/if}
-                                {if $event.contact_name}Contact: {$event.contact_name}<br>{/if}
-                                {if $event.contact_email}Email: <a href="mailto: {$event.contact_email}">{$event.contact_email}</a><br>{/if}
-                                {if $event.contact_phone}Phone: {$event.contact_phone}<br>{/if}
                             </div>
                         </div>
                     </div><!-- /.row #3 -->