public function renderList()
 {
     $this->initToolbar();
     $this->addRowAction('edit');
     $this->addRowAction('delete');
     return parent::renderList();
 }
 public function renderList()
 {
     $this->toolbar_title = $this->l('Blogs Management');
     $this->toolbar_btn['new'] = array('href' => self::$currentIndex . '&add' . $this->table . '&id_leoblog_blog_category=' . (int) '9' . '&token=' . $this->token, 'desc' => $this->l('Add new'));
     return parent::renderList();
 }
 public function renderList()
 {
     $this->toolbar_title = $this->l('Comments Management');
     $this->toolbar_btn['new'] = null;
     return parent::renderList();
 }