From 996c2ebe6fde5af858dd0fdcbad91fcbd3b1b13b Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
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.
---
 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 c37d1c2..6f01c6e 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' %]
 <title>Koha &rsaquo; SRU search fields mapping for bibliographic records</title>
+[% INCLUDE 'doc-head-close.inc' %]
 </head>
 
 <body id="admin_sru_modmapping" class="admin">
-- 
2.1.4