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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-3 / +2 lines)
Lines 468-474 Link Here
468
                                <table>
468
                                <table>
469
                                    <thead>
469
                                    <thead>
470
                                    <tr>
470
                                    <tr>
471
                                        [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
471
                                        [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
472
                                            <th>&nbsp;</th>
472
                                            <th>&nbsp;</th>
473
                                        [% END %]
473
                                        [% END %]
474
                                        <th colspan="2">Results</th>
474
                                        <th colspan="2">Results</th>
Lines 480-486 Link Here
480
                                    <tbody>
480
                                    <tbody>
481
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
481
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
482
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
482
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
483
                                            [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
483
                                            [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
484
    <td class="bookcoverimg">
484
    <td class="bookcoverimg">
485
        <div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" data-isbn="[% To.json(SEARCH_RESULT.normalized_isbn) | $raw %]" data-processedbiblio="[% PROCESS biblio_a_href biblionumber => SEARCH_RESULT.biblionumber | $raw %]">
485
        <div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" data-isbn="[% To.json(SEARCH_RESULT.normalized_isbn) | $raw %]" data-processedbiblio="[% PROCESS biblio_a_href biblionumber => SEARCH_RESULT.biblionumber | $raw %]">
486
            [% IF ( LocalCoverImages && SEARCH_RESULT.has_local_cover_image ) %]
486
            [% IF ( LocalCoverImages && SEARCH_RESULT.has_local_cover_image ) %]
487
- 

Return to bug 28307