Bugzilla – Attachment 110904 Details for
Bug 26291
Move translatable strings out of z3950_search.inc into z3950_search.js
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26291: (follow-up) Correct stray MSG instances
Bug-26291-follow-up-Correct-stray-MSG-instances.patch (text/plain), 1.77 KB, created by
Owen Leonard
on 2020-09-29 11:34:52 UTC
(
hide
)
Description:
Bug 26291: (follow-up) Correct stray MSG instances
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-09-29 11:34:52 UTC
Size:
1.77 KB
patch
obsolete
>From 46aad37fc906435584b1bb0c506cbdd148de4b59 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 29 Sep 2020 11:29:29 +0000 >Subject: [PATCH] Bug 26291: (follow-up) Correct stray MSG instances > >--- > koha-tmpl/intranet-tmpl/prog/js/z3950_search.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js b/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js >index 83170e9ed2..39a7af0c0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js >@@ -120,7 +120,7 @@ $( document ).ready( function() { > }); > $( "#marcPreview" ).on( "hidden", function() { > $( "#marcPreviewLabel" ).html( "" ); >- $( "#marcPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); >+ $( "#marcPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + __("Loading") + "</div>" ); > }); > $( "#resultst" ).on("click", ".previewData", function(e) { > e.preventDefault(); >@@ -132,7 +132,7 @@ $( document ).ready( function() { > }); > $( "#dataPreview" ).on( "hidden", function() { > $( "#dataPreviewLabel" ).html( "" ); >- $( "#dataPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); >+ $( "#dataPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + __("Loading") + "</div>" ); > }); > $( "#resultst" ).on("click", ".import_record", function(e) { > e.preventDefault(); >-- >2.11.0
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 26291
:
109032
|
110811
|
110828
| 110904