projects
/
WP-Plugins
/
glm-member-db-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49475b
)
Add link to header.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:34:57 +0000
(16:34 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:34:57 +0000
(16:34 -0400)
So they can easily get the plugins main page for that member.
views/admin/dashboard/contacts.html
patch
|
blob
|
history
diff --git
a/views/admin/dashboard/contacts.html
b/views/admin/dashboard/contacts.html
index
9cd13f8
..
7032c83
100644
(file)
--- a/
views/admin/dashboard/contacts.html
+++ b/
views/admin/dashboard/contacts.html
@@
-1,6
+1,8
@@
<div class="glm-widget-container">
<div class="glm-widget">
- <h2><span>Contacts</span></h2>
+ <h2>
+ <a href="{$thisUrl}?page=glm-members-admin-menu-contacts">Contacts</a>
+ </h2>
<span class="glm-right">
<a href="{$thisUrl}?page={$thisPage}&glm_action=contacts&member={$memberID}&option=create" class="button button-primary glm-button glm-right">Add New {$terms.term_member_cap} Contact</a>
</span>