summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 15:50:37 +0200
committerBjörn Geiger2011-09-08 15:50:37 +0200
commit38a8fa5d4db0d0d6c2d937c842216892ea78334b (patch)
treec8ccb2fa54c12eb557a5a4cb872adce2afcea00b /application/forms/EventAdd.php
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-38a8fa5d4db0d0d6c2d937c842216892ea78334b.tar.gz
poolctrl-38a8fa5d4db0d0d6c2d937c842216892ea78334b.tar.xz
poolctrl-38a8fa5d4db0d0d6c2d937c842216892ea78334b.zip
weiteres
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 9f0a78d..8d10686 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -96,7 +96,7 @@ class Application_Form_EventAdd extends Zend_Form
}
$eventcategoryfield->setRegisterInArrayValidator(false);
- $eventcategoryfield->setAttrib('onchange', "eventcategoryfieldChanged('category');");
+ $eventcategoryfield->setAttrib('onchange', "addeventcategoryfieldChanged('category');");
if(isset($this->defaultEventCategoryID)) {
$eventcategoryfield->setValue($this->defaultEventCategoryID);
}
@@ -214,8 +214,7 @@ class Application_Form_EventAdd extends Zend_Form
));
echo '<script type="text/javascript">
- repeatChanged("repeat");
- eventcategoryfieldChanged("category");
+ addeventcategoryfieldChanged("category");
$(function() {
$("#start").datetimepicker();
$("#end").datetimepicker();