Lines 419-425
Link Here
|
419 |
<!-- TABLE RESULTS START --> |
419 |
<!-- TABLE RESULTS START --> |
420 |
<table> |
420 |
<table> |
421 |
<tr> |
421 |
<tr> |
422 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
422 |
[% IF ( AmazonCoverImages || LocalCoverImages || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
423 |
<th> </th> |
423 |
<th> </th> |
424 |
[% END %] |
424 |
[% END %] |
425 |
<th colspan="2">Results</th> |
425 |
<th colspan="2">Results</th> |
Lines 429-435
Link Here
|
429 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
429 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
430 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
430 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
431 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
431 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
432 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
432 |
[% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || Koha.Preference('BakerTaylorEnabled') || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
433 |
<td class="bookcoverimg"> |
433 |
<td class="bookcoverimg"> |
434 |
<div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]"> |
434 |
<div id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" class="cover-slides" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]"> |
435 |
[% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %] |
435 |
[% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %] |
436 |
- |
|
|