Comment list style

This commit is contained in:
Thomas Gelf 2014-03-09 13:53:55 +01:00
parent 93dc45241a
commit c7d3b38739
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="controls">
<div style="margin: 1em">
<?= $this->tabs ?>
<div style="margin: 1em">
<?= $this->sortControl->render($this); ?>
</div>
<?= $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
@ -50,7 +50,7 @@ foreach ($comments as $comment):
'service' => $comment->service_name,
)
) ?> on<?php else: ?><?= $this->icon('host.png', 'Host comment') ?> <?php endif ?> <?= $this->qlink(
$comment->service_name,
$comment->host_name,
'monitoring/show/host',
array(
'host' => $comment->host_name