mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Fine-tune commment list
This commit is contained in:
parent
f906df881c
commit
54162d9538
@ -1,11 +1,13 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
<div style="margin: 1em">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<?= $this->sortControl->render($this); ?>
|
<?= $this->sortControl->render($this); ?>
|
||||||
|
</div>
|
||||||
<?= $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
|
<?= $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<table class="action">
|
<table class="action comments">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
@ -54,7 +56,7 @@ foreach ($comments as $comment):
|
|||||||
'host' => $comment->host_name
|
'host' => $comment->host_name
|
||||||
)
|
)
|
||||||
) ?> by <strong><?= $this->escape($comment->comment_author) ?></strong><br />
|
) ?> by <strong><?= $this->escape($comment->comment_author) ?></strong><br />
|
||||||
<?= $this->escape($comment->comment_data) ?><br />
|
<p><?= $this->escape($comment->comment_data) ?></p>
|
||||||
<?php if ($comment->comment_is_persistent): ?>Comment is persistent<br /><?php endif ?>
|
<?php if ($comment->comment_is_persistent): ?>Comment is persistent<br /><?php endif ?>
|
||||||
<b>Expires: </b> <?=
|
<b>Expires: </b> <?=
|
||||||
($comment->comment_expiration_timestamp) ?
|
($comment->comment_expiration_timestamp) ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user