From: Laury GvR Date: Tue, 20 Nov 2018 21:14:59 +0000 (-0500) Subject: Add div around # of members found on front list view X-Git-Tag: v2.11.0^2~54^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=09016e87cef36dd721ff87428e7aa207e778fbea;p=WP-Plugins%2Fglm-member-db.git Add div around # of members found on front list view --- diff --git a/views/front/members/list.html b/views/front/members/list.html index ec0b914d..cc2e5e8f 100755 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -273,7 +273,9 @@
{/if}
- showing {$start} through {$lastDisplayed} of {$filteredMembersFound} +
+ showing {$start} through {$lastDisplayed} of {$filteredMembersFound} +
{/if} {if $view == grid} @@ -501,7 +503,9 @@
{/if}
- showing {$start} through {$lastDisplayed} of {$filteredMembersFound} +
+ showing {$start} through {$lastDisplayed} of {$filteredMembersFound} +
{/if} {apply_filters('glm-member-db-front-members-list-pageBottom', '')}