Bugzilla – Attachment 23995 Details for
Bug 10558
Convert records table in manage-marc-import.pl to ajax DataTable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10558 [QA Follow-up 7] - Make strings translatable
Bug-10558-QA-Follow-up-7---Make-strings-translatab.patch (text/plain), 1.67 KB, created by
Kyle M Hall (khall)
on 2014-01-07 20:13:19 UTC
(
hide
)
Description:
Bug 10558 [QA Follow-up 7] - Make strings translatable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-07 20:13:19 UTC
Size:
1.67 KB
patch
obsolete
>From 3943d0c9b24efdc9d779911f908d647d5dc8dded Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 7 Jan 2014 15:05:42 -0500 >Subject: [PATCH] Bug 10558 [QA Follow-up 7] - Make strings translatable > >--- > .../prog/en/modules/tools/manage-marc-import.tt | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 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 338d081..eed77d1 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 >@@ -64,6 +64,22 @@ $(document).ready(function(){ > + ')">' + aData['citation'] + '</a>' > ); > >+ $('td:eq(2)', nRow).html( >+ aData['status'] == 'imported' ? _("Imported") : >+ aData['status'] == 'ignored' ? _("Ignored") : >+ aData['status'] == 'reverted' ? _("Reverted") : >+ aData['status'] == 'staged' ? _("Staged") : >+ aData['status'] == 'error' ? _("Error") : >+ aData['status'] >+ ); >+ >+ $('td:eq(3)', nRow).html( >+ aData['overlay_status'] == 'no_match' ? _("No match") : >+ aData['overlay_status'] == 'match_applied' ? _("Match applied") : >+ aData['overlay_status'] == 'auto_match' ? _("Match found") : >+ aData['overlay_status'] >+ ); >+ > if ( aData['match_id'] ) { > $('td:eq(4)', nRow).html( > _("Matches biblio ") >-- >1.7.2.5
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 10558
:
19506
|
19507
|
19515
|
19516
|
19517
|
19520
|
19525
|
19526
|
19547
|
19674
|
19675
|
19681
|
19682
|
19692
|
20183
|
20184
|
20185
|
20328
|
20345
|
20395
|
22062
|
22063
|
22064
|
22065
|
22066
|
22067
|
22068
|
23993
|
23994
|
23995
|
25936
|
25937