From 79938f2bcc495631992c030022279532ea7ca278 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Dec 2014 13:01:21 -0500 Subject: [PATCH] Bug 14690 - [3.18.x] Patron import tool page missing extra search patron options 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. Also please be sure to check the patron import page. Owen is listed as the author of this, because that's mostly true - I just resolved the conflict for 3.18.x (LR) --- .../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..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.9.1