Lines 442-448
Link Here
|
442 |
<table> |
442 |
<table> |
443 |
<thead> |
443 |
<thead> |
444 |
<tr> |
444 |
<tr> |
445 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
445 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
446 |
<th> </th> |
446 |
<th> </th> |
447 |
[% END %] |
447 |
[% END %] |
448 |
<th colspan="2">Results</th> |
448 |
<th colspan="2">Results</th> |
Lines 454-460
Link Here
|
454 |
<tbody> |
454 |
<tbody> |
455 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
455 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
456 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
456 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
457 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
457 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
458 |
<td class="bookcoverimg"> |
458 |
<td class="bookcoverimg"> |
459 |
<div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]"> |
459 |
<div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]"> |
460 |
[% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %] |
460 |
[% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %] |
461 |
- |
|
|