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 411-419 $(document).ready(function(){ Link Here
411
				[% IF ( OPACXSLTResultsDisplay ) %]
411
				[% IF ( OPACXSLTResultsDisplay ) %]
412
                [% SEARCH_RESULT.XSLTResultsRecord %]
412
                [% SEARCH_RESULT.XSLTResultsRecord %]
413
				[% ELSE %]
413
				[% ELSE %]
414
				[% 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">
414
				[% IF ( BiblioDefaultViewmarc ) %]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
415
                                [% ELSE %]
415
                                [% ELSE %]
416
                                [% 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">
416
                                [% IF ( BiblioDefaultViewisbd ) %]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
417
                                [% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
417
                                [% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
418
                                [% END %]
418
                                [% END %]
419
                                [% END %]
419
                                [% END %]
420
- 

Return to bug 6461