From acfcb989dd192598b136ffcaa01238493e5e1e73 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Apr 2013 12:34:10 -0400 Subject: [PATCH] [SIGNED-OFF] 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. --- .../prog/en/includes/patron-search.inc | 73 ++++++++++---------- 1 files 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.2.3