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 465-471 Link Here
465
                                <table>
465
                                <table>
466
                                    <thead>
466
                                    <thead>
467
                                    <tr>
467
                                    <tr>
468
                                        [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
468
                                        [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
469
                                            <th>&nbsp;</th>
469
                                            <th>&nbsp;</th>
470
                                        [% END %]
470
                                        [% END %]
471
                                        <th colspan="2">Results</th>
471
                                        <th colspan="2">Results</th>
Lines 477-483 Link Here
477
                                    <tbody>
477
                                    <tbody>
478
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
478
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
479
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
479
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
480
                                            [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
480
                                            [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
481
    <td class="bookcoverimg">
481
    <td class="bookcoverimg">
482
        <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 %]">
482
        <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 %]">
483
            [% IF ( LocalCoverImages && SEARCH_RESULT.has_local_cover_image ) %]
483
            [% IF ( LocalCoverImages && SEARCH_RESULT.has_local_cover_image ) %]
484
- 

Return to bug 28307