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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 112-118 Link Here
112
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
112
                        [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
113
                    </div>
113
                    </div>
114
                    [% IF ( OPACXSLTDetailsDisplay ) %]
114
                    [% IF ( OPACXSLTDetailsDisplay ) %]
115
                        [% XSLTBloc %]
115
                        [% XSLTBloc.raw %]
116
                    [% ELSE %]
116
                    [% ELSE %]
117
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
117
                        <h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
118
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
118
                        [% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 323-329 Link Here
323
                                                [% END %]
323
                                                [% END %]
324
324
325
                                                [% IF ( OPACXSLTResultsDisplay ) %]
325
                                                [% IF ( OPACXSLTResultsDisplay ) %]
326
                                                    [% SEARCH_RESULT.XSLTResultsRecord %]
326
                                                    [% SEARCH_RESULT.XSLTResultsRecord.raw %]
327
                                                [% ELSE %]
327
                                                [% ELSE %]
328
                                                    [% IF ( BiblioDefaultViewmarc ) %]
328
                                                    [% IF ( BiblioDefaultViewmarc ) %]
329
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
329
                                                        <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
330
- 

Return to bug 13618