From aeb8e17a91884e67dd83ed040e72fe9b52351685 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Dec 2014 13:01:21 -0500 Subject: [PATCH] Bug 13235 - Revise layout of patron search form Bug 9811 (Patron search improvements) reversed the layout changes made by Bug 10153. This patch returns to the form to its "stacked" layout. To test, apply the patch and navigate to the Patrons home page. Expand the hidden search fields in the search header and confirm that the layout looks correct. Perform some searches and check that the results are correct and that the modified search fields retain their state. Note: This patch contains indentation changes, so please diff accordingly. Signed-off-by: Jonathan Druart --- .../prog/en/includes/patron-search.inc | 217 +++++++++++---------- 1 file changed, 111 insertions(+), 106 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 6ae7a2c..345de6a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -2,121 +2,111 @@

[% LibraryName %]

[% INCLUDE 'patron-search-box.inc' %] - [% IF ( CAN_user_catalogue ) %] + [% IF ( CAN_user_catalogue ) %] [% END %] +

Enter search keywords:

+
+ + +
+
[% END %] [% IF ( CAN_user_circulate ) %] [% END %] - -- 2.1.0