Bugzilla – Attachment 135103 Details for
Bug 30797
Subfields linked to the dateaccessioned.pl value builder on addbiblio.pl throw a JS error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30797: (follow-up) Hide default Flatpickr clear-field button
Bug-30797-follow-up-Hide-default-Flatpickr-clear-f.patch (text/plain), 980 bytes, created by
Owen Leonard
on 2022-05-18 12:31:11 UTC
(
hide
)
Description:
Bug 30797: (follow-up) Hide default Flatpickr clear-field button
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-05-18 12:31:11 UTC
Size:
980 bytes
patch
obsolete
>From 7d74a00ff0ce3340fc4ea40b79e848eca29535f1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 18 May 2022 12:27:02 +0000 >Subject: [PATCH] Bug 30797: (follow-up) Hide default Flatpickr clear-field > button > >The basic MARC editor has its own button associated with each subfield >for emptying the contents of the input. Since the Flatpickr "X" icon >causes a layout problem and would be redundant, we can hide it on this page. >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index f964b2a089..c84f399ab7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -223,6 +223,10 @@ a.tagnum { > width: 31em; > } > >+#cat_addbiblio .field_marceditor .flatpickr_wrapper { >+ display: none; >+} >+ > .mandatory_marker { > color: red; > } >-- >2.30.2
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 30797
:
135088
|
135098
| 135103