From 445b06efcb9a761d6ac860a8559f530358838c08 Mon Sep 17 00:00:00 2001
From: Steve Sutton
Date: Tue, 27 Sep 2016 11:43:02 -0400
Subject: [PATCH] Updates to the dashboard for profile widget.
Remove the duplicate text.
Remove the created column.
Remove p tag on the add button.
---
views/admin/dashboard/index.html | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/views/admin/dashboard/index.html b/views/admin/dashboard/index.html
index db574b58..f36e6061 100644
--- a/views/admin/dashboard/index.html
+++ b/views/admin/dashboard/index.html
@@ -9,11 +9,8 @@
{if apply_filters('glm_members_permit_admin_member_index_add_member_info_version', true)}
{/if}
-
{$terms.term_member_cap} Profile Versions
-
- Add New {$terms.term_member_cap} Information Version
-
+ Add New {$terms.term_member_cap} Information Version
@@ -22,7 +19,6 @@
Status |
Reference Name |
- Created |
Last Update |
|
@@ -43,7 +39,6 @@
{$m.status.name}
{$m.reference_name} |
- {$m.create_time.datetime} |
{$m.modify_time.datetime} |
{if $m.bad_lat_lon}Bad Map Location{/if}
--
2.17.1
|