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): ?>
@@ -12,46 +11,44 @@ if (! $this->compact): ?>
translate('No contactgroups found matching the filter') . '
'; return; } ?> + + + + + + + + + -
translate('Hostgroup') ?>translate('Alias') ?>
- - - - - - - - - - $groupInfo): ?> - - - - - - - -
translate('Hostgroup') ?>translate('Alias') ?>
- - - qlink( - $groupName, - 'monitoring/list/contacts', - array('contactgroup' => $groupName), - array('title' => sprintf( - $this->translate('Show detailed information about %s'), - $groupName - )) - ); ?> - - - - -
+ $groupInfo): ?> + + + + + + qlink( + $groupName, + 'monitoring/list/contacts', + array('contactgroup' => $groupName), + array('title' => sprintf( + $this->translate('Show detailed information about %s'), + $groupName + )) + ) ?> + + + + + + + + + +
diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml index 851a53980..5a365ffa7 100644 --- a/modules/monitoring/application/views/scripts/list/contacts.phtml +++ b/modules/monitoring/application/views/scripts/list/contacts.phtml @@ -8,71 +8,71 @@ - - - - - - - - - - peekAhead($this->compact) as $contact): ?> +
+hasResult()): ?> +
translate('Name') ?>translate('Email') ?>translate('Pager') ?>
+ - - - - - contact_notify_service_timeperiod): ?> - - - - contact_notify_host_timeperiod): ?> - - + + + - - -
- 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') - ); ?> - - translate('Email'); ?>: - - escape($contact->contact_email); ?> - - - contact_pager): ?> -
- escape($contact->contact_pager) ?> -
- -
- escape($contact->contact_notify_service_timeperiod) ?> - - escape($contact->contact_notify_host_timeperiod) ?> - translate('Name') ?>translate('Email') ?>translate('Pager') ?>
+ + + peekAhead($this->compact) as $contact): ?> + + + 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') + ); ?> + + + translate('Email') ?>: + + escape($contact->contact_email); ?> + + + + contact_pager): ?> + escape($contact->contact_pager) ?> + + -hasResult()): ?> + contact_notify_service_timeperiod): ?> + + escape($contact->contact_notify_service_timeperiod) ?> + + + + contact_notify_host_timeperiod): ?> + + escape($contact->contact_notify_host_timeperiod) ?> + + + + + + + hasMore()): ?> + qlink( + $this->translate('Show More'), + $this->url()->without(array('view', 'limit')), + null, + array( + 'data-base-target' => '_next', + 'class' => 'pull-right show-more' + ) + ); ?> + + translate('No contacts found matching the filter'); ?> -hasMore()): ?> - qlink( - $this->translate('Show More'), - $this->url()->without(array('view', 'limit')), - null, - array( - 'data-base-target' => '_next', - 'class' => 'pull-right show-more' - ) - ); ?> - + \ No newline at end of file