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