Bugzilla – Attachment 95725 Details for
Bug 24090
Subfield text in red when mandatory in record edition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24090: Subfield text in red when mandatory in record edition
Bug-24090-Subfield-text-in-red-when-mandatory-in-r.patch (text/plain), 1007 bytes, created by
Fridolin Somers
on 2019-11-22 14:06:54 UTC
(
hide
)
Description:
Bug 24090: Subfield text in red when mandatory in record edition
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-11-22 14:06:54 UTC
Size:
1007 bytes
patch
obsolete
>From e7cd4cd95da24b160e91d3a581fb6df5dee995f0 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 22 Nov 2019 15:04:34 +0100 >Subject: [PATCH] Bug 24090: Subfield text in red when mandatory in record > edition > >In biblio or autority record edition, color subfield text in red when mandatory. >Like patron fields in patron edition form. > >Test plan : >1) Edit a biblio record >2) See that mandatory subield text is red (#C00) >3) Same in autority record edition >--- > 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 c31b7aa9a7..9fdbedb93c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -91,6 +91,10 @@ a.tagnum { > text-align:right; > } > >+.subfield.subfield_mandatory { >+ color: #C00; >+} >+ > .subfieldcode { > display: block; > float: left; >-- >2.23.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 24090
:
95725
|
96075
|
96237