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:
@@ -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']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user