1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Closes #3966 - Add tbox class to datepicker() input form

This commit is contained in:
Tijn Kuyper
2019-10-06 14:30:42 +02:00
parent b812fd1bdc
commit 2f6de4264f

View File

@@ -1711,7 +1711,7 @@ class e_form
$hiddenValue = null;
$useUnix = (isset($options['return']) && ($options['return'] === 'string')) ? 'false' : 'true';
$id = $this->name2id($name);
$classes = array('date' => 'e-date', 'datetime' => 'e-datetime');
$classes = array('date' => 'tbox e-date', 'datetime' => 'tbox e-datetime');
if($type == 'datetime' && !varset($options['format']))
{