From da41b5d90e718f36a67c4b603f383c7f545eae1c 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 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 --- 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 e71c99f..a266643 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 @@