BUG 0000 mistake into jscalendar

improving jscalendar
This commit is contained in:
Carlos Pacha
2011-05-10 18:58:57 -04:00
parent d3dfd0c0d2
commit 1739e3c23d
3 changed files with 6 additions and 5 deletions

View File

@@ -1855,7 +1855,7 @@ function datePicker4(obj, id, mask, startDate, endDate, showTIme){
//alert('->'+id); //alert('->'+id);
if(showTIme=='false') if(showTIme=='false')
showTIme=false; showTIme=false;
new Calendar({ Calendar.setup({
inputField: id, inputField: id,
dateFormat: mask, dateFormat: mask,
trigger: id+"[btn]", trigger: id+"[btn]",

File diff suppressed because one or more lines are too long

View File

@@ -184,8 +184,9 @@ class headPublisher {
} }
if ($this->disableHeaderScripts) if ($this->disableHeaderScripts)
return ''; return '';
$this->addScriptFile ( "/js/widgets/js-calendar/unicode-letter.js" );
$this->addScriptFile ( "/js/widgets/js-calendar/lang/" . SYS_LANG . ".js" ); $this->addScriptFile ( "/js/widgets/js-calendar/lang/" . SYS_LANG . ".js" );
$head = ''; $head = '';
$head .= '<TITLE>' . $this->title . "</TITLE>\n"; $head .= '<TITLE>' . $this->title . "</TITLE>\n";