/**
  *
  * @return the title and the user post form
  * @param $text Object
  */
 function getHeader($text = '')
 {
     return parent::getHeader($text) . $this->getPostForm() . $this->getDisabledWarning() . $this->sugarFeedDisplayScript() . '<div class="sugarFeedDashlet"><div id="contentScroller' . $this->idjs . '">';
 }
Example #2
0
 function getHeader($text = '')
 {
     return parent::getHeader($text) . $this->getPostForm();
 }