From 092e474389d5cfa0aeef900f97bce5c81d5991b9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Aug 2008 10:08:13 -0500 Subject: [PATCH] Fixing a couple of minor markup issues. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc | 4 ++-- .../prog/en/modules/virtualshelves/shelves.tmpl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc index d6626ae9da..536d7ad769 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc @@ -20,8 +20,8 @@ YAHOO.util.Event.onContentReady("header_search", function() { address, ", ", city, - "", - ""]; + "<\/small>", + "<\/div>"]; return (aMarkup.join("")); }; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl index a2303cd55c..f1069fdfa6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl @@ -7,8 +7,8 @@ $(document).ready(function(){ $("#addbarcode").focus(); - $("span.clearall").html("Clear All"); - $("span.checkall").html("Select All"); + $("span.clearall").html("Clear All<\/a>"); + $("span.checkall").html("Select All<\/a>"); $("#CheckAll").click(function(){ $(".checkboxed").checkCheckboxes(); return false; @@ -142,7 +142,7 @@ $(document).ready(function(){ " alt="" title="" /> - + "> -- 2.39.2