diff options
| author | Simon | 2011-03-09 14:43:47 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 14:43:47 +0100 |
| commit | 93fa92b857d53b7f9c9841336a32d3a177b20994 (patch) | |
| tree | 740e8a4d978ec08e22044ee162d7b9ce20c89023 /application/forms/BootisoCreate.php | |
| parent | Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & sele... (diff) | |
| parent | Controller Validation fix (diff) | |
| download | pbs2-93fa92b857d53b7f9c9841336a32d3a177b20994.tar.gz pbs2-93fa92b857d53b7f9c9841336a32d3a177b20994.tar.xz pbs2-93fa92b857d53b7f9c9841336a32d3a177b20994.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/forms/BootisoCreate.php')
| -rw-r--r-- | application/forms/BootisoCreate.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/forms/BootisoCreate.php b/application/forms/BootisoCreate.php index 3d04124..6efb0c2 100644 --- a/application/forms/BootisoCreate.php +++ b/application/forms/BootisoCreate.php @@ -41,6 +41,7 @@ class Application_Form_BootisoCreate extends Zend_Form array('StringLength', false, array(0, 50)), ), 'required' => true, + 'size' => 50, 'label' => 'Path:', )); @@ -50,6 +51,7 @@ class Application_Form_BootisoCreate extends Zend_Form array('StringLength', false, array(0, 50)), ), 'required' => true, + 'size' => 50, 'label' => 'Serialnumber:', )); @@ -72,6 +74,7 @@ class Application_Form_BootisoCreate extends Zend_Form ), 'required' => true, 'label' => 'Public-Level:', + 'value' => '0' )); $this->addElement('submit', 'createbootiso', array( |
