summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.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/EventEdit.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/EventEdit.php')
-rw-r--r--application/forms/EventEdit.php9
1 files changed, 4 insertions, 5 deletions
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 '<script type="text/javascript">
- repeatChanged("repeat");
- eventcategoryfieldChanged("category");
+ editeventcategoryfieldChanged("category");
$(function() {
$("#start").datetimepicker();
$("#end").datetimepicker();