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);
if(showTIme=='false')
showTIme=false;
new Calendar({
Calendar.setup({
inputField: id,
dateFormat: mask,
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)
return '';
$this->addScriptFile ( "/js/widgets/js-calendar/unicode-letter.js" );
$this->addScriptFile ( "/js/widgets/js-calendar/lang/" . SYS_LANG . ".js" );
$head = '';
$head .= '<TITLE>' . $this->title . "</TITLE>\n";