From 5f00219ba4b0324e58dbd2d7122287ebe63db3dc Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 18:57:00 +0100 Subject: Preboot add/edit fix --- application/modules/user/forms/Preboot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php index ff88a04..920b802 100644 --- a/application/modules/user/forms/Preboot.php +++ b/application/modules/user/forms/Preboot.php @@ -67,7 +67,6 @@ class user_Form_Preboot extends Zend_Form { $preboottypefield = $this->createElement('select', 'preboottypeID'); $preboottypefield->setLabel('Type:'); $preboottypefield->setAttrib('readOnly', $meta); - $preboottypefield->setAttrib('onChange', "document.getElementById('".$this->action."').submit();"); foreach($this->preboottype as $k => $pt) { $preboottypefield->addMultiOption($pt->getID(), $pt->getName()); } -- cgit v1.2.3-55-g7522