Followup Adding links to tools
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 26 Aug 2009 09:19:19 +0000 (11:19 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:09 +0000 (11:30 +0200)
koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc

index fa4d9ef..a9da9f8 100644 (file)
@@ -85,7 +85,7 @@ function confirm_items_deletion() {
                { text: _("Edit Items"), url: "/cgi-bin/koha/cataloguing/additem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" },
                { text: _("Attach Item"), url: "/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" },
                { text: _("Edit as New (Duplicate)"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;frameworkcode=&amp;op=duplicate" },
-                       { text: _("Delete Record"), onclick: {fn: confirm_deletion }<!-- TMPL_IF NAME="count" -->,id:'disabled'<!-- /TMPL_IF --> }
+                       { text: _("Delete Record"), onclick: {fn: confirm_deletion }<!-- TMPL_IF NAME="count" -->,id:'disabled'<!-- /TMPL_IF --> },
             { text: _("Delete all Items"), onclick: {fn: confirm_items_deletion } }
            ];