From bd47909f934dadd390752496e2b8496e0408f24e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 17:00:53 +0200 Subject: [PATCH] Rewrite mixedPagination view script refs #5543 --- .../views/scripts/mixedPagination.phtml | 164 ++++++++---------- 1 file changed, 76 insertions(+), 88 deletions(-) diff --git a/application/views/scripts/mixedPagination.phtml b/application/views/scripts/mixedPagination.phtml index 160657b12..f5ce7d68c 100644 --- a/application/views/scripts/mixedPagination.phtml +++ b/application/views/scripts/mixedPagination.phtml @@ -1,93 +1,81 @@ <. -// It was the best compromise that came to my mind to get rid of whitespaces -// between inline-block elements. Found no better hack - and table-cell seems -// to be less supported. - if ($this->pageCount <= 1) return; - -?>

- +