Bugzilla – Attachment 59929 Details for
Bug 18063
Remove dead code from tools/manage-marc-import.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18063: Remove dead code from tools/manage-marc-import.tt
Bug-18063-Remove-dead-code-from-toolsmanage-marc-i.patch (text/plain), 2.40 KB, created by
Julian Maurice
on 2017-02-06 13:58:34 UTC
(
hide
)
Description:
Bug 18063: Remove dead code from tools/manage-marc-import.tt
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-02-06 13:58:34 UTC
Size:
2.40 KB
patch
obsolete
>From be2f27a3f0518a0b8edd5a42c288f3c0266e120c Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 6 Feb 2017 14:58:06 +0100 >Subject: [PATCH] Bug 18063: Remove dead code from tools/manage-marc-import.tt > >--- > .../prog/en/modules/tools/manage-marc-import.tt | 27 ---------------------- > 1 file changed, 27 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 53ad39fc04..2f0d0834fb 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 >@@ -1,30 +1,3 @@ >-[% BLOCK final_match_link %] >- [% IF ( record.record_type == 'biblio' ) %] >- <a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a> >- [% ELSIF ( record.record_type == 'auth' ) %] >- <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record.final_match_id %]">[% record.final_match_id %]</a> >- [% END %] >-[% END %] >-[% BLOCK match_link %] >- [% IF ( record_lis.match_id ) %] >- <tr> >- <td /> >- [% IF ( record.record_type == 'biblio' ) %] >- <td colspan="5">Matches biblio [% record_lis.match_id %] (score = [% record_lis.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record_lis.match_id %]">[% record_lis.match_citation %]</a></td> >- [% ELSIF ( record.record_type == 'auth' ) %] >- <td colspan="5">Matches authority [% record_lis.match_id %] (score = [% record_lis.match_score %]): <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record_lis.match_id %]">[% record_lis.match_citation %]</a> | >- <a href="/cgi-bin/koha/authorities/merge.pl?mergereference=breeding&authid=[% record_lis.match_id %]&authid=[% record_lis.import_record_id %]">Merge</a> >- </td> >- [% END %] >- </tr> >- [% ELSIF ( record.record_type == 'auth') %] >- <tr data-authid="[% record_lis.import_record_id %]"> >- <td /> >- <td colspan="4"><a href="#" class="merge_auth">Search for a record to merge in a new window</a></td> >- </tr> >- [% END %] >-[% END %] >- > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Tools › Manage staged MARC records > [% IF ( import_batch_id ) %] >-- >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 18063
:
59929
|
59936
|
60054