From 85dd489becaa132cc8ab0a7a9f614fa8d3295b26 Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Thu, 14 Aug 2008 13:08:47 -0500 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 --- .../prog/en/includes/patron-search-box.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 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 93a5efc3d2..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("")); }; @@ -53,20 +53,12 @@ YAHOO.util.Event.onContentReady("header_search", function() { " type="hidden" /> - - " /> - " /> - " type="hidden" /> - - " /> - " /> - -- 2.39.5