<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>