예제 #1
0
 protected function getClientBoxFilling()
 {
     $comments = AdminManager::inst()->getPostsWithUncheckedCommentsHtml();
     $comments = $comments ? $comments : PsHtml::div(array('class' => 'no_items'), 'Нет новых комментариев');
     return new ClientBoxFilling('Новые комментарии:', false, null, array('comments' => $comments));
 }