Author: buscob
Date: Sun Oct 17 07:24:40 2010
New Revision: 1023428
URL:
http://svn.apache.org/viewvc?rev=1023428&view=revLog:
Removed PortalPageScreen and showPortalPage.ftl since they have been replaced by include-portal-page widget.
Removed:
ofbiz/trunk/framework/common/webcommon/portal/showPortalPage.ftl
Modified:
ofbiz/trunk/framework/common/widget/CommonScreens.xml
Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=1023428&r1=1023427&r2=1023428&view=diff==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Sun Oct 17 07:24:40 2010
@@ -521,24 +521,4 @@ under the License.
</widgets>
</section>
</screen>
-
- <screen name="PortalPageScreen">
- <section>
- <actions>
- <entity-one entity-name="PortalPage" value-field="portalPage" use-cache="true"/>
- <get-related value-field="portalPage" relation-name="PortalPageColumn"
- order-by-list="columnSeqId" list="portalPageColumns" use-cache="true"/>
- <entity-and entity-name="PortalPagePortletView" list="portalPagePortlets" use-cache="true">
- <field-map field-name="portalPageId" from-field="portalPage.portalPageId"/>
- <order-by field-name="columnSeqId"/>
- <order-by field-name="sequenceNum"/>
- </entity-and>
- </actions>
- <widgets>
- <platform-specific>
- <html><html-template location="component://common/webcommon/portal/showPortalPage.ftl"/></html>
- </platform-specific>
- </widgets>
- </section>
- </screen>
</screens>