mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +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;
|
$hiddenValue = null;
|
||||||
$useUnix = (isset($options['return']) && ($options['return'] === 'string')) ? 'false' : 'true';
|
$useUnix = (isset($options['return']) && ($options['return'] === 'string')) ? 'false' : 'true';
|
||||||
$id = $this->name2id($name);
|
$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']))
|
if($type == 'datetime' && !varset($options['format']))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user