From c37b6a5f1a34cce3bddeb5d856486fb780968196 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 3 Aug 2018 15:48:15 -0400 Subject: [PATCH] Remove extraneous empty th by the Primary Contact field --- views/admin/contacts/edit.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index d07fe7f..1ceee22 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -246,10 +246,6 @@ - - - - Primary Contact {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)} @@ -257,12 +253,12 @@ {else} {$contactInfo.fieldData.primary_contact.name} {/if} - -

(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)

- +
+

(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)

+ - -
+
+ -- 2.17.1