Updating the member dashboard page.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Sep 2016 19:44:56 +0000 (15:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 6 Sep 2016 19:44:56 +0000 (15:44 -0400)
Hide the content that is being transfered to the widget block.

views/admin/dashboard/index.html
views/admin/member/index.html

index 2f072d6..e6c5517 100644 (file)
@@ -4,15 +4,9 @@
             <span>{$terms.term_member_cap} Profile</span>
         </h2>
         <div class="glm-widget-content">
-            <h3>{$terms.term_member_cap} Reports</h3>
-                <p>URL CLick Counts <b>Today:</b>
-                {$clickThroughCounts.day} <a data-type="daysClicks" class="dialog-button" href=""><img src="{$assetsUrl}/graph.png"></a></p>
-                <p>Detail Page View Counts <b>Today:</b>
-                {$detailViewCounts.day} <a data-type="daysViews" class="dialog-button" href=""><img src="{$assetsUrl}/graph.png"></a></p>
-            <h3>{$terms.term_member_cap} Info Records</h3>
             {if $haveInfoRecords}
                 {foreach $memberInfoRecords as $m}
-                    <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} Profile</a>
+                    <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} Profile</a> ({$m.reference_name})
                 {/foreach}
             {else} <!-- haveInfoRecords -->
                 <a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}">Add New {$terms.term_member} Info</a>
index 7589afc..a460416 100644 (file)
@@ -77,6 +77,7 @@
 
   {if $haveMember}
 
+        <!--
   {if apply_filters('glm_members_permit_admin_member_index_view_member_info_version', true)}
     {if apply_filters('glm_members_permit_admin_member_index_add_member_info_version', true)}
     {/if}
          {/if}
         {/foreach}
       {else} <!-- haveInfoRecords -->
+      <!--
             <tr><td colspan="5"><a href="{$thisUrl}?page={$thisPage}&glm_action=memberInfo&member={$memberID}">Click here to start entering information for this {$terms.term_member}.</a></td></tr>
+        -->
       {/if}
+      <!--
         </tbody>
     </table>
+        -->
    {/if} <!-- apply_filters -->
   {/if}