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:
4749109
)
Cut the extra width of the 'edit active profile' button on the member list
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Mar 2017 17:48:27 +0000
(13:48 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 28 Mar 2017 17:48:27 +0000
(13:48 -0400)
views/admin/members/list.html
patch
|
blob
|
history
diff --git
a/views/admin/members/list.html
b/views/admin/members/list.html
index
7dbb7c4
..
cdf0a9f
100644
(file)
--- a/
views/admin/members/list.html
+++ b/
views/admin/members/list.html
@@
-44,6
+44,7
@@
<thead>
<tr>
<th>ID</th>
+ <th></th>
<th>{$terms.term_member_cap} Name</th>
<th>Featured</th>
<th>Access</th>
@@
-61,6
+62,8
@@
{/if}
<td>
{$m.id}
+ </td>
+ <td style="width: 120px;">
<a href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=memberInfo&member={$m.id}&memberInfo={$m.active_id}" class="button button-secondary glm-button-small glm-admin-edit-active-profile" style="margin: 0 .2em 0 .2em;">Edit Active Profile</a>
</td>
<td>