You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/12/13 20:27:36 UTC

svn commit: r1045328 - /ofbiz/trunk/framework/common/widget/PortalPageScreens.xml

Author: erwan
Date: Mon Dec 13 19:27:36 2010
New Revision: 1045328

URL: http://svn.apache.org/viewvc?rev=1045328&view=rev
Log:
When displaying a portal page, the page title wasn't displayed. It also now shows near the breadcrumbs end

Modified:
    ofbiz/trunk/framework/common/widget/PortalPageScreens.xml

Modified: ofbiz/trunk/framework/common/widget/PortalPageScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageScreens.xml?rev=1045328&r1=1045327&r2=1045328&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageScreens.xml Mon Dec 13 19:27:36 2010
@@ -73,6 +73,8 @@ under the License.
             <actions>
                 <set field="layoutSettings.javaScripts[]" value="/images/myportal.js" global="true"/>
                 <set field="layoutSettings.styleSheets[+0]" value="/images/myportal.css" global="true"/>
+                <entity-one entity-name="PortalPage" value-field="portalPage"/>
+                <set field="page.title" from-field="portalPage.portalPageName"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">