mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
form datepicker cleanup
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Form Handler
|
* Form Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
|
||||||
* $Revision: 1.115 $
|
* $Revision: 1.116 $
|
||||||
* $Date: 2010-01-16 19:53:57 $
|
* $Date: 2010-02-02 09:04:40 $
|
||||||
* $Author: e107steved $
|
* $Author: secretr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -194,11 +194,6 @@ class e_form
|
|||||||
{
|
{
|
||||||
$cal_attrib['value'] = is_numeric($datestamp) ? e107::getDateConvert()->convert_date($datestamp, 'input') : $datestamp; //date("d/m/Y H:i:s", $datestamp);
|
$cal_attrib['value'] = is_numeric($datestamp) ? e107::getDateConvert()->convert_date($datestamp, 'input') : $datestamp; //date("d/m/Y H:i:s", $datestamp);
|
||||||
}
|
}
|
||||||
//JS manager to send JS/CSS to header if possible, if not - footer
|
|
||||||
e107::getJs()// FIXME - no CSS support yet!!! ->tryHeaderFile($cal->calendar_theme_file)
|
|
||||||
->tryHeaderFile($cal->calendar_file)
|
|
||||||
->tryHeaderFile($cal->calendar_setup_file)
|
|
||||||
->tryHeaderFile($cal->calendar_lang_file);
|
|
||||||
|
|
||||||
return $cal->make_input_field($cal_options, $cal_attrib);
|
return $cal->make_input_field($cal_options, $cal_attrib);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user