From: Laury GvR Date: Mon, 17 Apr 2017 19:04:48 +0000 (-0400) Subject: Using memb_info_location setting to hide the address instead of just the location... X-Git-Tag: v2.9.15^2~15^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b1ee3c9d7e5172246c185617fd0842c57831c904;p=WP-Plugins%2Fglm-member-db.git Using memb_info_location setting to hide the address instead of just the location, as intended --- diff --git a/css/admin.css b/css/admin.css index ba734085..437e4999 100644 --- a/css/admin.css +++ b/css/admin.css @@ -247,7 +247,7 @@ input, select, .button { border: 2px #ddd solid; border-collapse: collapse; } -.glm-admin-table thead th{ +.glm-admin-table thead th { font-size: 15px; font-weight: bold; } diff --git a/views/admin/member/memberInfo/editProfile.html b/views/admin/member/memberInfo/editProfile.html index 8d687268..cee532e0 100644 --- a/views/admin/member/memberInfo/editProfile.html +++ b/views/admin/member/memberInfo/editProfile.html @@ -6,6 +6,7 @@
+ {if $settings.memb_info_location}
@@ -17,6 +18,7 @@
+ {/if}
{if $settings.memb_info_contact} diff --git a/views/admin/member/memberInfo/editProfileAddress.html b/views/admin/member/memberInfo/editProfileAddress.html index b433d6b3..3085a16e 100644 --- a/views/admin/member/memberInfo/editProfileAddress.html +++ b/views/admin/member/memberInfo/editProfileAddress.html @@ -102,7 +102,6 @@ {if $memberInfo.fieldFail.country}

{$memberInfo.fieldFail.country}

{/if}
- {if $settings.memb_info_location}
{if $memberInfo.fieldRequired.lat}

{else}

{/if}Location:

@@ -124,6 +123,5 @@

- {/if}
\ No newline at end of file