Bug 18063: Remove dead code from tools/manage-marc-import.tt
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 6 Feb 2017 13:58:06 +0000 (14:58 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Feb 2017 15:47:31 +0000 (15:47 +0000)
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt

index 53ad39f..2f0d083 100644 (file)
@@ -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 &rsaquo; Tools &rsaquo; Manage staged MARC records
 [% IF ( import_batch_id ) %]