parent
598294d2a2
commit
74360ee8e6
|
@ -35,9 +35,15 @@ if ($object->acknowledged): ?>
|
|||
);
|
||||
}
|
||||
?>
|
||||
<a href="<?= $ackLink ?>" data-base-target="_self">
|
||||
<?= $this->icon('ok') ?> <?= $this->translate('Acknowledge') ?>
|
||||
</a>
|
||||
<?= $this->qlink(
|
||||
$this->icon('ok') . ' ' . $this->translate('Acknowledge'),
|
||||
$ackLink,
|
||||
null,
|
||||
array('title' => $this->translate(
|
||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||
)),
|
||||
false
|
||||
); ?>
|
||||
<?php } else {
|
||||
echo '-';
|
||||
} // endif ?>
|
||||
|
|
Loading…
Reference in New Issue