예제 #1
0
파일: Create.php 프로젝트: Roave/issues
 public function init()
 {
     parent::init();
     $this->removeElement('status');
     $this->getElement('submit')->setLabel($this->translate('create_issue'));
 }
예제 #2
0
파일: Edit.php 프로젝트: Roave/issues
 public function init()
 {
     parent::init();
     $this->getElement('submit')->setLabel($this->translate('edit_issue'));
 }