From 9517824b41fc67742d7127cf61841d49911e307c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 20 Mar 2014 16:33:06 +0000 Subject: [PATCH] Better form target settings for more comfort --- .../scripts/show/components/acknowledgement.phtml | 4 ++-- .../views/scripts/show/components/flags.phtml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml index c1d60a58a..a96e98fdc 100644 --- a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml +++ b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml @@ -21,7 +21,7 @@ if ($object->service_description) { if ($object instanceof Host && $object->host_acknowledged || $object instanceof Service && $object->service_acknowledged): ?> Issue acknowledged - labelSubmitForm( + labelSubmitForm( 'Remove Acknowledgement', 'Remove problem acknowledgement', 'link-like', @@ -34,7 +34,7 @@ if ($object instanceof Host && $object->host_acknowledged icon('acknowledgement_petrol.png') ?> Acknowledge now + ) ?>">icon('acknowledgement_petrol.png') ?> Acknowledge diff --git a/modules/monitoring/application/views/scripts/show/components/flags.phtml b/modules/monitoring/application/views/scripts/show/components/flags.phtml index c5eb47a4a..484d938e4 100644 --- a/modules/monitoring/application/views/scripts/show/components/flags.phtml +++ b/modules/monitoring/application/views/scripts/show/components/flags.phtml @@ -11,7 +11,7 @@ $data = array( ?> Passive Checks - toggleSubmitForm( + toggleSubmitForm( '', $o->passive_checks_enabled, 'startacceptingpassivechecks', @@ -22,7 +22,7 @@ $data = array( Active Checks - toggleSubmitForm( + toggleSubmitForm( '', $o->active_checks_enabled, 'enableactivechecks', @@ -33,7 +33,7 @@ $data = array( Notifications - toggleSubmitForm( + toggleSubmitForm( '', $o->notifications_enabled, 'enablenotifications', @@ -44,7 +44,7 @@ $data = array( Event Handler - toggleSubmitForm( + toggleSubmitForm( '', $o->event_handler_enabled, 'enableeventhandler', @@ -55,7 +55,7 @@ $data = array( Flap Detection - toggleSubmitForm( + toggleSubmitForm( '', $o->flap_detection_enabled, 'enableflapdetection', @@ -66,7 +66,7 @@ $data = array( Obsessing - toggleSubmitForm( + toggleSubmitForm( '', $o->obsessing, 'startobsessing',