From e88cf181c045934d4a86702e352a9acda0d66ace Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 1 Apr 2008 15:58:43 -0500 Subject: [PATCH] Some markup corrections, breadcrumb improvement, and other minor changes. Signed-off-by: Joshua Ferraro --- .../includes/tools-labels-batches-toolbar.inc | 32 ++++++++++--------- .../prog/en/modules/labels/label-home.tmpl | 2 +- .../prog/en/modules/labels/label-manager.tmpl | 14 ++++---- .../modules/labels/pcard-members-search.tmpl | 30 ++++++++--------- 4 files changed, 39 insertions(+), 39 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 d5ffb610ab..e91daf3615 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 @@ -5,6 +5,7 @@ function Plugin(batch_id, batch_type) { window.open("label-item-search.pl?batch_id="+batch_id+"&type="+batch_type+"",'FindABibIndex','width=640,height=400,toolbar=no,scrollbars=yes'); +return false; } // prepare DOM for YUI Toolbar @@ -18,12 +19,12 @@ function yuiToolbar() { new YAHOO.widget.Button({ - id: "additems", - type: "button", - label: "Add item(s) to batch", - container: "additemsc", - onclick: {fn:function(){Plugin(,"")}} - }); + id: "additems", + type: "link", + label: _("Add item(s) to batch"), + container: "additemsc", +onclick: {fn:function(){Plugin(,"")}} + }); new YAHOO.widget.Button("deletebatch"); new YAHOO.widget.Button("dedup"); new YAHOO.widget.Button("generate"); @@ -32,7 +33,7 @@ //]]>