Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->removeElement('status');
     $this->getElement('submit')->setLabel($this->translate('create_issue'));
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->getElement('submit')->setLabel($this->translate('edit_issue'));
 }