From: Terran McCanna Date: Fri, 13 Nov 2020 17:17:58 +0000 (-0500) Subject: OPAC: Default Cover Image X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d615aba47c072be786a883423d01da219b9fc5f4;p=evergreen%2Fpines.git OPAC: Default Cover Image Enable the ability to show a default image when a cover is not available. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in index a6d07e80ed..6b1616e8a5 100644 --- a/Open-ILS/examples/apache_24/eg_vhost.conf.in +++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in @@ -105,17 +105,17 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ # Note: There are no default images provided for these, you will need to provide # your own "no image" image(s). -# -# ErrorDocument 404 /opac/images/noimage_small.png -# + + ErrorDocument 404 /opac/images/noimage_small.png + -# -# ErrorDocument 404 /opac/images/noimage_medium.png -# + + ErrorDocument 404 /opac/images/noimage_medium.png + -# -# ErrorDocument 404 /opac/images/noimage_large.png -# + + ErrorDocument 404 /opac/images/noimage_large.png + # ---------------------------------------------------------------------------------- # Add the row ID (RID) and date so we can make unAPI happy diff --git a/Open-ILS/web/opac/images/noimage_large.png b/Open-ILS/web/opac/images/noimage_large.png index f4ed4f3f3d..4abf3b27a8 100644 Binary files a/Open-ILS/web/opac/images/noimage_large.png and b/Open-ILS/web/opac/images/noimage_large.png differ diff --git a/Open-ILS/web/opac/images/noimage_medium.png b/Open-ILS/web/opac/images/noimage_medium.png index 7139af9428..7770dd276d 100644 Binary files a/Open-ILS/web/opac/images/noimage_medium.png and b/Open-ILS/web/opac/images/noimage_medium.png differ diff --git a/Open-ILS/web/opac/images/noimage_small.png b/Open-ILS/web/opac/images/noimage_small.png index 35d84b8fe2..10daf7b908 100644 Binary files a/Open-ILS/web/opac/images/noimage_small.png and b/Open-ILS/web/opac/images/noimage_small.png differ