From: Kyle M Hall Date: Tue, 1 Jul 2014 15:29:56 +0000 (-0400) Subject: Bug 12511 - Novelist Select not using https in bootstrap X-Git-Tag: v3.18.00-beta~876 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=ac277edaaf3ece692146d669c94e1fd8c681ea68;p=srvgit Bug 12511 - Novelist Select not using https in bootstrap In prog we have: [% IF ( NovelistSelectProfile ) %] [% END %] but in bootstrap we have [% IF ( NovelistSelectProfile ) %] [% END %] Because bootstrap isn't using https, we get an error like this: [blocked] The page at 'https://koha.mylibrary.com/cgi-bin/koha/opac-detail.pl?biblionumber=105315&query_desc=kw%2Cwrdl%3A%20home' was loaded over HTTPS, but ran insecure content from 'http://imageserver.ebscohost.com/novelistselect/ns2init.js': this content should also be loaded over HTTPS. Test plan would require having a subscription to Novelist Select. I think this is trivial enough to go without. Signed-off-by: Katrin Fischer Very small change, trusting Kyle and the sign-off here. Signed-off-by: Tomas Cohen Arazi --- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index dc17543984..ff437ebd32 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1123,7 +1123,7 @@ [% END %] [% IF ( NovelistSelectProfile ) %] - + [% END %] [% IF ( Babeltheque ) %]