[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard
brandonv
do-not-reply at jboss.com
Tue Dec 1 08:31:59 EST 2009
If you want to change the theme for the dashboard page, change this section to use your custom theme and layout:
| <deployment>
| <if-exists>keep</if-exists>
| <context>
| <context-name>dashboard</context-name>
| <properties>
|
| <!--
| | Set the layout for the default portal, see also portal-layouts.xml.
| -->
| <property>
| <name>layout.id</name>
| <value>generic</value>
| </property>
|
| <!--
| | Set the theme for the default portal, see also portal-themes.xml.
| -->
| <property>
| <name>theme.id</name>
| <value>renewal</value>
| </property>
| ...
|
Hope this helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268293#4268293
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268293
More information about the jboss-user
mailing list