From 87a9cfbe287e9a9ba925bdceebe784fc21cff74a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 29 Aug 2018 16:16:29 -0400 Subject: [PATCH] Update for the map info section Place url below the rest. Adding More Info link --- views/front/members/list.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/views/front/members/list.html b/views/front/members/list.html index 7a342cc6..9cdc33a4 100755 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -162,13 +162,16 @@

{/if} {*list_map_show_address*}
-

+

{if $m.phone && $settings.list_map_show_phone}Phone: {apply_filters('glm_associate_phone_filter', $m.phone)}
{/if} - {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} - {if $m.url && $settings.list_map_show_url}Website
{/if} + {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} {if $m.email && $settings.list_map_show_email}E-Mail Address: {$m.email}
{/if} {if $m.region && $settings.list_map_show_region}Region: {$m.region}{/if} + {if $m.url && $settings.list_map_show_url}Website
{/if}

+ {if $settings.list_map_show_detaillink && !$m.has_no_profile} + More Info + {/if}