summaryrefslogtreecommitdiffstats
path: root/application/forms
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 15:44:14 +0200
committerBjörn Geiger2011-09-08 15:44:14 +0200
commit97bbd7e604455e29f5eb192f522ed9c15b454548 (patch)
tree920f90d121e45a0b9a8fbb2acbec23fcfeb7fd62 /application/forms
parentweiterer fehler (diff)
downloadpoolctrl-97bbd7e604455e29f5eb192f522ed9c15b454548.tar.gz
poolctrl-97bbd7e604455e29f5eb192f522ed9c15b454548.tar.xz
poolctrl-97bbd7e604455e29f5eb192f522ed9c15b454548.zip
verschiedenes
Diffstat (limited to 'application/forms')
-rw-r--r--application/forms/EventEdit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index b49b8f9..826bcfd 100644
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -131,8 +131,9 @@ class Application_Form_EventEdit extends Zend_Form
array('Date', false, array('format' => 'mm/dd/yyyy H:i')),
array('DateGreaterThan', false, array('element' => 'End', 'compare' => 'Start', 'min' => $this->getElement('start')->getValue())),
),
- 'required' => false,
- 'label' => 'End:',
+ 'required' => false,
+ 'label' => 'End:',
+ 'value' => 'mm/dd/yyyy H:min',
));
$this->getElement('end')->addPrefixPath('Poolctrl_Validate', 'Poolctrl/Validator/', 'validate');
}