From 8c77949732af9f27d188ba7ab9d8301268bb27fd Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Dec 2014 13:01:21 -0500 Subject: [PATCH] [PASSED QA] [Rebased] 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. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../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 1a612b6..96d7a72 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 %] - -- 1.7.9.5