[jboss-user] [JBoss Portal] - Re: Default layout and theme for Dashboard
PeterJ
do-not-reply at jboss.com
Mon Oct 20 17:23:43 EDT 2008
Look in the jboss-portal.sar/conf/data/default-object.xml file, and you will see this:
<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>renaissance</value>
| </property>
Be warned that changing these settings are only valid the first time you bring up the portal in a new database.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183352#4183352
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183352
More information about the jboss-user
mailing list