From 1a0ba554965b9aa8181c5c11a7b1f040d242df55 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 12 Apr 2023 23:09:53 +0000 Subject: [PATCH] Bug 33260: Move patron search into main body of page This patch moves the patron search in the Notices management page to the main body of the page so that the patron search result table displays more nicely. This is a better place for it anyway, as using this search takes the user to a different page. In the sidebar, where it was previously, it implied it would have the same results display as the search filters. Signed-off-by: Laura Escamilla --- .../prog/en/modules/tools/notices.tt | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt index f9c53f6a98..5d61d9844d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -93,8 +93,17 @@ [% ELSE %] -
- Use the search form on the left to find sent notices. + Use the search form on the left to find sent notices, or go directly to a patron's notices. +
+ +
+
+ [% PROCESS patron_search_filters_simple %] + [% PROCESS patron_search_table table_id => 'table_borrowers', open_on_row_click => 1 %] +
+
[% IF notices && notices.count == 0 %] @@ -112,17 +121,6 @@