summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 18:57:00 +0100
committerMichael Neves2012-01-26 18:57:00 +0100
commit5f00219ba4b0324e58dbd2d7122287ebe63db3dc (patch)
tree4115954676df200b5488f0258084695437653f19
parentPreboot add/edit fix (diff)
downloadpbs2-5f00219ba4b0324e58dbd2d7122287ebe63db3dc.tar.gz
pbs2-5f00219ba4b0324e58dbd2d7122287ebe63db3dc.tar.xz
pbs2-5f00219ba4b0324e58dbd2d7122287ebe63db3dc.zip
Preboot add/edit fix
-rw-r--r--application/modules/user/forms/Preboot.php1
1 files changed, 0 insertions, 1 deletions
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());
}