mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
monitoring: Fix coding style in the comments/show view script
This commit is contained in:
parent
aceae4cb6e
commit
d92f2cca0e
@ -2,23 +2,18 @@
|
|||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div data-base-target='_next'>
|
<?= $this->render('partials/comment/comments-header.phtml') ?>
|
||||||
<?= $this->render('partials/comment/comments-header.phtml') ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content multi-commands">
|
<div class="content multi-commands">
|
||||||
<h3><?= $this->icon('reschedule') ?><?= $this->translate('Commands') ?></h3>
|
<h3><?= $this->icon('reschedule') ?><?= $this->translate('Commands') ?></h3>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
sprintf(
|
sprintf($this->translate('Remove %d comments'), $comments->count()),
|
||||||
$this->translate('Remove %d comments'),
|
|
||||||
$comments->count()
|
|
||||||
),
|
|
||||||
$removeAllLink,
|
$removeAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'trash',
|
'icon' => 'trash',
|
||||||
'title' => $this->translate('Remove all selected comments.')
|
'title' => $this->translate('Remove all selected comments')
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user