cancel
Showing results for 
Search instead for 
Did you mean: 

change title page on alfresco-4.2.f

mtconcepcion
Champ in-the-making
Champ in-the-making
how to change the title page on alfresco-4.2.f. see attached screen shot for better understanding of what i really need.

thanks
1 REPLY 1

douglascrp
World-Class Innovator
World-Class Innovator
You can replace the value of the property "page.title", like:

page.title=Your title here » {0}

Create the properties file into:

alfresco/web-extension/messages/custom.properties


Put that property inside a properties file, and register the properties file like this:


<bean id="custom.resources"
   class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
   <property name="resourceBundles">
      <list>
         <value>alfresco.web-extension.messages.custom</value>
      </list>
   </property>
</bean>