From 002b9de9401a20bf5096ea9eaf3b9de420d3385b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 7 Feb 2009 14:39:18 -0600 Subject: [PATCH] Fix for Bug 2911: popup calendar not available in IE Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl index cef595e000..babeb2741e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl @@ -78,7 +78,7 @@ Calendar.setup( { inputField : "start_accession", ifFormat : "", - button : "openCalendarFrom", + button : "openCalendarFrom" } ); @@ -93,7 +93,7 @@ Calendar.setup( { inputField : "end_accession", ifFormat : "", - button : "openCalendarTo", + button : "openCalendarTo" } ); -- 2.20.1