diff --git a/modules/monitoring/application/views/scripts/show/contact.phtml b/modules/monitoring/application/views/scripts/show/contact.phtml index a2e720ec9..c4dc41b9e 100644 --- a/modules/monitoring/application/views/scripts/show/contact.phtml +++ b/modules/monitoring/application/views/scripts/show/contact.phtml @@ -1,69 +1,59 @@ -getHelper('ContactFlags'); -?> -
- = $this->escape($contact->contact_name) ?> (= - $this->escape($contact->contact_alias) - ?>) - | -|
---|---|
= t('Email') ?> | -%1$s', - $this->escape($contact->contact_email) - ); ?> | -
= t('Pager') ?> | -= $this->escape($contact->contact_pager) ?> | -
= t('Flags (service)') ?> | -= $this->escape($contactHelper->contactFlags($contact, 'service')) ?> | -
= t('Flags (host)') ?> | -= $this->escape($contactHelper->contactFlags($contact, 'host')) ?> | -
= t('Service notification period') ?> | -= $this->escape($contact->contact_notify_service_timeperiod) ?> | -
= t('Host notification period') ?> | -= $this->escape($contact->contact_notify_host_timeperiod) ?> | -
= $this->translate('No notifications for this contact'); ?>
- - - - = $this->translate('No such contact'); ?>: = $contactName; ?> - + + = $this->translate('No such contact') ?>: = $contactName ?>+ | = $this->escape($contact->contact_alias) ?> (= $contact->contact_name ?>) | +
---|---|
= t('Email') ?> | += sprintf('%1$s', $this->escape($contact->contact_email)) ?> | +
= t('Pager') ?> | += $this->escape($contact->contact_pager) ?> | +
= t('Hosts') ?> | += $this->escape($contactHelper->contactFlags($contact, 'host')) ?> + = $this->escape($contact->contact_notify_host_timeperiod) ?> |
+
= t('Services') ?> | += $this->escape($contactHelper->contactFlags($contact, 'service')) ?> + = $this->escape($contact->contact_notify_service_timeperiod) ?> |
+