From 5be378c7470c3a6f1195ff19468db432a9270047 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 9 Mar 2011 13:20:47 +0100 Subject: Controller Validation fix --- application/forms/BootisoCreate.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'application/forms/BootisoCreate.php') 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( -- cgit v1.2.3-55-g7522