Bugzilla – Attachment 130910 Details for
Bug 29965
MARC preview for authority search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29965: (QA follow-up) Fix translation issue in moved JS code
Bug-29965-QA-follow-up-Fix-translation-issue-in-mo.patch (text/plain), 1.21 KB, created by
Katrin Fischer
on 2022-02-19 19:31:39 UTC
(
hide
)
Description:
Bug 29965: (QA follow-up) Fix translation issue in moved JS code
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-02-19 19:31:39 UTC
Size:
1.21 KB
patch
obsolete
>From d03d0951380e00407c493852d0040555e0328ed9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 19 Feb 2022 20:25:53 +0100 >Subject: [PATCH] Bug 29965: (QA follow-up) Fix translation issue in moved JS > code > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/authorities-detail-modal.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/authorities-detail-modal.js b/koha-tmpl/intranet-tmpl/prog/js/authorities-detail-modal.js >index 931cecd1f3..57ba0405ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/authorities-detail-modal.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/authorities-detail-modal.js >@@ -6,7 +6,7 @@ $(document).ready(function(){ > $.get("/cgi-bin/koha/authorities/detail.pl", { authid : authid }, function( data ){ > var auth_detail = $(data).find("#authoritiestabs"); > auth_detail.find("ul").remove(); >- $("#authorityDetail .modal-title").html(_("Authority") + " " + authid ); >+ $("#authorityDetail .modal-title").html(__("Authority") + " " + authid ); > $("#authorityDetail .modal-body").html( auth_detail ); > }); > >-- >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 29965
:
129918
|
129983
|
130635
|
130880
|
130881
|
130882
|
130907
|
130908
|
130909
| 130910