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 <gmc@esilibrary.com>
This commit is contained in:
parent
4a2aa0e768
commit
aa86e7eb75
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
[% IF ( record.record_type == 'biblio' ) %]
|
||||
<td class="highlight" colspan="4">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 class="highlight" colspan="4">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>
|
||||
<td class="highlight" colspan="4">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 %]
|
||||
|
|
Loading…
Reference in a new issue