From aa1ffac28529c5b87cb3a093af61166effeefcb7 Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Tue, 21 Nov 2017 16:17:32 +0000
Subject: [PATCH] Bug 19674: Broken indicators of changed fields in manage
 staged MARC records template

This patch returns some CSS to the manage staged MARC records template
which was incorrectly removed by Gug 16538.

To test, apply the patch and go to Tools -> Staged MARC management.
Choose a staged MARC file.

Changing any of the <select> fields in the first section should cause a
label to appear showing that the selection has changed, along with a
link to reset the option to its original state. Clicking 'Reset' should
make the label and the link disappear.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
index b4403ef..7ef8f68 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
@@ -135,6 +135,7 @@ $(document).ready(function(){
 </script>
 <style type="text/css">
     #jobpanel,#jobstatus,#jobfailed { display : none; }
+    span.change-status { font-style:italic; color:#666; display:none; }
 </style>
 </head>
 <body id="tools_manage-marc-import" class="tools">
-- 
2.1.4