From c028a326c15b90e15ef8fc75666323902a435ef2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 13 Mar 2017 16:22:53 -0400 Subject: [PATCH] Remove the detail template use one from plugin. --- .../views/front/events/detail.html | 182 ------------------ 1 file changed, 182 deletions(-) delete mode 100644 glm-member-db-events/views/front/events/detail.html diff --git a/glm-member-db-events/views/front/events/detail.html b/glm-member-db-events/views/front/events/detail.html deleted file mode 100644 index 64610bb..0000000 --- a/glm-member-db-events/views/front/events/detail.html +++ /dev/null @@ -1,182 +0,0 @@ -
- Back To Search -
-
-
- {include file='front/events/searchForm.html'} -
-
-
- {if $event} -
-
- + Share -
-
-

{$event.name}

-
- {if $event.image} -
- -
- {/if} -
-
- {if $event.locations} -
- {if $event.locations.lat} -
-
map...
-
Loading...
-
-
-
-
- - - - -
- {/if} -
- {elseif $event.member && ($event.use_member_location.value || $event.other_ref_dest) } -
- {if $event.member.lat} -
-
map...
-
Loading...
-
-
-
-
- - - - -
- {/if} -
- {/if} -
-
- {foreach $event.recurrences as $rec} -
- - {if !$event.all_day} - {if $rec.start_time.time == $rec.end_time.time} - {$rec.start_time.time} - {else} - {$rec.start_time.time} - {$rec.end_time.time} - {/if} - {/if} - - {if $rec.name && $rec.name != 'Imported'} - {$rec.name} - {/if} - ( Occurring - {$rec.from_date.timestamp|date_format:"%m/%d/%Y"} - {if $rec.from_date.date != $rec.to_date.date} - - {$rec.to_date.timestamp|date_format:"%m/%d/%Y"} - {else if $rec.specific_dates} - - {$rec.specific_dates|@end|date_format:"%m/%d/%Y"} - {/if} - - {if $rec.day_of_week.names|@count < 7 && $rec.day_of_week.names|@count > 0 } - - on - {foreach $rec.day_of_week.names as $day} - {if $day == "Thursday"} - {$day|substr:0:4} - {else} - {$day|substr:0:3} - {/if} - {/foreach} - - - {/if} - ) - {if $expired} (Expired) {/if} -
- {/foreach} -
- {if $event.hide_address.name == 'No'} - {if !$event.use_member_location.value && ($event.locations.name || $event.locations.address)} -
- {if $event.locations.name}{$event.locations.name}
{/if} - {if $event.locations.address} {$event.locations.address}
{/if} - {if $event.locations.city.name}{$event.locations.city.name}{/if}{if $event.locations.state.value}, {$event.locations.state.value} {/if} - {if $event.locations.zip} {$event.locations.zip} {/if} - {if $event.locations.phone} {apply_filters('glm_associate_phone_filter', $event.locations.phone)} {/if} -
- {elseif $event.use_member_location.value || $event.other_ref_dest} -
- {if $event.member.member} {$event.member.member}
{/if} - {if $event.member.addr1} {$event.member.addr1}
{/if} - {if $event.member.city}{$event.member.city}{/if}{if $event.member.state.value}, {$event.member.state.value}{/if} - {if $event.member.zip} {$event.member.zip} {/if} - {if $event.member.phone} {apply_filters('glm_associate_phone_filter', $event.member.phone)} {/if} -
- {/if} - {/if} - {if $event.cost && !$event.free.value} -
Cost: {$event.cost}
- {/if} - {if $event.free.value} -
Cost: FREE
- {/if} - {if $event.ticket_url} - - {/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: - {apply_filters('glm_associate_phone_filter', $event.contact_phone)} -
- {/if} - {if $event.file1} - - {/if} - {if $event.file2} - - {/if} - {if $event.file3} - - {/if} -
-
-
-
-
-

{$event.descr|nl2br}

-
-
-
-
- {else} -
Sorry, No results.
- {/if} -
- - -- 2.17.1