Bugzilla – Attachment 131413 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: (QA follow-up) Fix translatability of alert message
Bug-30159-QA-follow-up-Fix-translatability-of-aler.patch (text/plain), 1.20 KB, created by
Katrin Fischer
on 2022-03-06 13:58:36 UTC
(
hide
)
Description:
Bug 30159: (QA follow-up) Fix translatability of alert message
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-03-06 13:58:36 UTC
Size:
1.20 KB
patch
obsolete
>From 96cd7ccf4fad3664368ea586169e58edee820cf2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 6 Mar 2022 14:54:54 +0100 >Subject: [PATCH] Bug 30159: (QA follow-up) Fix translatability of alert > message > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../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 53ea9e5d7e..4d903160ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -716,7 +716,7 @@ function PopupMARCFieldDoc(field) { > $("#check_errors").html( AreFieldsNotOk(false) ); > $('html, body').animate({ scrollTop: 0 }, 'fast'); > >- var r=confirm("Important fields(s) are not filled. Are you sure you want to save?"); >+ var r=confirm(_("Important fields(s) are not filled. Are you sure you want to save?")); > if (! r){ > return false; > } >-- >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