Bugzilla – Attachment 69251 Details for
Bug 19674
Broken indicators of changed fields in manage staged MARC records template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19674: Broken indicators of changed fields in manage staged MARC records template
Bug-19674-Broken-indicators-of-changed-fields-in-m.patch (text/plain), 1.42 KB, created by
Owen Leonard
on 2017-11-21 16:21:13 UTC
(
hide
)
Description:
Bug 19674: Broken indicators of changed fields in manage staged MARC records template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-11-21 16:21:13 UTC
Size:
1.42 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19674
:
69251
|
69269
|
69378