comments, downtimes: these should never have used...

...that styling. Those are headers and have nothing to do with statesummaries
This commit is contained in:
Thomas Gelf 2015-06-16 00:51:25 +02:00
parent a5a529bc99
commit 64ac2ea4c8
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,7 @@
<div class="dontprint"> <div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?> <?= $this->render('list/components/selectioninfo.phtml'); ?>
</div> </div>
<div class="tinystatesummary"> <h1><?= count($comments) ?> <?= $this->translate('Comments') ?></h1>
<?= count($comments) ?> <?= $this->translate('Comments') ?>:
</div>
<?= $this->sortBox; ?> <?= $this->sortBox; ?>
<?= $this->limiter; ?> <?= $this->limiter; ?>
<?= $this->paginator; ?> <?= $this->paginator; ?>

View File

@ -8,9 +8,7 @@ if (! $this->compact): ?>
<div class="dontprint"> <div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?> <?= $this->render('list/components/selectioninfo.phtml'); ?>
</div> </div>
<div class="tinystatesummary"> <h1><?= count($downtimes) ?> <?= $this->translate('Downtimes') ?></h1>
<?= count($downtimes) ?> <?= $this->translate('Downtimes') ?>
</div>
<?= $this->sortBox; ?> <?= $this->sortBox; ?>
<?= $this->limiter; ?> <?= $this->limiter; ?>
<?= $this->paginator; ?> <?= $this->paginator; ?>