From 38a8fa5d4db0d0d6c2d937c842216892ea78334b Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 8 Sep 2011 15:50:37 +0200 Subject: weiteres --- application/forms/EventAdd.php | 5 ++--- application/forms/EventEdit.php | 9 ++++----- public/media/js/script.js | 27 ++++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 9 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 '