From 56ccb449d11b79a8a237aa4251554cd94d8bf45f Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Wed, 7 Sep 2011 13:10:37 +0200 Subject: kleine korrektur --- application/forms/EventEdit.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'application/forms/EventEdit.php') 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), )); } -- cgit v1.2.3-55-g7522