diff options
| author | Simon | 2011-04-21 17:13:59 +0200 |
|---|---|---|
| committer | Simon | 2011-04-21 17:13:59 +0200 |
| commit | 851c7a2f0975f809c4ee603c902548180f55d0f1 (patch) | |
| tree | 3b4f38af347660780910616260321e02d6880754 /application/modules/user/forms/Bootos.php | |
| parent | Kleine Änderungen (diff) | |
| parent | cleanup (diff) | |
| download | pbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.tar.gz pbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.tar.xz pbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 1dd0d07..d9cd24f 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -63,39 +63,6 @@ class user_Form_Bootos extends Zend_Form 'label' => 'Description:', )); - $this->addElement('text', 'path_init', array( - 'filters' => array('StringTrim'), - 'validators' => array( - array('StringLength', false, array(0, 250)), - ), - 'required' => false, - 'size' => 50, - 'readOnly' => $meta, - 'label' => 'Init-Path:', - )); - - $this->addElement('text', 'path_kernel', array( - 'filters' => array('StringTrim'), - 'validators' => array( - array('StringLength', false, array(0, 250)), - ), - 'required' => false, - 'size' => 50, - 'readOnly' => $meta, - 'label' => 'Kernel-Path:', - )); - - $this->addElement('text', 'path_config', array( - 'filters' => array('StringTrim'), - 'validators' => array( - array('StringLength', false, array(0, 250)), - ), - 'required' => false, - 'size' => 50, - 'readOnly' => $meta, - 'label' => 'Config-Path:', - )); - $this->addElement('textarea', 'defaultkcl', array( 'filters' => array('StringTrim'), 'validators' => array( |
