summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-07 16:50:33 +0200
committerBjörn Geiger2011-09-07 16:50:33 +0200
commit345dd68e5223d54dd9bf2b5d744d7028998fbf2a (patch)
tree1fe947d119a5ebfd0c4a71eacd2068aa4c6cdd22 /application/forms/EventEdit.php
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-345dd68e5223d54dd9bf2b5d744d7028998fbf2a.tar.gz
poolctrl-345dd68e5223d54dd9bf2b5d744d7028998fbf2a.tar.xz
poolctrl-345dd68e5223d54dd9bf2b5d744d7028998fbf2a.zip
minor
Diffstat (limited to 'application/forms/EventEdit.php')
-rw-r--r--application/forms/EventEdit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index 78c4a5c..e16dfa2 100644
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -127,7 +127,7 @@ class Application_Form_EventEdit extends Zend_Form
));
} else {
$this->addElement('checkbox', 'repeat', array(
- 'onchange' => 'changeRepeatEnd("repeat")',
+ 'onchange' => 'repeatChanged("repeat")',
'required' => false,
'label' => 'Repeat:',
'value'=>array(0,1),
@@ -216,7 +216,7 @@ class Application_Form_EventEdit extends Zend_Form
));
echo '<script type="text/javascript">
- changeRepeatEnd("repeat");
+ repeatChanged("repeat");
eventcategoryfieldChanged("category");
$(function() {
$("#start").datetimepicker();