Bugzilla – Attachment 131412 Details for
Bug 30159
Fix display of validation of important fields when biblio cataloguing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30159: (follow-up) Make warning messages consistent
Bug-30159-follow-up-Make-warning-messages-consiste.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2022-03-06 13:58:32 UTC
(
hide
)
Description:
Bug 30159: (follow-up) Make warning messages consistent
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-03-06 13:58:32 UTC
Size:
1.58 KB
patch
obsolete
>From f3fd92d32ed60626a4eb9ee7a9cd0ab16ca584ee Mon Sep 17 00:00:00 2001 >From: Adam Styles <adam.styles@esa.edu.au> >Date: Thu, 24 Feb 2022 10:20:51 +1100 >Subject: [PATCH] Bug 30159: (follow-up) Make warning messages consistent > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 b81b909eef..53ea9e5d7e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -559,7 +559,7 @@ function PopupMARCFieldDoc(field) { > [% END %] > [% END %] > [% END %] >- StrAlert += "<h4>" + _("The following subfields aren't filled:") + "</h4>"; >+ StrAlert += "<h4>" + _("The following mandatory subfields aren't filled:") + "</h4>"; > } else { > [% FOREACH BIG_LOO IN BIG_LOOP %] > [% FOREACH innerloo IN BIG_LOO.innerloop %] >@@ -574,7 +574,7 @@ function PopupMARCFieldDoc(field) { > [% END %] > [% END %] > [% END %] >- StrAlert += "<h4>" + _("A few important fields are not filled:") + "</h4>"; >+ StrAlert += "<h4>" + _("The following important subfields arenĂ¢t filled:") + "</h4>"; > notFilledClass = "important_subfield_not_filled"; > } > StrAlert += "<ul>"; >-- >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 30159
:
131029
|
131030
|
131034
|
131365
|
131411
| 131412 |
131413