From: Laury GvR Date: Mon, 8 Oct 2018 13:05:23 +0000 (-0400) Subject: Front staff list pagination links to filters buttons X-Git-Tag: v1.0.2^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=088a60a9a9ed72937cbc5b4be5d9dc85d60cdc3f;p=WP-Plugins%2Fglm-member-db-staff.git Front staff list pagination links to filters buttons The bottom pagination links on the front list view of the staff listing were not linking to the filters buttons on their linked pages. --- diff --git a/views/front/staff/list.html b/views/front/staff/list.html index cdffff5..8595781 100644 --- a/views/front/staff/list.html +++ b/views/front/staff/list.html @@ -103,20 +103,20 @@ {/foreach} - {if $paging} -
+
+ {if $paging} {if $prevStart || $nextStart}

{/if}
showing {$start} through {$lastDisplayed} of {$filteredStaffFound} -
- {/if} + {/if} + {else} Sorry, no staff members found. {/if}