add ignore css for opensearch
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 14 May 2019 18:58:08 +0000 (14:58 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 14 May 2019 18:58:08 +0000 (14:58 -0400)
needed to remove unwanted search items.

views/front/members/list.html

index b1bb9f0..48204ca 100755 (executable)
                 {/if} {* list_map_show_address *}
 
                 <div class="glm-member-list-info">
-                    <p class="glm-member-list-map-info">
+                    <p class="glm-member-list-map-info opensearchserver.ignore">
                         {if $m.phone && $showSettings.list_map_show_phone}<b>Phone:</b> <a href="tel:{apply_filters('glm_associate_phone_filter_tel', $m.phone)}">{apply_filters('glm_associate_phone_filter', $m.phone)}</a><br>{/if}
                         {if $m.toll_free && $showSettings.list_map_show_tollfree}<a href="tel:{apply_filters('glm_associate_phone_filter_tel', $m.toll_free)}">{apply_filters('glm_associate_phone_filter', $m.toll_free)}</a><br>{/if}
                         {if $m.email && $showSettings.list_map_show_email}<b>E-Mail Address:</b> <a href="mailto:{$m.email}">{$m.email}</a><br>{/if}