diff --git a/modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml b/modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml index 7e2a5d87c..6d5ba8f88 100644 --- a/modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/comment/comments-header.phtml @@ -1,32 +1,32 @@ -
| - = $this->render('partials/comment/comment-description.phtml'); ?> - | -- = $this->render('partials/comment/comment-detail.phtml'); ?> - | ++ = $this->partial('partials/comment/comment-description.phtml', array('comment' => $comment)) ?> + | ++ = $this->partial('partials/comment/comment-detail.phtml', array('comment' => $comment)) ?> + |
- 5): ?> = $this->qlink( - sprintf($this->translate('show all %d comments'), $i), + sprintf($this->translate('List all %d comments'), $comments->count()), $listAllLink, null, array( - 'icon' => $i > 5 ? 'down-open' : '', - 'data-base-target' => "_next" + 'data-base-target' => '_next', + 'icon' => 'down-open' ) ) ?> -
+