Reorganized comment list columns
This commit is contained in:
parent
d60d3d4193
commit
2b1c967364
|
@ -39,11 +39,11 @@ $viewHelper = $this->getHelper('MonitoringState');
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td style="width: 100px;">
|
||||||
<?= date('d.m. H:i', $comment->comment_timestamp); ?>
|
<?= date('d.m. H:i', $comment->comment_timestamp); ?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td style="width: 80px;">
|
||||||
<?php if ($comment->comment_objecttype_id === '1'): ?>
|
<?php if ($comment->comment_objecttype_id === '1'): ?>
|
||||||
<?= $this->icon('host.png', 'Host comment') ?>
|
<?= $this->icon('host.png', 'Host comment') ?>
|
||||||
<?php elseif ($comment->comment_objecttype_id === '2'): ?>
|
<?php elseif ($comment->comment_objecttype_id === '2'): ?>
|
||||||
|
@ -76,7 +76,8 @@ $viewHelper = $this->getHelper('MonitoringState');
|
||||||
<a class="hidden" href="<?= $detailLink; ?>"></a>
|
<a class="hidden" href="<?= $detailLink; ?>"></a>
|
||||||
|
|
||||||
<div rel="tooltip" title="Comment #<?=$comment->comment_id ?>">
|
<div rel="tooltip" title="Comment #<?=$comment->comment_id ?>">
|
||||||
For
|
|
||||||
|
<strong>
|
||||||
<?php if ($comment->service_name): ?>
|
<?php if ($comment->service_name): ?>
|
||||||
<a href="<?= $detailLink ?>">
|
<a href="<?= $detailLink ?>">
|
||||||
<?= $comment->service_name ?>
|
<?= $comment->service_name ?>
|
||||||
|
@ -88,6 +89,7 @@ $viewHelper = $this->getHelper('MonitoringState');
|
||||||
<?= $comment->host_name; ?>
|
<?= $comment->host_name; ?>
|
||||||
</a>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</strong>
|
||||||
by
|
by
|
||||||
<?= $comment->comment_author; ?>
|
<?= $comment->comment_author; ?>
|
||||||
<div class="small-row">
|
<div class="small-row">
|
||||||
|
@ -108,7 +110,7 @@ $viewHelper = $this->getHelper('MonitoringState');
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td style="width: 40px;" href="#">
|
||||||
<?php
|
<?php
|
||||||
$data = array(
|
$data = array(
|
||||||
'commentid' => $comment->comment_id,
|
'commentid' => $comment->comment_id,
|
||||||
|
|
Loading…
Reference in New Issue