From 87e05ac546cd10ac41ba627c87d62044c8c67b77 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 21 Apr 2016 22:49:29 +0000 Subject: [PATCH] Bug 16324: Move item search into header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch makes the Search button in the header into a dropdown that holds the Advanced search and the Item search. I have rewritten this patch to be independent of Bug 16323 since that patch is so controversial. To test: 1) Confirm that Advanced search and Item search are both under the 'Search' dropdown menu in the header and both links work as expected Sponsored-by: Catalyst IT Signed-off-by: Claire Gravely Signed-off-by: Jonathan Druart Note that the CAN_user_catalogue test is useless. If a librarian does not have it, (s)he cannot access to the staff interface. Signed-off-by: Kyle M Hall (cherry picked from commit 90b3241fb8d92a1217a001606b4f2bd23f3b0176) Signed-off-by: Frédéric Demians --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index e71c99fb92..a266643ca6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -4,7 +4,13 @@