diff --git a/modules/monitoring/application/views/scripts/list/contactgroups.phtml b/modules/monitoring/application/views/scripts/list/contactgroups.phtml index 099db3979..6176feea8 100644 --- a/modules/monitoring/application/views/scripts/list/contactgroups.phtml +++ b/modules/monitoring/application/views/scripts/list/contactgroups.phtml @@ -1,4 +1,7 @@ -compact): ?> +compact): ?>
-contact_email): ?>
- = $c->contact_email; ?>
-contact_pager): ?>
-
- = $c->contact_pager; ?>
-
-
+ | = $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
- ))
- ); ?> (= $contact->contact_alias; ?>)
-
- = $this->translate('Email'); ?>:
- = $this->escape($contact->contact_email); ?>
-
-
+ ), 'class' => 'rowaction')
+ ); ?>
+ |
+ + = $this->translate('Email'); ?>: + + = $this->escape($contact->contact_email); ?> + + | +
contact_pager): ?>
-
- = $this->translate('Pager') ?>:
- = $this->escape($contact->contact_pager) ?>
-
+
+ = $this->escape($contact->contact_pager) ?>
+
-
-
- contact_notify_service_timeperiod): ?>
-
-
-
-
-
- hasResult()): ?>
- = $this->translate('No contacts found matching the filter'); ?>
- hasMore()): ?>
- = $this->qlink(
- $this->translate('Show More'),
- $this->url()->without(array('view', 'limit')),
- null,
- array(
- 'data-base-target' => '_next',
- 'class' => 'pull-right show-more'
- )
- ); ?>
-
-
+
- = $this->translate('Service notification period') ?>:
- = $this->escape($contact->contact_notify_service_timeperiod) ?>
-
-
- contact_notify_host_timeperiod): ?>
-
- = $this->translate('Host notification period') ?>:
- = $this->escape($contact->contact_notify_host_timeperiod) ?>
-
-
- |
+
+ contact_notify_service_timeperiod): ?>
+ + = $this->escape($contact->contact_notify_service_timeperiod) ?> + | + + + contact_notify_host_timeperiod): ?> ++ = $this->escape($contact->contact_notify_host_timeperiod) ?> + | + +