summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-29 21:10:34 +0200
committerBjörn Geiger2011-06-29 21:10:34 +0200
commitdbabcd812c58340c83beafea3427a52f5ad9799c (patch)
tree10c634852d6b1fd31c11f37231abc451ee415fcc /application/forms/EventAdd.php
parentminor (diff)
downloadpoolctrl-dbabcd812c58340c83beafea3427a52f5ad9799c.tar.gz
poolctrl-dbabcd812c58340c83beafea3427a52f5ad9799c.tar.xz
poolctrl-dbabcd812c58340c83beafea3427a52f5ad9799c.zip
ausversehen verändertes wieder zurückgesetzt
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index a8e502a..553ca0e 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -70,7 +70,7 @@ class Application_Form_EventAdd extends Zend_Form
array('StringLength', false, array(0, 50)),
),
'required' => true,
- 'label' => 'Start (mm/dd/yyyy h:min):',
+ 'label' => 'Start (mm/dd/yyyy H:min):',
));
$this->addElement('text', 'end', array(
@@ -79,7 +79,7 @@ class Application_Form_EventAdd extends Zend_Form
array('StringLength', false, array(0, 50)),
),
'required' => true,
- 'label' => 'End (mm/dd/yyyy h:min):',
+ 'label' => 'End (mm/dd/yyyy H:min):',
));
$this->addElement('checkbox', 'repeat', array(