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:
f15956c
)
Fix settings check for entities shown on front list views
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 21 Feb 2019 20:27:15 +0000
(15:27 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 27 Feb 2019 16:27:37 +0000
(11:27 -0500)
views/front/members/list.html
patch
|
blob
|
history
diff --git
a/views/front/members/list.html
b/views/front/members/list.html
index
a0b1cfa
..
0340103
100755
(executable)
--- a/
views/front/members/list.html
+++ b/
views/front/members/list.html
@@
-347,7
+347,7
@@
<br>
{/if}
<br>
- {if $list_show_entities_shown}
+ {if $
showSettings.
list_show_entities_shown}
<div class="glm-members-found">
showing <span class="aStart">{$start}</span> through <span class="aLastDisplayed">{$lastDisplayed}</span> of <span class="aTotal">{$filteredMembersFound}</span>
</div>