= $this->translate('Author') ?> | = $this->escape($this->entry->author) ?> |
---|---|
= $this->translate('Date') ?> | = $this->entry->change_time ?> |
= $this->translate('Action') ?> | = $this->entry->action_name ?> |
= $this->translate('Action') ?> | = sprintf( '%s %s "%s"', $this->entry->action_name, $this->entry->object_type, $this->qlink( $this->entry->object_name, 'director/' . preg_replace('/^icinga_/', '', $this->entry->object_type), array('name' => $this->entry->object_name) ) ) ?> |
= $this->translate('Checksum') ?> | = bin2hex($this->entry->checksum) ?> |