Bug 19674: Broken indicators of changed fields in manage staged MARC records template
authorOwen Leonard <oleonard@myacpl.org>
Tue, 21 Nov 2017 16:17:32 +0000 (16:17 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Dec 2017 13:09:52 +0000 (10:09 -0300)
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.

Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt

index 9d30dc9..7bbb7d4 100644 (file)
@@ -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">