From d23ef9c806d8060b2add2945bf0ffec94696147d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 19 May 2016 15:46:41 -0400 Subject: [PATCH] Moving files into the Contact and More section --- views/front/events/detail.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 1214556..254cbbe 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -89,26 +89,27 @@ {if $event.free.value}
Cost: FREE
{/if} - {if $event.file1} -
File: + +
Contact & More Info
+ {if $event.url}{$event.url}
{/if} + {if $event.contact_name}Contact: {$event.contact_name}
{/if} + {if $event.contact_email}Email: {$event.contact_email}
{/if} + {if $event.contact_phone}Phone: {$event.contact_phone}
{/if} + {if $event.file1} +
File: {if $event.file1_descr}{$event.file1_descr}{else}{$event.file1}{/if}
{/if} {if $event.file2} -
File 2: +
File 2: {if $event.file2_descr}{$event.file2_descr}{else}{$event.file2}{/if}
{/if} {if $event.file3} -
File 3: + {/if} -
Contact & More Info
- {if $event.url}{$event.url}
{/if} - {if $event.contact_name}Contact: {$event.contact_name}
{/if} - {if $event.contact_email}Email: {$event.contact_email}
{/if} - {if $event.contact_phone}Phone: {$event.contact_phone}
{/if}
-- 2.17.1