From: Laury GvR Date: Wed, 23 Sep 2015 14:41:53 +0000 (-0400) Subject: Gave front-end fields divs and span tags for better formatting X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=90bc52a8a7d6ddb9c536f17a2b5b310fa5cf7636;p=WP-Plugins%2Fglm-member-db.git Gave front-end fields divs and span tags for better formatting --- diff --git a/views/front/members/list.html b/views/front/members/list.html index d250ef4b..84312678 100644 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -90,19 +90,19 @@ {if $list_show_address} {if $list_show_street} - {if $m.addr1}{$m.addr1}
{/if} - {if $m.addr2}{$m.addr2}
{/if} + {if $m.addr1}
{$m.addr1}
{/if} + {if $m.addr2}
{$m.addr2}
{/if} {/if} {if $list_show_citystatezip} - {if $m.city.name}{$m.city.name}{if $m.state.name}, {/if}{/if}{if $m.state.name}{$m.state.name}{/if}{if $m.zip} {$m.zip}{/if} + {if $m.city.name}{$m.city.name}{if $m.state.name}, {/if}{/if}{if $m.state.name}{$m.state.name}{/if}{if $m.zip} {$m.zip}{/if} {/if} - {if $m.country.name && $list_show_country}
{$m.country.name}{/if} + {if $m.country.name && $list_show_country}
{$m.country.name}
{/if} {/if} - {if $m.phone && $list_show_phone}
Phone: {$m.phone}{/if} - {if $m.toll_free && $list_show_tollfree}
Toll Free: {$m.toll_free}{/if} - {if $m.url && $list_show_url}
Web site: {$m.url}{/if} - {if $m.email && $list_show_email}
E-Mail Address: {$m.email}{/if} - {if $m.region.value && $list_show_region}

Region: {$m.region.name}{/if} + {if $m.phone && $list_show_phone}

Phone: {$m.phone}
{/if} + {if $m.toll_free && $list_show_tollfree}
Toll Free: {$m.toll_free}
{/if} + {if $m.url && $list_show_url}
Web site: {$m.url}
{/if} + {if $m.email && $list_show_email}
E-Mail Address: {$m.email}
{/if} + {if $m.region.value && $list_show_region}

Region: {$m.region.name}

{/if} {if $m.logo && $list_show_logo}