getHelper('CommandForm'); $data = array('host' => $object->host_name); if ($object->service_description) { $data['service'] = $object->service_description; } ?>
| No comments |
|
comment_internal_id;
echo $cf->iconSubmitForm(
'img/icons/remove.png',
'Remove comment',
'btn-small',
'removecomment',
$deleteData
);
?>
= $this->escape($comment->comment_author); ?>, = $comment->comment_type; ?>
(= $this->format()->timeSince($comment->comment_timestamp); ?>)
= $this->escape($comment->comment_data); ?>
|