From 97bbd7e604455e29f5eb192f522ed9c15b454548 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 8 Sep 2011 15:44:14 +0200 Subject: verschiedenes --- application/forms/EventEdit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'application/forms') 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'); } -- cgit v1.2.3-55-g7522