Header: Add h1 to service list

refs #7976
This commit is contained in:
Marius Hein 2015-02-23 15:00:28 +01:00
parent b8dbf9c809
commit 3cc3341798
1 changed files with 2 additions and 3 deletions

View File

@ -10,10 +10,8 @@ if (!$this->compact): ?>
<div style="margin: 1em;" class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml') ?>
<?= $this->render('list/components/servicesummary.phtml') ?>
<div style="float: right">
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
</div>
</div>
<?= $this->sortControl ?>
<?php if ($this->limit === 0): ?>
<?= $this->widget('limiter') ?>
<?php else: ?>
@ -28,6 +26,7 @@ if (!$this->compact): ?>
<div class="content">
<?php endif ?>
<h1 tabindex="-1"><?= $this->translate('Services') ?></h1>
<table data-base-target="_next"
class="action multiselect <?php if ($this->compact): ?> compact<?php endif ?>" style="table-layout: auto;"
data-icinga-multiselect-url="<?= $this->href("monitoring/services/show") ?>"