Lines 569-575
Link Here
|
569 |
<table> |
569 |
<table> |
570 |
<thead> |
570 |
<thead> |
571 |
<tr> |
571 |
<tr> |
572 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
572 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
573 |
<th> </th> |
573 |
<th> </th> |
574 |
[% END %] |
574 |
[% END %] |
575 |
<th colspan="2">Results</th> |
575 |
<th colspan="2">Results</th> |
Lines 581-587
Link Here
|
581 |
<tbody> |
581 |
<tbody> |
582 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
582 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
583 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
583 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
584 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
584 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
585 |
<td class="bookcoverimg"> |
585 |
<td class="bookcoverimg"> |
586 |
<div |
586 |
<div |
587 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
587 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
588 |
- |
|
|