From ffe369ed023cf1b0fcd9c3760eb9d83c2e78d1e2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Apr 2013 12:34:10 -0400 Subject: [PATCH] [PASSED QA] 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. --- .../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 5023ba5..fba263e 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 %] +
-- 1.7.9.5