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:
05f5373
)
Only output export button if admin users
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 9 Jul 2018 18:31:05 +0000
(14:31 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 9 Jul 2018 18:31:05 +0000
(14:31 -0400)
Not for loggedInMembers
views/admin/contacts/index.html
patch
|
blob
|
history
diff --git
a/views/admin/contacts/index.html
b/views/admin/contacts/index.html
index
9b295cf
..
271ab08
100644
(file)
--- a/
views/admin/contacts/index.html
+++ b/
views/admin/contacts/index.html
@@
-13,7
+13,7
@@
{/if}
<br>
<br clear="all">
- {if !$fromMemberMenu}
+ {if !$fromMemberMenu
&& !$loggedInMember
}
<div id="exportContactsButton" class="button button-secondary glm-admin-export-button">Contact Export/Reports</div>
{/if}
{/if}