From f29c77f51f34d26ffaf2a386d5b5b60e587fdd23 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 17 Aug 2018 14:19:20 +0000 Subject: [PATCH] Bug 21243: Regression: SRU mapping popup for bibliographic records is unstyled This patch corrects a regression caused by Bug 21151: The include file which adds CSS to the page was removed from the template. To test, apply the patch and go to Administration -> Z39.50/SRU servers -> New SRU server. - Click the "Modify" button next to "SRU Search fields mapping" - Verify that the pop-up window is correctly styled. Signed-off-by: Claire Gravely Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens (cherry picked from commit 390e39f1d2392e7ae44a4c22bbea5baf896d6cd1) Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt index 1c2c074e94..391f79bcb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt @@ -2,6 +2,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › SRU search fields mapping +[% INCLUDE 'doc-head-close.inc' %] -- 2.39.5