Update colsspan
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 9 May 2019 13:45:05 +0000 (09:45 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 9 May 2019 13:45:05 +0000 (09:45 -0400)
use 4

views/admin/billing/index.html

index 37fa088..561ec87 100644 (file)
@@ -39,7 +39,7 @@
                             <td> {$t.renewal_date.date} </td>
                         </tr>
                         <tr id="account-container-{$t.id}" class="glm-account-links glm-hidden{if $t@iteration is div by 2} alternate{/if}">
-                            <td colspan="5">
+                            <td colspan="4">
                                 <span class="account-dashboard-link">
                                     <a class="account-member-dashboard" data-member="{$t.ref_dest}" href="{$adminUrl}?page=glm-members-admin-menu-member&member={$t.ref_dest}">Member Dashboard</a> |
                                 </span>
@@ -58,7 +58,7 @@
                         </tr>
                         {if $t.boss.value}
                             <tr id="account-employees-{$t.id}" class="{if $t@iteration is div by 2} alternate{/if}" style="display: none; background-color: #fff;">
-                                <td colspan="5">
+                                <td colspan="4">
                                     <div class="glm-row" style="margin-bottom: 0px !important; margin-top: .5rem;">
                                         {foreach $t.employees as $emp}
                                             <div class="glm-columns glm-medium-2">{$emp.ref_name}</div>