From 3fad4c86145386f07363987c25577198c350a42d 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, 12 insertions(+), 12 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 a1f7da48260..d0a5a355620 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -96,7 +96,18 @@ [% 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 %]
No sent notices were found with those search parameters.
@@ -108,17 +119,6 @@