Bugzilla – Attachment 134372 Details for
Bug 22785
Manage matches when importing through stage MARC record import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22785: (follow-up) Fix translatability
Bug-22785-follow-up-Fix-translatability.patch (text/plain), 2.20 KB, created by
Martin Renvoize (ashimema)
on 2022-04-29 11:37:33 UTC
(
hide
)
Description:
Bug 22785: (follow-up) Fix translatability
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-04-29 11:37:33 UTC
Size:
2.20 KB
patch
obsolete
>From 133228b2665fb9b4769903b059c73d3a6c6fff4a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 20 Dec 2021 14:54:59 +0000 >Subject: [PATCH] Bug 22785: (follow-up) Fix translatability > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index ddd053863d..8755cb7202 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -585,7 +585,7 @@ > checked = ""; > }); > if( !any_checked ){ checked = 'checked="checked"'; } >- $('td:eq(4) ul', nRow).prepend('<li><label><input type="radio" data-import_record_id="'+aData['import_record_id']+'" class="chosen" name="import_record_id_'+aData['import_record_id']+'_match" value="none" ' + checked + disabled + ' > Ignore matches</label></li>'); >+ $('td:eq(4) ul', nRow).prepend('<li><label><input type="radio" data-import_record_id="'+aData['import_record_id']+'" class="chosen" name="import_record_id_'+aData['import_record_id']+'_match" value="none" ' + checked + disabled + ' > '+_("Ignore matches")+'</label></li>'); > $('td:eq(5) ul', nRow).prepend('<li> </li>'); > } > if (aData['diff_url']) { >@@ -624,7 +624,7 @@ > url: '/api/v1/import/[% import_batch_id | html %]/records/'+$(this).data('import_record_id')+'/matches/chosen', > method: apimethod, > data: apidata >- }).fail(function(){ alert("Unable to update match choices"); return false; }); >+ }).fail(function(){ alert(_("Unable to update match choices")); return false; }); > }); > > $("body").on("click", ".previewMARC", function(e) { >-- >2.20.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 22785
:
114813
|
114814
|
114815
|
114816
|
120995
|
120996
|
120997
|
121149
|
121167
|
121168
|
121169
|
121170
|
121171
|
121172
|
121173
|
121174
|
121204
|
121205
|
121206
|
121207
|
126369
|
126370
|
126371
|
126372
|
126522
|
126523
|
126524
|
126525
|
126531
|
126532
|
126533
|
126534
|
126535
|
126536
|
126537
|
126538
|
128820
|
128821
|
128822
|
128823
|
128824
|
130726
|
130727
|
130728
|
130729
|
130730
|
131143
|
131144
|
131145
|
131146
|
131147
|
133947
|
133948
|
133949
|
133950
|
133951
|
134127
|
134128
|
134129
|
134130
|
134131
|
134132
|
134219
|
134368
|
134369
|
134370
|
134371
| 134372 |
134373
|
134374
|
134575
|
134608