Private GIT

Skip to content
Snippets Groups Projects
Commit 85a4f800 authored by Laurent Pinsivy's avatar Laurent Pinsivy
Browse files

fix #4443 - Downtimes ponctuels - Erreur de Timezone

parent 44c31f62
Branches
Tags
No related merge requests found
......@@ -88,6 +88,7 @@
$form->addElement('text', 'start_time', '', array('id'=>'start_time', 'size' => 5, 'class' => 'timepicker'));
$form->addElement('text', 'end_time', '', array('id'=>'end_time', 'size' => 5, 'class' => 'timepicker'));
$form->addElement('text','timezone_warning', _("*The timezone used is configured on your user settings"));
$form->setDefaults(
array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment