Switch update billing account name back and add label
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 15:30:15 +0000 (11:30 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 15:30:15 +0000 (11:30 -0400)
Adding label around the checkbox and text.

views/admin/billing/contact.html

index 1751522..c731d5a 100644 (file)
@@ -2,13 +2,15 @@
     <tbody>
         <tr>
             <td colspan="2">
-                <input id="use_billing_account" type="checkbox" name="use_billing" />
+                <label>
+                    <input id="use_billing_account" type="checkbox" name="use_billing" />
+                    Update Billing Account
+                </label>
                 <a class="glm_tooltip tooltip" href="#" onclick="return false;" onkeypress="return false;">
                     <p id="billing-locked">Billing is locked. <br>Enable 'Update Billing Account'<br>to unlock it.</p>
                     <p id="billing-unlocked" class="glm-hidden">Billing is unlocked. <br>Disable 'Update Billing Account'<br>to lock it.</p>
                     <i class="fa fa-question-circle"></i>
                 </a>
-                Update Billing Account
             </th>
         </tr>
         <tr>