From 388632a56153a02358f5217177ec635e5914d0a0 Mon Sep 17 00:00:00 2001 From: Will Abson Date: Wed, 25 Jun 2014 16:19:00 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud) 73996: ACE-2028 Change invisible images to match 5.0 version git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74858 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/web/ui/repo/tag/PageTag.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java index 3f1b47c078..e3cfa57b07 100644 --- a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java +++ b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java @@ -88,8 +88,8 @@ public class PageTag extends TagSupport * Please ensure you understand the terms of the license before changing the contents of this file. */ - private final static String ALF_LOGO_HTTP = "http://www.alfresco.com/assets/images/logos/community-4.2.png"; - private final static String ALF_LOGO_HTTPS = "https://www.alfresco.com/assets/images/logos/community-4.2.png"; + private final static String ALF_LOGO_HTTP = "http://www.alfresco.com/assets/images/logos/community-5.0.png"; + private final static String ALF_LOGO_HTTPS = "https://www.alfresco.com/assets/images/logos/community-5.0.png"; private final static String ALF_URL = "http://www.alfresco.com"; private final static String ALF_TEXT = "Alfresco Community"; private final static String ALF_COPY = "Supplied free of charge with " +