From c2dce007932f9b1b9497e5b0fa7704c6214e3aac 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 --- .../prog/en/modules/tools/notices.tt | 35 ++++++++++++------- tools/notices.pl | 2 +- 2 files changed, 23 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 f29aa39a137..caa1b0f184c 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,16 @@ [% 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' %]