Add class for styling the map popup info
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Aug 2018 19:31:14 +0000 (15:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 29 Aug 2018 19:31:14 +0000 (15:31 -0400)
info section for the phones.

glm-member-db/views/front/members/list.html

index e6f4fc5..9a81a08 100644 (file)
@@ -210,7 +210,7 @@ Search Terms:
                     </p>
                 {/if} {*list_map_show_address*}
                 <div class="glm-member-list-info">
-                    <p>
+                    <p class="glm-member-list-map-info">
                         {if $m.phone && $settings.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 && $settings.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.url && $settings.list_map_show_url}<a href="{$m.url}"{if $settings.list_map_show_url_newtarget} target="_blank"{/if}>Website</a><br>{/if}