From 9675da4d93effbceaf006e03a77ed30ec3065205 Mon Sep 17 00:00:00 2001 From: Bernd Fallert Date: Mon, 6 Nov 2023 11:18:36 +0100 Subject: [PATCH] [BUGFIX] Fix missing pagination between first and last page (#1076) Co-authored-by: BFallert Co-authored-by: Sebastian Meyer --- .../Private/Partials/Lists/Pagination.html | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/Resources/Private/Partials/Lists/Pagination.html b/Resources/Private/Partials/Lists/Pagination.html index 5f8fb5ca8..358a40be1 100644 --- a/Resources/Private/Partials/Lists/Pagination.html +++ b/Resources/Private/Partials/Lists/Pagination.html @@ -22,10 +22,27 @@
  • - -
  • - {page} -
  • + add pages between first and last page + + + If page 1 is not to be output twice, please remove the comment + + + don't add first page a second time + + + If last page is not to be output twice, please remove the comment + + + don't add last page a second time + + + +
  • + {page} +
  • +
    +