From: Anthony Talarico Date: Fri, 29 Dec 2017 21:29:52 +0000 (-0500) Subject: wrapping location details in the reg list in a conditional for the icons X-Git-Tag: v1.0.0^2~118 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38a279b88f40e8a06910db9e01490985c8846c77;p=WP-Plugins%2Fglm-member-db-registrations.git wrapping location details in the reg list in a conditional for the icons icons showing even if there is no reg event data --- diff --git a/views/front/registrations/list.html b/views/front/registrations/list.html index b715458..9d8f877 100644 --- a/views/front/registrations/list.html +++ b/views/front/registrations/list.html @@ -109,12 +109,12 @@ {/if} - {if $event.hide_address.name == 'No'} -
- {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)} - {if $event.locations.name}{$event.locations.name}
{/if} - {/if} -
+ {if $event.hide_address.name == 'No'} + {if !$event.use_member_location.value && isset($event.locations) && ($event.locations.name || $event.locations.address)} +
+ {if $event.locations.name}{$event.locations.name}
{/if} +
+ {/if} {/if}