From 065fe316ead0208bb562c953b798fc698e5b1f18 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Apr 2013 12:34:10 -0400 Subject: [PATCH] Bug 10153 - Patron header search form is too wide The patron header search form is now too wide to display correctly on screens smaller than about 1110px. This patch groups the previously shown-by-default choices with the hidden additional search parameters. To test, apply the patch and view any page which includes the patron header search include, for example members/members-home.pl. Additional search options should be hidden by default. Clicking "[+]" should show all additional options: Search fields, search type, order by, library, and category. Signed-off-by: Nicole C. Engard Works for me. Signed-off-by: Katrin Fischer Passes all tests and QA script. I like this change. Signed-off-by: Jared Camins-Esakov --- .../prog/en/includes/patron-search.inc | 73 ++++++++++--------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index 5023ba5b7d..fba263e6f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -5,47 +5,48 @@

Enter patron card number or partial name:

- [% IF ( branchloop ) %] [-] [+] - [% END %] - - - - - - - - [% IF ( branchloop ) %] -

- -

- [% END %] + +
+

+

+

+

+ +

+

+ [% IF ( branchloop ) %]

+ [% END %] + [% IF ( categories ) %] +

+ [% END %] +
-- 2.20.1