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 437-443 Link Here
437
                                <!-- TABLE RESULTS START -->
437
                                <!-- TABLE RESULTS START -->
438
                                <table>
438
                                <table>
439
                                    <tr>
439
                                    <tr>
440
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
440
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
441
                                            <th>&nbsp;</th>
441
                                            <th>&nbsp;</th>
442
                                        [% END %]
442
                                        [% END %]
443
                                        <th colspan="2">Results</th>
443
                                        <th colspan="2">Results</th>
Lines 447-453 Link Here
447
                                    [% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %]
447
                                    [% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %]
448
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
448
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
449
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
449
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
450
                                            [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
450
                                            [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
451
    <td class="bookcoverimg">
451
    <td class="bookcoverimg">
452
        <div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]">
452
        <div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]">
453
            [% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %]
453
            [% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %]
454
- 

Return to bug 28307