[Koha-patches] [PATCH] Fix for Bug 2911: popup calendar not available in IE

Owen Leonard oleonard at myacpl.org
Sat Feb 7 21:39:18 CET 2009


---
 .../prog/en/modules/tools/export.tmpl              |    4 ++--
 1 files 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 cef595e..babeb27 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 : "<!-- 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>
-- 
1.5.5.GIT




More information about the Koha-patches mailing list