diff --git a/application/views/scripts/mixedPagination.phtml b/application/views/scripts/mixedPagination.phtml
index 37fd5ec38..43d55b1b9 100644
--- a/application/views/scripts/mixedPagination.phtml
+++ b/application/views/scripts/mixedPagination.phtml
@@ -13,7 +13,7 @@ if ($this->pageCount <= 1) return;
($this->current - 1) * $this->itemCountPerPage,
$this->totalItemCount
) ?>
-
+
@@ -21,7 +21,7 @@ if ($this->pageCount <= 1) return;
-
+
= $this->translate('Previous page') ?>
= $this->icon('angle-double-left') ?>
@@ -30,7 +30,7 @@ if ($this->pageCount <= 1) return;
pagesInRange as $page): ?>
-
+
...
@@ -46,7 +46,7 @@ if ($this->pageCount <= 1) return;
$this->totalItemCount
);
?>
- current ? ' class="active"' : '' ?>>
+ current ? ' class="active nav-item"' : ' class="nav-item"' ?>>
@@ -62,7 +62,7 @@ if ($this->pageCount <= 1) return;
($this->current + 1) * $this->itemCountPerPage,
$this->totalItemCount
) ?>
-
+
@@ -70,7 +70,7 @@ if ($this->pageCount <= 1) return;
-
+
= $this->translate('Next page') ?>
= $this->icon('angle-double-right') ?>