Skip to content

Commit

Permalink
CSS: Rename nav-tabs to tab-nav in the pagination view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent e0401a2 commit fa0dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/mixedPagination.phtml
Expand Up @@ -5,7 +5,7 @@ if ($this->pageCount <= 1) return;
?>
<div class="pagination-control" role="navigation">
<h2 id="<?= $this->protectId('pagination') ?>" class="sr-only" tabindex="-1"><?= $this->translate('Pagination') ?></h2>
<ul class="nav nav-tabs">
<ul class="nav tab-nav">
<?php if (isset($this->previous)): ?>
<?php $label = sprintf(
$this->translate('Show rows %u to %u of %u'),
Expand Down

0 comments on commit fa0dd3f

Please sign in to comment.