diff --git a/modules/monitoring/application/views/scripts/list/contactgroups.phtml b/modules/monitoring/application/views/scripts/list/contactgroups.phtml index 6176feea8..3a1a5bae1 100644 --- a/modules/monitoring/application/views/scripts/list/contactgroups.phtml +++ b/modules/monitoring/application/views/scripts/list/contactgroups.phtml @@ -1,5 +1,4 @@ compact): ?>
+ | = $this->translate('Hostgroup') ?> | += $this->translate('Alias') ?> | +
---|
- | = $this->translate('Hostgroup') ?> | -= $this->translate('Alias') ?> | -
---|---|---|
- = count($groupInfo['contacts']) ?> - | -- = $this->qlink( - $groupName, - 'monitoring/list/contacts', - array('contactgroup' => $groupName), - array('title' => sprintf( - $this->translate('Show detailed information about %s'), - $groupName - )) - ); ?> - | -- - = $groupInfo['alias'] ?> - - | -
= $this->translate('Name') ?> | -= $this->translate('Email') ?> | -= $this->translate('Pager') ?> | -
---|
- = $this->qlink( - $contact->contact_name, - 'monitoring/show/contact', - array('contact_name' => $contact->contact_name), - array('title' => sprintf( - $this->translate('Show detailed information about %s'), - $contact->contact_alias - ), 'class' => 'rowaction') - ); ?> - | -- = $this->translate('Email'); ?>: - - = $this->escape($contact->contact_email); ?> - - | -
- contact_pager): ?>
-
- = $this->escape($contact->contact_pager) ?>
-
-
- |
-
- contact_notify_service_timeperiod): ?>
- - = $this->escape($contact->contact_notify_service_timeperiod) ?> - | - - - contact_notify_host_timeperiod): ?> -- = $this->escape($contact->contact_notify_host_timeperiod) ?> - | - += $this->translate('Name') ?> | += $this->translate('Email') ?> | += $this->translate('Pager') ?> |
---|