Remove id from billing dashboard
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Apr 2019 19:38:51 +0000 (15:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Apr 2019 19:38:51 +0000 (15:38 -0400)
Jodie is getting confused

views/admin/billing/index.html

index 47f19f1..37fa088 100644 (file)
@@ -23,7 +23,6 @@
         <table class="wp-list-table widefat fixed posts glm-admin-table">
             <thead>
                 <tr>
-                    <th style="width: 50px;">ID</th>
                     <th>Member Name</th>
                     <th>Billing Email</th>
                     <th>Anniversary Date</th>
@@ -34,7 +33,6 @@
                 {if $list.number > 0}
                     {foreach $list.data.list as $t}
                         <tr class="glm-account-row{if $t@iteration is div by 2} alternate{/if}" data-id="{$t.id}">
-                            <td> {$t.id} </td>
                             <td> <a class="account-link" href="{$adminUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$t.ref_dest}">{$t.ref_name}</a> </td>
                             <td> {$t.email} </td>
                             <td> {$t.anniversary_date.date} </td>