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 ) ?> -
  • +
  • -
  • +
  • @@ -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 ) ?> -
  • +
  • -