From adbccac3170fe4824152cb5a097822f67778bf70 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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