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