summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-06 14:27:27 +0200
committerBjörn Geiger2011-10-06 14:27:27 +0200
commit13720bb35054a0691ae2ac10bd00b7ce7bfa8f2b (patch)
tree235d8c44909e3c31d06ace0ed6ba0270f443b758 /application
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-13720bb35054a0691ae2ac10bd00b7ce7bfa8f2b.tar.gz
poolctrl-13720bb35054a0691ae2ac10bd00b7ce7bfa8f2b.tar.xz
poolctrl-13720bb35054a0691ae2ac10bd00b7ce7bfa8f2b.zip
Config nicht mehr optional
Diffstat (limited to 'application')
-rwxr-xr-xapplication/forms/EventAdd.php1
-rwxr-xr-xapplication/forms/EventEdit.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index f5503d3..49c7e87 100755
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -297,7 +297,6 @@ class Application_Form_EventAdd extends Zend_Form
foreach($this->configlist as $id => $bootosConfigs) {
$configfield = $this->createElement('select','pbs_configID_' . $id);
$configfield->setLabel('Config:');
- $configfield->addMultiOption('default', '---no config---');
if(count($bootosConfigs)>0){
foreach($bootosConfigs as $config => $c){
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index 2e1a4a9..8a6ffc9 100755
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -335,7 +335,6 @@ class Application_Form_EventEdit extends Zend_Form
foreach($this->configlist as $id => $bootosConfigs) {
$configfield = $this->createElement('select','pbs_configID_' . $id);
$configfield->setLabel('Config:');
- $configfield->addMultiOption('default', '---no config---');
if(count($bootosConfigs)>0){
foreach($bootosConfigs as $config => $c){