[Koha-patches] [PATCH] Minor change to fix button appearance.

Owen Leonard oleonard at myacpl.org
Fri Apr 18 22:04:16 CEST 2008


---
 .../en/includes/tools-labels-batches-toolbar.inc   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc
index e91daf3..6b4fa3c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc
@@ -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" -->")}}
-- 
1.5.2.1




More information about the Koha-patches mailing list