|
Lines 396-402
Link Here
|
| 396 |
</a> |
396 |
</a> |
| 397 |
[% END # /IF AmazonCoverImages %] |
397 |
[% END # /IF AmazonCoverImages %] |
| 398 |
[% IF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') %] |
398 |
[% IF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') %] |
| 399 |
<a href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /> |
399 |
<a class="custom_cover_image" href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /> |
| 400 |
[% END %] |
400 |
[% END %] |
| 401 |
</td> |
401 |
</td> |
| 402 |
[% END # /IF( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled )%] |
402 |
[% END # /IF( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled )%] |
| 403 |
- |
|
|