Fix for bug 2155: duplicate checkin box on returns screen
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 4 Nov 2008 16:38:16 +0000 (17:38 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 4 Nov 2008 16:38:16 +0000 (17:38 +0100)
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 <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc

index 558b4f6..6bfb439 100644 (file)
@@ -18,8 +18,8 @@ YAHOO.util.Event.onContentReady("header_search", function() {
                 address,
                 ", ",
                 city,
-                "<\/small>",
-                "<\/div>"];
+                "</small>",
+                "</div>"];
             return (aMarkup.join(""));
         };