From c8ddb6b957da52d7cbdca9d4dbce1d16c76c7cf5 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 8 Jan 2016 11:23:38 +1300 Subject: [PATCH] Bug 15518 - Intranet detail needs ssl sources for Amazon images To test: Enable Amazon images for the staff client - syspref: AmazonCoverImages -> Show Go to a record detail in the intranet that has an Amazon image, inspect it, and make sure that it 1. Shows 2. has https://images-na. and not http://images. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index f2fb6e2..4fca8dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -388,11 +388,7 @@ function verify_images() { [% IF ( AmazonCoverImages ) %]
- [% IF ( using_https ) %] - [% ELSE %] - - [% END %]
[% END %] [% END %] @@ -466,11 +462,7 @@ function verify_images() { [% IF ( AmazonCoverImages ) %]
- [% IF ( using_https ) %] - [% ELSE %] - - [% END %]
[% END %] -- 1.9.1