Only output export button if admin users
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 9 Jul 2018 18:31:05 +0000 (14:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 9 Jul 2018 18:31:05 +0000 (14:31 -0400)
Not for loggedInMembers

views/admin/contacts/index.html

index 9b295cf..271ab08 100644 (file)
@@ -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}