From 958ac7217f9c65290ae424016f4794641845fa9c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 23:35:48 +0200 Subject: [PATCH] monitoring/CSS: Use class action link on send notification links refs #5543 --- .../views/scripts/show/components/notifications.phtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 9a91958625..61e9c8e5b9 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -11,8 +11,9 @@ 'monitoring/host/send-custom-notification', array('host' => $object->getName()), array( - 'icon' => 'bell', + 'class' => 'action-link', 'data-base-target' => '_self', + 'icon' => 'bell', 'title' => $this->translate( 'Send a custom notification to contacts responsible for this host' ) @@ -25,8 +26,9 @@ 'monitoring/service/send-custom-notification', array('host' => $object->getHost()->getName(), 'service' => $object->getName()), array( - 'icon' => 'bell', + 'class' => 'action-link', 'data-base-target' => '_self', + 'icon' => 'bell', 'title' => $this->translate( 'Send a custom notification to contacts responsible for this service' )