Replace icon ok w/ check for the acknowledge command

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-25 14:48:42 +01:00 committed by Eric Lippmann
parent cfb4cd7ad1
commit 3294f60ef4
4 changed files with 7 additions and 7 deletions

View File

@ -31,8 +31,8 @@
$acknowledgeLink,
null,
array(
'icon' => 'ok',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'check'
)
) ?>
</td>

View File

@ -18,7 +18,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'ok',
'icon' => 'edit',
'title' => $this->translate(
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
)
@ -32,7 +32,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'ok',
'icon' => 'edit',
'title' => $this->translate(
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
)

View File

@ -30,8 +30,8 @@
$acknowledgeLink,
null,
array(
'icon' => 'ok',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'check'
)
) ?> </td>
</tr>

View File

@ -80,7 +80,7 @@ $acknowledgement = $object->acknowledgement;
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'ok',
'icon' => 'edit',
'title' => $this->translate(
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
)