@@ -, +, @@ -Have some Syndetics credentials -Turn on SyndeticsCoverImages -Look at some and you'll notice that Syndetics cover images dont always load -If you view the page source you'll see why. The links are built like this: -Apply patch -Cover images should load properly. --- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -85,8 +85,8 @@ [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( content_identifier_exists ) %]
- - Syndetics cover image + + Syndetics cover image
Image from Syndetics
@@ -268,27 +268,27 @@ [% IF ( SyndeticsSeries && SyndeticsSERIES1Exists ) %] Series information: - Click to open in new window + Click to open in new window [% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%] [% IF ( SyndeticsAVPROFILEExists ) %] Audiovisual profile: - Click to open in new window + Click to open in new window [% END # / IF SyndeticsAVPROFILEExists %] [% IF ( SyndeticsFICTIONExists ) %] Fiction notes: - Click to open in new window + Click to open in new window [% END # / IF SyndeticsFICTIONExists %] [% IF ( SyndeticsAwards && SyndeticsAWARDS1Exists ) %] Awards: - Click to open in new window + Click to open in new window [% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %] [% END # / IF SyndeticsEnabled%] @@ -900,7 +900,7 @@ [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( XISBN.content_identifier_exists ) %] - + [% ELSE %] No cover image available [% END # / IF XISBN.content_identifier_exists %] --