summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-07 13:10:37 +0200
committerBjörn Geiger2011-09-07 13:10:37 +0200
commit56ccb449d11b79a8a237aa4251554cd94d8bf45f (patch)
tree0bfd94fdd901c3313c803d989e14bf25ac8ec635 /application/forms/EventEdit.php
parentminor (diff)
downloadpoolctrl-56ccb449d11b79a8a237aa4251554cd94d8bf45f.tar.gz
poolctrl-56ccb449d11b79a8a237aa4251554cd94d8bf45f.tar.xz
poolctrl-56ccb449d11b79a8a237aa4251554cd94d8bf45f.zip
kleine korrektur
Diffstat (limited to 'application/forms/EventEdit.php')
-rw-r--r--application/forms/EventEdit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index 658e3fa..2a93a31 100644
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -114,9 +114,10 @@ class Application_Form_EventEdit extends Zend_Form
));
} else {
$this->addElement('checkbox', 'repeat', array(
- 'required' => false,
- 'label' => 'Repeat:',
- 'value'=>array(0,1),
+ 'onchange' => 'changeRepeatEnd("repeat")',
+ 'required' => false,
+ 'label' => 'Repeat:',
+ 'value'=>array(0,1),
));
}