From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- .../application/views/scripts/show/contact.phtml | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 modules/monitoring/application/views/scripts/show/contact.phtml (limited to 'modules/monitoring/application/views/scripts/show/contact.phtml') diff --git a/modules/monitoring/application/views/scripts/show/contact.phtml b/modules/monitoring/application/views/scripts/show/contact.phtml new file mode 100644 index 0000000..aa448ae --- /dev/null +++ b/modules/monitoring/application/views/scripts/show/contact.phtml @@ -0,0 +1,70 @@ +getHelper('ContactFlags') ?> +
+ compact): ?> + tabs; ?> + +

translate('Contact details') ?>

+
+ + + translate('No such contact') ?>: +
+ + + + + + + + +contact_email): ?> + + + + + +contact_pager): ?> + + + + + + + + + + + + + + +
escape($contact->contact_alias) ?> (contact_name ?>)
translate('Email') ?> + + escape($contact->contact_email); ?> + +
translate('Pager') ?>escape($contact->contact_pager) ?>
translate('Hosts') ?>escape($contactHelper->contactFlags($contact, 'host')) ?>
+ escape($contact->contact_notify_host_timeperiod) ?>
translate('Services') ?>escape($contactHelper->contactFlags($contact, 'service')) ?>
+ escape($contact->contact_notify_service_timeperiod) ?>
+ +

translate('Commands') ?>:

+ + +

translate('Notifications sent to this contact') ?>

+ limiter; ?> + paginator; ?> + + + +partial('list/notifications.phtml', array( + 'notifications' => $notifications, + 'compact' => true +)); ?> + +
translate('No notifications have been sent for this contact') ?>
+ -- cgit v1.2.3