diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index 7d0874366..5a09d8360 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -45,31 +45,29 @@ if (empty($object->comments) && ! $addLink) { else: ?>
comments as $comment): ?> -
+
escape($comment->author) ?> - + translate('commented') ?> timeAgo($comment->timestamp) ?> - - - setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); - $deleteButton->populate( - array( - 'comment_id' => $comment->id, - 'comment_is_service' => isset($comment->service_description) - ) - ); - echo $deleteButton; - ?> - - + persistent ? $this->icon('attach', 'This comment is persistent.') : '' ?> + setAttrib('class', $deleteButton->getAttrib('class') . ' remove-action'); + $deleteButton->populate( + array( + 'comment_id' => $comment->id, + 'comment_is_service' => isset($comment->service_description) + ) + ); + echo $deleteButton; + } ?>
-
-

createTicketLinks($this->escape($comment->comment)), false) ?>

+
+ createTicketLinks($this->escape($comment->comment)), false) ?>