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/EventEdit.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'application/forms/EventEdit.php') diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php index 826bcfd..6b9f29b 100644 --- a/application/forms/EventEdit.php +++ b/application/forms/EventEdit.php @@ -71,7 +71,7 @@ class Application_Form_EventEdit extends Zend_Form $eventcategoryfield->setRegisterInArrayValidator(false); $eventcategoryfield->setValue($this->params['category']); - $eventcategoryfield->setAttrib('onchange', "eventcategoryfieldChanged('category');"); + $eventcategoryfield->setAttrib('onchange', "editeventcategoryfieldChanged('category');"); $this->addElement($eventcategoryfield); $this->addElement('text', 'title', array( @@ -183,7 +183,7 @@ class Application_Form_EventEdit extends Zend_Form array('StringLength', false, array(0, 4)), ), 'required' => false, - 'label' => 'Participants:', + 'label' => 'ParticipantsrepeatChanged("repeat");:', 'value' => $this->params['participants'], )); @@ -197,7 +197,7 @@ class Application_Form_EventEdit extends Zend_Form } $eventcategoryfield->setRegisterInArrayValidator(false); - $eventcategoryfield->setValue( $this->params['category']); + $eventcategoryfield->setValue( $this->paramFs['category']); $this->addElement($eventcategoryfield); $this->addElement('text', 'note', array( @@ -250,8 +250,7 @@ class Application_Form_EventEdit extends Zend_Form )); echo '