From 2c2a5040abe10c56f31a63028b57647d96ca1ad0 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Mon, 16 May 2022 16:30:45 -0400 Subject: [PATCH] Conditionally show first/next and previous/last pagination links on first and last pages (CFM-170) --- app/templates/element/pagination.php | 25 ++++++++++++------------- app/webroot/css/co-base.css | 6 ++---- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/app/templates/element/pagination.php b/app/templates/element/pagination.php index f3d99f8d6..ab69eac58 100644 --- a/app/templates/element/pagination.php +++ b/app/templates/element/pagination.php @@ -36,22 +36,21 @@ Paginator->hasPage(2)): ?> - - + Paginator->hasPrev()): ?> + + - - - + Paginator->hasNext()): ?> + +