From db7daf75866646edd6db4b79d4b90aa95cfe8168 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 13 Sep 2008 10:50:19 -0500 Subject: [PATCH] Corrections to fix javascript error in Internet Explorer. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 98247e9faf..dbc2fc6bb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -63,7 +63,7 @@ function confirm_deletion() { { text: _("Dublin Core (XML)"), url: "/cgi-bin/koha/catalogue/export.pl?format=dc&op=export&bib=" }, { text: _("MARCXML"), url: "/cgi-bin/koha/catalogue/export.pl?format=marcxml&op=export&bib=" }, { text: _("MARC (non-Unicode/MARC-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=marc8&op=export&bib=" }, - { text: _("MARC (Unicode/UTF-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=" }, + { text: _("MARC (Unicode/UTF-8)"), url: "/cgi-bin/koha/catalogue/export.pl?format=utf8&op=export&bib=" } ]; 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({ -- 2.39.2