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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

buscob
Author: buscob
Date: Sat Oct 16 14:02:47 2010
New Revision: 1023286

URL: http://svn.apache.org/viewvc?rev=1023286&view=rev
Log:
Used include-portal-page widget in ShowPortalPage Screen.

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=1023286&r1=1023285&r2=1023286&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageScreens.xml Sat Oct 16 14:02:47 2010
@@ -84,15 +84,12 @@ 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="title" from-field="portalPage.portalPageName" default-value=""/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <!-- label text=" id: ${parameters.portalPortletId} location: ${portlet.screenLocation} screen: ${portlet.screenName}"></label-->
                         <container id="portalContainerId">
-                            <include-screen name="PortalPageScreen" location="component://common/widget/CommonScreens.xml"/>
+                            <include-portal-page id="${parameters.portalPageId}" conf-mode="${parameters.confMode}" use-private="${parameters.usePrivate}"/>
                         </container>
                     </decorator-section>
                 </decorator-screen>