/**
  * Initialize toolbar with 2 buttons : ResendOrders and ViewLog
  */
 public function initToolbar()
 {
     parent::initToolbar();
     if (is_null($this->display)) {
         $this->toolbar_btn['sceau'] = array('href' => $this->context->link->getAdminLink('AdminSceau') . "&action=ResendOrders", 'desc' => $this->l('Resend orders'));
     }
 }
 public function initToolbar()
 {
     parent::initToolbar();
     if (is_null($this->display)) {
         $this->toolbar_btn['cert1'] = array('href' => $this->context->link->getAdminLink('AdminCertissim') . "&action=getAllWaitingScores", 'desc' => $this->l('Get waiting evalulations'));
         $this->toolbar_btn['cert2'] = array('href' => $this->context->link->getAdminLink('AdminCertissim') . "&action=getReevaluations", 'desc' => $this->l('Get reevalulations'));
     }
 }