From ebe3bf9dc2cb325085318c47952a15665fe22041 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Tue, 4 Nov 2008 17:38:16 +0100 Subject: [PATCH] Fix for bug 2155: duplicate checkin box on returns screen This changes some css and markup to make the return box at the top not show when one is on the checkin screen. It also moves the markup for the autocompleting search box to its own file. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/includes/patron-search-box.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc index 558b4f6295..6bfb4397fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc @@ -18,8 +18,8 @@ YAHOO.util.Event.onContentReady("header_search", function() { address, ", ", city, - "<\/small>", - "<\/div>"]; + "", + ""]; return (aMarkup.join("")); }; -- 2.39.5