@@ -, +, @@ --- .../admin/preferences/enhanced_content.pref | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 24 ++++++---------------- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +----- 3 files changed, 8 insertions(+), 24 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref @@ -150,7 +150,7 @@ Enhanced Content: yes: Show no: "Don't show" - "reviews, similar items, and tags from Library Thing for Libraries on item detail pages on the OPAC. If you've enabled this, you need to " - - sign up, then enter in your ID below. + - sign up, then enter in your ID below. - - Access Library Thing for Libraries using the customer ID - pref: LibraryThingForLibrariesID --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -577,15 +577,10 @@
  • Reviews
  • [% IF ( LibraryThingForLibrariesID ) %]
  • - [% IF ( using_https ) %] - - - [% ELSE %] - - - [% END %] + + +
  • [% END %] - [% END %] [% IF ( SyndeticsAuthorNotes && SYNDETICS_ANOTES ) %]
  • About the author
  • @@ -1166,16 +1161,9 @@
    [% IF ( LibraryThingForLibrariesID ) %] - [% IF ( using_https ) %] - - - [% ELSE %] - - - [% END %] + + [% END %] [% IF ( NovelistSelectProfile && normalized_isbn ) %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -588,11 +588,7 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% IF ( LibraryThingForLibrariesID ) %] - [% IF ( using_https ) %] - - [% ELSE %] - - [% END %] + [% END %] [% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %][% END %] [% IF ( OverDriveEnabled ) %][% END %] --