From aa86e7eb7526b7f4a4ab5af6134db5655cd3e6d2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Oct 2013 21:57:29 +0000 Subject: [PATCH] bug 5202: (follow-up) tweak display of merge action link on staged batch page This patch adds a vertical bar between the link to display the matching authority record and the link to initiate a record merge; prior to this patch, the two links ran together. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c1d7060bb9..3d159c4c8c 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 @@ -12,7 +12,7 @@ [% 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 %] + Matches authority [% record_lis.match_id %] (score = [% record_lis.match_score %]): [% record_lis.match_citation %] | Merge [% END %] -- 2.39.5