From b994510937c4e8e2dffa112867c007f305b14529 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 6 Feb 2017 14:58:06 +0100 Subject: [PATCH] Bug 18063: Remove dead code from tools/manage-marc-import.tt Content-Type: text/plain; charset=utf-8 Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy --- .../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 53ad39f..2f0d083 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' ) %] - [% record.final_match_id %] - [% ELSIF ( record.record_type == 'auth' ) %] - [% record.final_match_id %] - [% END %] -[% END %] -[% BLOCK match_link %] - [% IF ( record_lis.match_id ) %] - - - [% IF ( record.record_type == 'biblio' ) %] - Matches biblio [% record_lis.match_id %] (score = [% record_lis.match_score %]): [% record_lis.match_citation %] - [% ELSIF ( record.record_type == 'auth' ) %] - Matches authority [% record_lis.match_id %] (score = [% record_lis.match_score %]): [% record_lis.match_citation %] | - Merge - - [% END %] - - [% ELSIF ( record.record_type == 'auth') %] - - - Search for a record to merge in a new window - - [% END %] -[% END %] - [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Manage staged MARC records [% IF ( import_batch_id ) %] -- 2.1.4