From 62b3f344e6e0102117d001f13a5a5d62375661db Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 1 Apr 2024 13:04:06 +0000 Subject: [PATCH] Bug 36472: Add search box at the top of the authorities editor page This patch adds the authority search header include to the authorities editor page. To test, apply the patch and go to Authorities -> New authority. There should now be a set of authority search forms at the top of the page. Signed-off-by: Michelle Spinney Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 4b8dad9a8e5c70e4ec5e1d7f29790b6fd4e3796f) Signed-off-by: Fridolin Somers --- .../prog/en/modules/authorities/authorities.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index d576d4e2db..f22e5c85a4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -365,13 +365,13 @@ - + [% WRAPPER 'header.inc' %] + [% INCLUDE 'authorities-search.inc' %] + [% END %]
Loading, please wait...
- [% INCLUDE 'header.inc' %] - [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] -- 2.39.5