cancel
Showing results for 
Search instead for 
Did you mean: 

where can I modify the Alfresco Community text

goodguy
Champ in-the-making
Champ in-the-making
At the bottom of each page, there is this line of text.

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-2007 All rights reserved.

Where is it kept? I could not seem to find the file that store these few lines. Thank you.
3 REPLIES 3

savs
Champ in-the-making
Champ in-the-making
It's in the source, in projects/web-client/source/java/org/alfresco/web/ui/repo/tag/PageTag.java

goodguy
Champ in-the-making
Champ in-the-making
Thanks savs.

I am just started to lookg at Alfresco, and was wondering what is the best practise to do some modification on the web client UI. Is there any article that detail the process?

Thanks again.

kevinr
Star Contributor
Star Contributor
Many customisation tasks can be done via XML configuration:
http://wiki.alfresco.com/wiki/Web_Client_Customisation_Guide

Otherwise you will need the SDK:
http://wiki.alfresco.com/wiki/Alfresco_SDK

If you want to change code in the web-client, you will need knowledge of Java, JSP, JSF, J2EE technologies.

Thanks,

Kevin