From 07f950082cc0f652f200a674e7e603fcbf932b97 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 8 Jan 2016 11:23:38 +1300 Subject: [PATCH] Bug 14571 - 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. Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher --- .../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 f2fb6e2cca..4fca8dd970 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 ) %] [% END %] [% END %] @@ -466,11 +462,7 @@ function verify_images() { [% IF ( AmazonCoverImages ) %] [% END %] -- 2.39.2