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