Updates to the dashboard for profile widget.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 15:43:02 +0000 (11:43 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 15:43:02 +0000 (11:43 -0400)
Remove the duplicate text.
Remove the created column.
Remove p tag on the add button.

views/admin/dashboard/index.html

index db574b5..f36e606 100644 (file)
@@ -9,11 +9,8 @@
     {if apply_filters('glm_members_permit_admin_member_index_add_member_info_version', true)}
     {/if}
     <p>
-        <h3 class="glm-left">{$terms.term_member_cap} Profile Versions</h3>
         <span class="glm-right">
-            <p>
-                <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}" class="button button-primary glm-button glm-right">Add New {$terms.term_member_cap} Information Version</a>
-            </p>
+            <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}" class="button button-primary glm-button glm-right">Add New {$terms.term_member_cap} Information Version</a>
         </span>
     </p>
     <br clear="all">
@@ -22,7 +19,6 @@
             <tr>
                 <th>Status</th>
                 <th>Reference Name</th>
-                <th>Created</th>
                 <th>Last Update</th>
                 <th> </th>
             </tr>
@@ -43,7 +39,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.create_time.datetime}</td>
                 <td>{$m.modify_time.datetime}</td>
                 <td>
                     {if $m.bad_lat_lon}<span class="glm-error">Bad Map Location</span>{/if}