From 1c768add8f8b641ee9258e5a125859a4199a92fd 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 --- .../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 5052028ddc..f29aa39a13 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 @@