Bugzilla – Attachment 142884 Details for
Bug 24606
Allow storing item values as a template for creating new items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24606: (QA follow-up) Update js message translation style
Bug-24606-QA-follow-up-Update-js-message-translati.patch (text/plain), 1020 bytes, created by
Katrin Fischer
on 2022-11-01 14:37:10 UTC
(
hide
)
Description:
Bug 24606: (QA follow-up) Update js message translation style
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-01 14:37:10 UTC
Size:
1020 bytes
patch
obsolete
>From b294f23f9e75ce8af3dc3b1938b8702838200e02 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Mon, 31 Oct 2022 11:48:37 -0400 >Subject: [PATCH] Bug 24606: (QA follow-up) Update js message translation style > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js b/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >index 3e6f5e53bd..0bb7251d16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js >@@ -134,7 +134,7 @@ $(document).ready(function(){ > > function CheckTemplateForm(f) { > if ( $('#replace_template_id').val() == "0" && $('#template_name').val() == "" ) { >- alert(MSG_TEMPLATE_NAME_REQUIRED); >+ alert(__("Template name is required.")); > return false; > } else { > return true; >-- >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 24606
:
141613
|
141614
|
141615
|
141616
|
141617
|
141717
|
141718
|
141719
|
141720
|
141721
|
141972
|
142003
|
142004
|
142005
|
142006
|
142007
|
142008
|
142833
|
142834
|
142835
|
142836
|
142837
|
142877
|
142878
|
142879
|
142880
|
142881
|
142882
|
142883
|
142884
|
142885
|
142886
|
142887
|
142888
|
143020
|
143569
|
143570
|
143571
|
143572
|
143573
|
143574
|
143575
|
143576
|
143577
|
143578
|
143579
|
143580
|
143581
|
143794
|
143795
|
143796
|
143989
|
143990
|
144161