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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-2 / +1 lines)
Lines 116-122 div#result { margin-top: 1em; } Link Here
116
                    <input type="radio" value="[% record.biblionumber | html %]" id="ref_biblionumber[% record.biblionumber | html %]" name="ref_biblionumber" onclick="changeFramework('[% record.frameworkcode | html %]')" />
116
                    <input type="radio" value="[% record.biblionumber | html %]" id="ref_biblionumber[% record.biblionumber | html %]" name="ref_biblionumber" onclick="changeFramework('[% record.frameworkcode | html %]')" />
117
                [% END %]
117
                [% END %]
118
                <label for="ref_biblionumber[% record.biblionumber | html %]">
118
                <label for="ref_biblionumber[% record.biblionumber | html %]">
119
                    [% INCLUDE 'biblio-title.inc' biblio=record.data %]
119
                    [% INCLUDE 'biblio-title.inc' biblio=record.data link = 1 %]
120
                    ([% record.biblionumber | uri %]) <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% record.biblionumber | uri %]" class="previewData">View MARC</a>
120
                    ([% record.biblionumber | uri %]) <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% record.biblionumber | uri %]" class="previewData">View MARC</a>
121
                </label>
121
                </label>
122
            </li>
122
            </li>
123
- 

Return to bug 35034