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) ?> |