@@ -, +, @@ - AmazonCoverImages - IntranetCoce (if available) - LocalCoverImages - Perform a catalog search in the staff interface which will return results with cover images from each of the enabled services. - The covers should show correctly in the search results with no markup being output on screen. --- .../intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -436,7 +436,7 @@
[% IF ( LocalCoverImages ) %][% SEARCH_RESULT.localimage | html %]
- 'p1'> + Local cover image
Local cover image
@@ -445,7 +445,7 @@ [% IF ( AmazonCoverImages && SEARCH_RESULT.normalized_isbn ) %]
- 'p1'> + Cover image from Amazon.com
Amazon cover image
@@ -455,7 +455,7 @@ [% IF ( SyndeticsCovers ) %] [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
- + Cover from Syndetics
Syndetics cover image
@@ -467,7 +467,7 @@ [% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] [% IF ( coce_id ) %]
- 'p1'> +
Coce cover image
--