Bugzilla – Attachment 96237 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), 1.08 KB, created by
Marcel de Rooy
on 2019-12-13 07:20:52 UTC
(
hide
)
Description:
Bug 24090: Subfield text in red when mandatory in record edition
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-12-13 07:20:52 UTC
Size:
1.08 KB
patch
obsolete
>From 81b1160b38d351bbaffd62e023d434d981f00281 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 >Content-Type: text/plain; charset=utf-8 > >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 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.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 24090
:
95725
|
96075
| 96237