Fix for Bug 2911: popup calendar not available in IE
authorOwen Leonard <oleonard@myacpl.org>
Sat, 7 Feb 2009 20:39:18 +0000 (14:39 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:03 +0000 (23:19 +0200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl

index cef595e..babeb27 100644 (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>