diff options
| author | michael pereira | 2011-04-18 16:33:13 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-18 16:33:13 +0200 |
| commit | be3bf392777efb6c953064e095b5fe510bff1ca8 (patch) | |
| tree | d05ed80b1d25ce33b4bdf8d2c21a105e99b133b7 /application/modules/user/forms | |
| parent | Public Level -1 (nicht freigeschaltet) bei Bootiso und Bootos (diff) | |
| download | pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.gz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.xz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.zip | |
API-Key bei Membership & BootOS über API fertig
Diffstat (limited to 'application/modules/user/forms')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 964fbf3..2453f1b 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -58,7 +58,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => flase, 'size' => 50, 'readOnly' => $meta, 'label' => 'Init-Path:', @@ -69,7 +69,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => false, 'size' => 50, 'readOnly' => $meta, 'label' => 'Kernel-Path:', @@ -80,7 +80,7 @@ class user_Form_Bootos extends Zend_Form 'validators' => array( array('StringLength', false, array(0, 250)), ), - 'required' => true, + 'required' => false, 'size' => 50, 'readOnly' => $meta, 'label' => 'Config-Path:', |
