From 43746353a49bcaa10b6a9a9f5511904c1112c6fb Mon Sep 17 00:00:00 2001 From: Paul Holmes-Higgin Date: Wed, 19 Jul 2006 11:08:49 +0000 Subject: [PATCH] reverted footer git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3351 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/web/ui/repo/tag/PageTag.java | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 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 a036e7a797..633258fcff 100644 --- a/source/java/org/alfresco/web/ui/repo/tag/PageTag.java +++ b/source/java/org/alfresco/web/ui/repo/tag/PageTag.java @@ -47,9 +47,19 @@ public class PageTag extends TagSupport */ private final static String ALF_URL = "http://www.alfresco.com"; - private final static String ALF_LOGO = "/images/logo/alfresco_enterprise.gif"; - private final static String ALF_TEXT = "Alfresco Enterprise"; - private final static String ALF_COPY = "Certified and supported. Alfresco Software Inc. © 2005-2006 All rights reserved."; + private final static String ALF_LOGO = "http://www.alfresco.com/images/alfresco_community_horizont.gif"; + private final static String SF_LOGO = "/images/logo/sflogo.php.png"; + private final static String ALF_TEXT = "Alfresco Community"; + private final static String ALF_COPY = "Supplied free of charge with " + + "no support, " + + "no certification, " + + "no maintenance, " + + "no warranty and " + + "no indemnity by " + + "Alfresco or its " + + "Certified Partners. " + + "Click here for support. " + + "Alfresco Software Inc. © 2005-2006 All rights reserved."; private static Log logger = LogFactory.getLog(PageTag.class); private static String alfresco = null; @@ -201,10 +211,11 @@ public class PageTag extends TagSupport String reqPath = ((HttpServletRequest)pageContext.getRequest()).getContextPath(); alfresco = "
" + "" + - "" + + "" + "" + "" + ALF_COPY + - "" + + "" + "
"; }