diff options
| author | michael pereira | 2011-04-25 11:40:40 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-25 11:40:40 +0200 |
| commit | e2d929c54a0d951c9bae51df7df5178bf9f0066f (patch) | |
| tree | 142a271540cb0467350c91d1818340b0b09c8b7f /application/modules/user/forms/Bootos.php | |
| parent | auto-close removed, handled by fbgui now (diff) | |
| download | pbs2-e2d929c54a0d951c9bae51df7df5178bf9f0066f.tar.gz pbs2-e2d929c54a0d951c9bae51df7df5178bf9f0066f.tar.xz pbs2-e2d929c54a0d951c9bae51df7df5178bf9f0066f.zip | |
config fertig
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index c4b1c70..5e20a8a 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -121,20 +121,17 @@ class user_Form_Bootos extends Zend_Form )); $this->addElement('file', 'kernel', array( - 'required' => $filereq, 'readOnly' => $meta, 'label' => 'Kernel:', )); $this->addElement('file', 'init', array( - 'required' => $filereq, 'readOnly' => $meta, 'label' => 'Initramfs:', )); $this->addElement('file', 'config', array( 'validators' => array(array('Extension', false, array('tgz'))), - 'required' => $filereq, 'readOnly' => $meta, 'label' => 'Config:', )); |
