View | Details | Raw Unified | Return to bug 27471
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-2 / +1 lines)
Lines 47-53 div#result { margin-top: 1em; } Link Here
47
[% ELSIF ( result ) %]
47
[% ELSIF ( result ) %]
48
48
49
    <script>window.location.href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | html %]";</script>
49
    <script>window.location.href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | html %]";</script>
50
    <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">Click here to see the merged record.</a></p>
50
    <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">This sentence is the link to see the merged record.</a></p>
51
51
52
[% ELSIF ( choosereference ) %]
52
[% ELSIF ( choosereference ) %]
53
53
54
- 

Return to bug 27471