From 088a60a9a9ed72937cbc5b4be5d9dc85d60cdc3f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Oct 2018 09:05:23 -0400 Subject: [PATCH] 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. --- views/front/staff/list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} -- 2.17.1