From ce213a493ac7fdf234f202dc9a3e419cd65a26de Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 12 Nov 2014 14:07:10 -0500 Subject: [PATCH] Bug 13235 - Revise layout of patron search form Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/includes/patron-search.inc | 216 ++++++++++---------- 1 file changed, 111 insertions(+), 105 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 47cd2ad..f8cf727 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,112 @@

[% LibraryName %]

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

Enter search keywords:

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