From 53e73161d8ca1b45bf26e6900b355f0dde2a2227 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2015 18:45:38 +0100 Subject: [PATCH] Fix that the AcknowledgeCommandForm is opened in a new column --- .../views/scripts/show/components/acknowledgement.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml index 22a372151..7c50a4882 100644 --- a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml +++ b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml @@ -40,8 +40,9 @@ if ($object->acknowledged): ?> $ackLink, null, array( - 'icon' => 'ok', - 'title' => $this->translate( + 'icon' => 'ok', + 'data-base-target' => '_self', + 'title' => $this->translate( 'Acknowledge this problem, suppress all future notifications for it and tag it as being handled' ) )