From 76edcf165f4ce08bf7b16ea4825bcb5d5022656c 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 Signed-off-by: kelly Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../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 5052028ddc0..f29aa39a137 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 @@