Fix for Bug 2911: popup calendar not available in IE

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Owen Leonard 2009-02-07 14:39:18 -06:00 committed by Galen Charlton
parent ed3621aa47
commit 8bdd270189

View file

@ -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>