コード例 #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'));
 }