comments, downtimes: these should never have used...
...that styling. Those are headers and have nothing to do with statesummaries
This commit is contained in:
parent
a5a529bc99
commit
64ac2ea4c8
|
@ -4,9 +4,7 @@
|
|||
<div class="dontprint">
|
||||
<?= $this->render('list/components/selectioninfo.phtml'); ?>
|
||||
</div>
|
||||
<div class="tinystatesummary">
|
||||
<?= count($comments) ?> <?= $this->translate('Comments') ?>:
|
||||
</div>
|
||||
<h1><?= count($comments) ?> <?= $this->translate('Comments') ?></h1>
|
||||
<?= $this->sortBox; ?>
|
||||
<?= $this->limiter; ?>
|
||||
<?= $this->paginator; ?>
|
||||
|
|
|
@ -8,9 +8,7 @@ if (! $this->compact): ?>
|
|||
<div class="dontprint">
|
||||
<?= $this->render('list/components/selectioninfo.phtml'); ?>
|
||||
</div>
|
||||
<div class="tinystatesummary">
|
||||
<?= count($downtimes) ?> <?= $this->translate('Downtimes') ?>
|
||||
</div>
|
||||
<h1><?= count($downtimes) ?> <?= $this->translate('Downtimes') ?></h1>
|
||||
<?= $this->sortBox; ?>
|
||||
<?= $this->limiter; ?>
|
||||
<?= $this->paginator; ?>
|
||||
|
|
Loading…
Reference in New Issue