Bugzilla – Attachment 67529 Details for
Bug 19029
Implement a security question for cloning circulation conditions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19029 - Followup - Implemented .format() to ease translation
Bug-19029---Followup---Implemented-format-to-ease-.patch (text/plain), 1.37 KB, created by
Alex Buckley
on 2017-10-02 19:34:27 UTC
(
hide
)
Description:
Bug 19029 - Followup - Implemented .format() to ease translation
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-10-02 19:34:27 UTC
Size:
1.37 KB
patch
obsolete
>From e09d0168093f3316ad41e801073c9c371ebce271 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Tue, 3 Oct 2017 08:33:37 +1300 >Subject: [PATCH] Bug 19029 - Followup - Implemented .format() to ease > translation > >Sponosred by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 1804a74..d499c6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -39,7 +39,7 @@ $(document).ready(function() { > var selected_library = library_dropdown.options[library_dropdown.selectedIndex].value; > if (selected_library === "*") { > var to_library = $("#tobranch option:selected").text(); >- var MSG_CONFIRM_CLONE = _("Are you sure you want to clone this standard rule to " + to_library + " library? This will override the existing rules in " + to_library + " library."); >+ var MSG_CONFIRM_CLONE = _("Are you sure you want to clone this standard rule to %s library? This will override the existing rules in this library.").format(to_library); > return confirmClone(MSG_CONFIRM_CLONE); > } > }); >-- >2.1.4
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 19029
:
66519
|
67323
|
67529
|
67980
|
67983
|
68688
|
68689
|
68690