From be3bf392777efb6c953064e095b5fe510bff1ca8 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 18 Apr 2011 16:33:13 +0200 Subject: API-Key bei Membership & BootOS über API fertig --- application/modules/user/forms/Bootos.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/modules/user/forms/Bootos.php') 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:', -- cgit v1.2.3-55-g7522