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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt (-3 / +2 lines)
Lines 410-418 $(document).ready(function(){ Link Here
410
				[% IF ( OPACXSLTResultsDisplay ) %]
410
				[% IF ( OPACXSLTResultsDisplay ) %]
411
                [% SEARCH_RESULT.XSLTResultsRecord %]
411
                [% SEARCH_RESULT.XSLTResultsRecord %]
412
				[% ELSE %]
412
				[% ELSE %]
413
				[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
413
				[% IF ( BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
414
                                [% ELSE %]
414
                                [% ELSE %]
415
                                [% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
415
                                [% IF ( BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
416
                                [% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
416
                                [% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
417
                                [% END %]
417
                                [% END %]
418
                                [% END %]
418
                                [% END %]
419
- 

Return to bug 6461