Remove extraneous empty th by the Primary Contact field
authorLaury GvR <laury@gaslightmedia.com>
Fri, 3 Aug 2018 19:48:15 +0000 (15:48 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 3 Aug 2018 19:48:15 +0000 (15:48 -0400)
views/admin/contacts/edit.html

index d07fe7f..1ceee22 100644 (file)
 
 
                             <tr {if $contactEditOwnRecord}class="glm-hidden"{/if}>
-                                <th>
-                                    
-                                    
-                                </th>
                                 <td>
                                     <span>Primary Contact</span>
                         {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)}
                         {else}
                                     {$contactInfo.fieldData.primary_contact.name}
                         {/if}
-                        <a href="#" onclick="return false;" onkeypress="return false;" class="glm_tooltip tooltip">
-                                <p>(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)</p>
-                                <i class="fa fa-question-circle">
+                                    <a href="#" onclick="return false;" onkeypress="return false;" class="glm_tooltip tooltip">
+                                        <p>(Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.)</p>
+                                        <i class="fa fa-question-circle">
 
-                                </i>
-                            </a>
+                                        </i>
+                                    </a>
                                 </td>
                             </tr>
                             <tr>