mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for SourceForge logo rendering issue in IE6, CSS fixes, (C) changes to 2008
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7713 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -102,7 +102,7 @@ public class PageTag extends TagSupport
|
||||
"<a class='footer' href='http://www.alfresco.com'>Alfresco</a> or its " +
|
||||
"<a class='footer' href='http://www.alfresco.com/partners/'>Certified Partners</a>. " +
|
||||
"<a class='footer' href='http://www.alfresco.com/services/support/'>Click here for support</a>. " +
|
||||
"Alfresco Software Inc. © 2005-2007 All rights reserved.";
|
||||
"Alfresco Software Inc. © 2005-2008 All rights reserved.";
|
||||
|
||||
private final static Log logger = LogFactory.getLog(PageTag.class);
|
||||
private static String alfresco = null;
|
||||
@@ -340,7 +340,7 @@ public class PageTag extends TagSupport
|
||||
"'>" +"</a></td><td align='center'>" +
|
||||
"<span class='footer'>" + ALF_COPY +
|
||||
"</span></td><td><a href='http://sourceforge.net/projects/alfresco'>" +
|
||||
"<img style='vertical-align:middle;border-width:0px' alt='' title='SourceForge' src='" +
|
||||
"<img style='vertical-align:middle' border='0' alt='' title='SourceForge' width='88' height='31' src='" +
|
||||
req.getContextPath() + SF_LOGO + "'></a>" +
|
||||
"</td></tr></table></center>");
|
||||
}
|
||||
|
Reference in New Issue
Block a user