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:
46eb9b2
)
Fixed bad link URL
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Jan 2016 17:12:19 +0000
(12:12 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Jan 2016 17:12:19 +0000
(12:12 -0500)
views/admin/members/index.html
patch
|
blob
|
history
diff --git
a/views/admin/members/index.html
b/views/admin/members/index.html
index
f96354f
..
065e96d
100644
(file)
--- a/
views/admin/members/index.html
+++ b/
views/admin/members/index.html
@@
-56,7
+56,7
@@
<tr><td colspan="2"> </td></tr>
<tr>
<th> <span class="glm-error">You do not have any members listed.</span></th>
- <td><a href="{$thisURL}?page=glm-members-admin-menu-member&glm_action=index&
member_id=
">Click here to create your first member.</a></td>
+ <td><a href="{$thisURL}?page=glm-members-admin-menu-member&glm_action=index&
option=add
">Click here to create your first member.</a></td>
</tr>
{/if}
</table>