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:
1caaf62
)
Fixed layout issue with widget
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 25 Mar 2015 16:46:09 +0000
(12:46 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 25 Mar 2015 16:46:09 +0000
(12:46 -0400)
views/admin/dashboardWidget/index.html
patch
|
blob
|
history
diff --git
a/views/admin/dashboardWidget/index.html
b/views/admin/dashboardWidget/index.html
index
3e4b740
..
1342844
100644
(file)
--- a/
views/admin/dashboardWidget/index.html
+++ b/
views/admin/dashboardWidget/index.html
@@
-2,14
+2,14
@@
{if $membersList}
<tr>
- <th>Members</th>
- <td>
+ <td colspan="2">
<select id="glmMembersList" class="glm-right">
<option value=""></option>
{foreach $membersList as $m}
<option value="{$m.id}">{$m.name}</option>
{/foreach}
</select>
+ Members
</td>
</tr>
{/if}