From 412cf16296abb5ad3db03875b03911fbae9eec54 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 29 Apr 2024 01:54:43 +0000 Subject: [PATCH] Bug 33260: (follow-up) Fix search forms on notices mgmt page Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../prog/en/modules/tools/notices.tt | 37 ++++++++++++------- tools/notices.pl | 2 +- 2 files changed, 25 insertions(+), 14 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 d0a5a355620..fe571800771 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -6,11 +6,17 @@ [% USE TablesSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Notices management › Tools › Koha +[% PROCESS 'i18n.inc' %] [% PROCESS "patron-search.inc" %] [% SET libraries = Branches.all %] [% SET categories = Categories.all.unblessed %] [% SET columns = ['name', 'cardnumber', 'dateofbirth', 'category', 'branch', 'address', 'phone'] %] +[% FILTER collapse %] + [% t("Notices management") | html %] + › [% t("Tools") | html %] › [% t("Koha") | html %] + [% END %] [% INCLUDE 'doc-head-close.inc' %]