Bugzilla – Attachment 100319 Details for
Bug 23925
Value builder plugin to check ISBN validity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23925: (follow-up) Add missing CSS classes
Bug-23925-follow-up-Add-missing-CSS-classes.patch (text/plain), 1.15 KB, created by
Michal Denar
on 2020-03-08 21:58:55 UTC
(
hide
)
Description:
Bug 23925: (follow-up) Add missing CSS classes
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2020-03-08 21:58:55 UTC
Size:
1.15 KB
patch
obsolete
>From 1eff8db7ba082168e4701e46fdb4d7006cb23257 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >Date: Fri, 6 Mar 2020 22:52:58 +0100 >Subject: [PATCH] Bug 23925: (follow-up) Add missing CSS classes > >The highlighted input field for an incorrect ISBN was displayed >incorrectly -- this patch fixes that. > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 438bb5542e..a182e69845 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -290,7 +290,7 @@ > } > > function ValuePluginHighlightField(funcname) { >- document.getElementById(funcname).setAttribute('class','subfield_not_filled'); >+ document.getElementById(funcname).setAttribute('class','input_marceditor noEnterSubmit subfield_not_filled'); > document.getElementById(funcname).focus(); > } > >-- >2.11.0
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 23925
:
94861
|
99977
|
100267
|
100296
|
100299
|
100300
|
100301
|
100318
| 100319