projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f412d35
)
Fixed bad link on Dashboard Widget for "No Member Types Listed" link.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 16 May 2017 13:54:44 +0000
(09:54 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 16 May 2017 13:54:44 +0000
(09:54 -0400)
views/admin/dashboardWidget/index.html
patch
|
blob
|
history
diff --git
a/views/admin/dashboardWidget/index.html
b/views/admin/dashboardWidget/index.html
index
c48ed24
..
eb76c10
100644
(file)
--- a/
views/admin/dashboardWidget/index.html
+++ b/
views/admin/dashboardWidget/index.html
@@
-65,7
+65,7
@@
{if !$haveMemberTypes}
<tr>
<th class="glm-error">No {$terms.term_member_cap} Types Listed</th>
- <td><a href="{$adminUrl}?page=glm-members-admin-menu-setting
ts&glm_action=memberTypes
" class="glm-right">Add</a></td>
+ <td><a href="{$adminUrl}?page=glm-members-admin-menu-setting
s&glm_action=index
" class="glm-right">Add</a></td>
</tr>
{/if}
{if !$haveCategories}