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:
12f4d52
)
Show info bubble data for mapItems
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Mar 2018 20:50:20 +0000
(15:50 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Mar 2018 20:50:20 +0000
(15:50 -0500)
Use mapItems array instead of haveMembers for this part.
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
10aabb1
..
7edaee9
100644
(file)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-110,7
+110,7
@@
{else}
<h3 class="glm-member-db-list-header-title">List of {$terms.term_member_plur_cap}</h3>
{/if}
- {if $
haveMember
s}
+ {if $
mapItem
s}
<!-- Member information displayed in map bubbles -->
{foreach $mapItems as $m}