From b7f360f88bec18ddcde528e3e3400fb869de8c09 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 13:21:17 +0100 Subject: Added Preboottype in DB {usb, iso} --- application/modules/user/forms/BootmenuEntries.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/modules/user/forms/BootmenuEntries.php') diff --git a/application/modules/user/forms/BootmenuEntries.php b/application/modules/user/forms/BootmenuEntries.php index ae11d84..a2b861a 100644 --- a/application/modules/user/forms/BootmenuEntries.php +++ b/application/modules/user/forms/BootmenuEntries.php @@ -93,9 +93,6 @@ class user_Form_BootmenuEntries extends Zend_Form { if($_POST['kcl']) { $this->addElement('textarea', 'defaultkcl', array( 'filters' => array('StringTrim'), - 'validators' => array( - array('StringLength', false, array(0, 50)), - ), 'required' => false, 'cols' => 50, 'rows' => 5, -- cgit v1.2.3-55-g7522