From 0d4672035ff16d465e649bf8c58860e267498797 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 Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../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 1a612b6146..96d7a724e5 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.39.2