Bugzilla – Attachment 167190 Details for
Bug 36880
Record overlay rules are not validated on add or edit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36880: (follow-up) Translation of confirm was missing
Bug-36880-follow-up-Translation-of-confirm-was-mis.patch (text/plain), 1003 bytes, created by
Jan Kissig
on 2024-05-27 08:02:43 UTC
(
hide
)
Description:
Bug 36880: (follow-up) Translation of confirm was missing
Filename:
MIME Type:
Creator:
Jan Kissig
Created:
2024-05-27 08:02:43 UTC
Size:
1003 bytes
patch
obsolete
>From 191df367ec9f3e80c3887041cceb243e962ac714 Mon Sep 17 00:00:00 2001 >From: Jan Kissig <jkissig@th-wildau.de> >Date: Mon, 27 May 2024 09:57:48 +0200 >Subject: [PATCH] Bug 36880: (follow-up) Translation of confirm was missing > >--- > .../intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt >index abba89ba78..b36b90cdc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt >@@ -348,7 +348,7 @@ > }); > > function confirm_remove(){ >- if (confirm("Are you sure you want to remove the selected rule(s)?")){ >+ if (confirm(_("Are you sure you want to remove the selected rule(s)?"))){ > doSubmit('cud-remove'); > } > } >-- >2.34.1
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 36880
:
166808
|
167182
|
167190
|
167207
|
167234
|
168088