diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml
index 4d3ee0a55..0eb56f37c 100644
--- a/modules/monitoring/application/views/scripts/list/contacts.phtml
+++ b/modules/monitoring/application/views/scripts/list/contacts.phtml
@@ -5,31 +5,37 @@ $contactHelper = $this->getHelper('ContactFlags');
= $this->tabs ?>
- = $this->sortControl->render($this); ?>
+ = $this->sortControl->render($this); ?>
- = $this->paginationControl($contacts, null, null, array('preserve' => $this->preserve)); ?>
+ = $this->paginationControl($contacts, null, null, array('preserve' => $this->preserve)); ?>
-
-
+ href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
+
+
) ?>)
+
= $contact->contact_name ?> (= $contact->contact_alias ?>)
href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
-
- = $contact->contact_name ?> |
- = $contact->contact_alias ?> |
- = $contact->contact_email ?> |
- = $contact->contact_pager ?> |
- = $contactHelper->contactFlags($contact, 'service') ?> |
- = $contactHelper->contactFlags($contact, 'host') ?> |
- = $contact->contact_notify_service_timeperiod ?> |
- = $contact->contact_notify_host_timeperiod ?> |
-
-
-
-
+ foreach (array(
+ $contact->contact_email => 'eMail:
%1$s',
+ $contact->contact_pager => 'Pager: %s',
+ $contact->contact_notify_service_timeperiod => 'Service notification period: %s',
+ $contact->contact_notify_host_timeperiod => 'Host notification period: %s'
+ ) as $value => $format):
+ if ($value): ?>
+
+
+
+
+