Merged V3.0 to HEAD

12786: Merged V2.2 to V3.0
      12783: Merged V2.1 to V2.2
         12779: ALFCOM-2277 - Copyright notice needs updating to be for 2009
   12787: ALFCOM-2277 - Copyright notice needs updating to be for 2009 (continuation)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2009-01-15 15:37:05 +00:00
parent e132d0d832
commit ce475d8212
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,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. &copy; 2005-2008 All rights reserved.";
"Alfresco Software Inc. &copy; 2005-2009 All rights reserved.";
private final static Log logger = LogFactory.getLog(PageTag.class);
private static String alfresco = null;

View File

@@ -43,7 +43,7 @@
<div style="padding:4px">
<a href="http://www.alfresco.com/" class="title" target="new">http://www.alfresco.com</a>
<p>
Alfresco Software Inc. &copy; 2005-2008 All rights reserved. <a href="http://www.alfresco.com/legal/" target="new">Legal and License</a>
Alfresco Software Inc. &copy; 2005-2009 All rights reserved. <a href="http://www.alfresco.com/legal/" target="new">Legal and License</a>
</div>
<div style="padding:4px" class="mainSubTitle">

View File

@@ -40,7 +40,7 @@ function handleSelect(type, args, obj)
function init()
{
YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container", { mindate:"1/1/2006", maxdate:"12/31/2008" });
YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container", { mindate:"1/1/2006", maxdate:"12/31/2019" });
YAHOO.example.calendar.cal1.selectEvent.subscribe(handleSelect, YAHOO.example.calendar.cal1, true);
YAHOO.example.calendar.cal1.render();