From 74360ee8e616a7dbcb4a8b3877294396205e5a39 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Feb 2015 17:26:21 +0100 Subject: [PATCH] Add proper titles to the acknowledgements component view refs #8458 --- .../scripts/show/components/acknowledgement.phtml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml index 8da35590f..e5f85c021 100644 --- a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml +++ b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml @@ -35,9 +35,15 @@ if ($object->acknowledged): ?> ); } ?> - - icon('ok') ?> translate('Acknowledge') ?> - + 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 + ); ?>