From b07352e69d491d126a66ab855b7d79bb804f3d53 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 May 2019 14:58:08 -0400 Subject: [PATCH] add ignore css for opensearch needed to remove unwanted search items. --- views/front/members/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/members/list.html b/views/front/members/list.html index b1bb9f09..48204cad 100755 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -201,7 +201,7 @@ {/if} {* list_map_show_address *}
-

+

{if $m.phone && $showSettings.list_map_show_phone}Phone: {apply_filters('glm_associate_phone_filter', $m.phone)}
{/if} {if $m.toll_free && $showSettings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} {if $m.email && $showSettings.list_map_show_email}E-Mail Address: {$m.email}
{/if} -- 2.17.1