Corrections to fix javascript error in Internet Explorer.
authorOwen Leonard <oleonard@myacpl.org>
Sat, 13 Sep 2008 15:50:19 +0000 (10:50 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 17 Sep 2008 03:31:59 +0000 (22:31 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc

index 98247e9..dbc2fc6 100644 (file)
@@ -63,7 +63,7 @@ function confirm_deletion() {
                { text: _("Dublin Core (XML)"), url: "/cgi-bin/koha/catalogue/export.pl?format=dc&op=export&bib=<!-- TMPL_VAR NAME="biblionumber" -->" },
                { text: _("MARCXML"), url: "/cgi-bin/koha/catalogue/export.pl?format=marcxml&op=export&bib=<!-- TMPL_VAR NAME="biblionumber" -->" },
                { text: _("MARC (non-Unicode/MARC-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=marc8&op=export&bib=<!-- TMPL_VAR NAME="biblionumber" -->" },
-               { text: _("MARC (Unicode/UTF-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=<!-- TMPL_VAR NAME="biblionumber" -->" },
+               { text: _("MARC (Unicode/UTF-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=<!-- TMPL_VAR NAME="biblionumber" -->" }
                ];
 
            new YAHOO.widget.Button({
@@ -79,7 +79,7 @@ function confirm_deletion() {
                label: _("Edit"),
                name: "editmenubutton",
                menu: editmenu,
-               container: "editmenuc",
+               container: "editmenuc"
            });
            
                new YAHOO.widget.Button({
@@ -87,7 +87,7 @@ function confirm_deletion() {
                label: _("New"),
                name: "newmenubutton",
                menu: newmenu,
-               container: "newmenuc",
+               container: "newmenuc"
            });
                
                var addtoshelfButton = new YAHOO.widget.Button({