Esempio n. 1
0
 public function startUp()
 {
     $this->config = array('Permission' => array('fields' => array('name', 'rule')), array('type' => 'submit', 'value' => __('Speichern')));
     return parent::startUp();
 }
Esempio n. 2
0
 public function startUp()
 {
     $this->config = array(array('type' => 'email', 'placeholder' => __('E-Mail'), 'label' => false), array('type' => 'password', 'label' => false, 'placeholder' => __('Passwort')), array('type' => 'submit', 'value' => __('anmelden')));
     return parent::startUp();
 }
Esempio n. 3
0
 public function startUp()
 {
     $this->config = array(array('type' => 'text', 'name' => 'q', 'label' => false, 'placeholder' => __('suche'), 'value' => coalesce(@$this->controller->params['q'], false)));
     return parent::startUp();
 }