mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 17:20:10 +02:00
CSS: Rename nav-tabs to tab-nav in the pagination view script
refs #5543
This commit is contained in:
parent
e0401a2fc9
commit
fa0dd3fd86
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user