Fix for Bug 2911: popup calendar not available in IE
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
ed3621aa47
commit
8bdd270189
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ Calendar.setup(
|
|||
{
|
||||
inputField : "start_accession",
|
||||
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
|
||||
button : "openCalendarFrom",
|
||||
button : "openCalendarFrom"
|
||||
}
|
||||
);
|
||||
</script></li>
|
||||
|
@ -93,7 +93,7 @@ Calendar.setup(
|
|||
{
|
||||
inputField : "end_accession",
|
||||
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
|
||||
button : "openCalendarTo",
|
||||
button : "openCalendarTo"
|
||||
}
|
||||
);
|
||||
</script></li>
|
||||
|
|
Loading…
Reference in a new issue