removing stray th tags
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:50:47 +0000 (16:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 3 Aug 2018 20:50:47 +0000 (16:50 -0400)
css/admin.css
views/admin/contacts/edit.html

index 35cee21..50c05f2 100644 (file)
@@ -429,4 +429,4 @@ display: inline-block;
     float: left;
     margin: 0;
     margin-right: 5px;
-}
\ No newline at end of file
+}
index 39235ec..682ee9a 100644 (file)
                             </tr>
 
                             <tr {if $contactEditOwnRecord}class="glm-hidden"{/if}>
-                                <th></th>
+                     
                                 <td>
                                     <span>Active</span>
                                     <input type="checkbox" class="glm-contacts-checkbox" name="active" {if $contactInfo.fieldData.active.value} checked{/if}>
                                 </td>
                             </tr>
                             <tr>
-                                <th></th>
+                              
                                 <td>
                                     <span>Use for Billing Information</span>
                                     <input type="checkbox" class="glm-contacts-checkbox" name="business_use_billing">