From eb2db0010891caf0f9ffa3d3caecaf03a3665f4d Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 20 Nov 2020 11:16:15 +0100 Subject: [PATCH] fix: [pagination] link highlighting --- templates/element/genericElements/IndexTable/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/element/genericElements/IndexTable/pagination.php b/templates/element/genericElements/IndexTable/pagination.php index 9a06021..5befb93 100644 --- a/templates/element/genericElements/IndexTable/pagination.php +++ b/templates/element/genericElements/IndexTable/pagination.php @@ -23,7 +23,7 @@ 'first' => '
  • {{text}}
  • ', 'last' => '
  • {{text}}
  • ', 'number' => '
  • {{text}}
  • ', - 'current' => '
  • {{text}}
  • ', + 'current' => '
  • {{text}}
  • ', 'ellipsis' => '
  • ', 'sort' => '{{text}}', 'sortAsc' => '{{text}} ',