From 7c794f1df7f8071661b91877d43786514027083e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 26 May 2021 10:35:02 +0000 Subject: [PATCH] Bug 23656: Add cataloguing search bar to addbiblio This patch adds the search header to the cataloging editor page. With the staff redesign, this takes up very little space, so I think can be added and visible by default To test: 1 - Apply patch 2 - Load the basic cataloging editor for a bib 3 - Note lack of search bar 4 - Apply patch 5 - Reload the page 6 - You have a search bar Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index 35147c3dbc..27f0754625 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -797,6 +797,7 @@ function PopupMARCFieldDoc(field) { [% INCLUDE 'header.inc' %] + [% INCLUDE 'cataloging-search.inc' %]