Taking out the last update column
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:15:04 +0000 (16:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:15:04 +0000 (16:15 -0400)
Making the list too long.

views/admin/dashboard/index.html

index f36e606..3a80add 100644 (file)
@@ -19,7 +19,6 @@
             <tr>
                 <th>Status</th>
                 <th>Reference Name</th>
-                <th>Last Update</th>
                 <th> </th>
             </tr>
         </thead>
@@ -39,7 +38,6 @@
                     <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}&memberInfo={$m.id}"{if $m.status.value == $statusPending} class="glm-notice"{/if}>{$m.status.name}</a>
                 </td>
                 <td>{$m.reference_name}</td>
-                <td>{$m.modify_time.datetime}</td>
                 <td>
                     {if $m.bad_lat_lon}<span class="glm-error">Bad Map Location</span>{/if}
           {if apply_filters('glm_members_permit_admin_member_index_clone_activate_info_version', true)}