Minor change to fix button appearance.
authorOwen Leonard <oleonard@myacpl.org>
Fri, 18 Apr 2008 20:04:16 +0000 (15:04 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Apr 2008 22:39:43 +0000 (17:39 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc

index e91daf3..6b4fa3c 100644 (file)
@@ -21,6 +21,7 @@ return false;
                new YAHOO.widget.Button({
               id: "additems", 
               type: "link", 
+                         href: "#",
               label: _("Add item(s) to batch"), 
               container: "additemsc",
 onclick: {fn:function(){Plugin(<!-- TMPL_VAR NAME="batch_id" -->,"<!-- TMPL_VAR NAME="type" -->")}}