CSS: Rename nav-tabs to tab-nav in the pagination view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-27 13:31:19 +02:00
parent e0401a2fc9
commit fa0dd3fd86
1 changed files with 1 additions and 1 deletions

View File

@ -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'),