Author: buscob
Date: Sat Oct 16 18:12:11 2010
New Revision: 1023342
URL: http://svn.apache.org/viewvc?rev=1023342&view=rev
Log:
Removed include-portal-page widget example. Not really needed any more.
Modified:
ofbiz/trunk/framework/example/webapp/example/WEB-INF/controller.xml
ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml
ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
Modified: ofbiz/trunk/framework/example/webapp/example/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/webapp/example/WEB-INF/controller.xml?rev=1023342&r1=1023341&r2=1023342&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/webapp/example/WEB-INF/controller.xml
(original)
+++ ofbiz/trunk/framework/example/webapp/example/WEB-INF/controller.xml Sat Oct
16 18:12:11 2010
@@ -190,7 +190,6 @@ under the License.
</request-map>
<request-map uri="FormWidgetExamples"><security https="true"
auth="true"/><response name="success" type="view"
value="FormWidgetExamples"/></request-map>
- <request-map uri="PortalPageWidgetExamples"><security https="true"
auth="true"/><response name="success" type="view"
value="PortalPageWidgetExamples"/></request-map>
<request-map uri="LookupExampleFeature"><security https="true"
auth="true"/><response name="success" type="view"
value="LookupExampleFeature"/></request-map>
<request-map uri="LookupPartyName"><security https="true"
auth="true"/><response name="success" type="view"
value="LookupPartyName"/></request-map>
@@ -251,7 +250,6 @@ under the License.
<view-map name="EditExampleFeatureExampleAppls" type="screen"
page="component://example/widget/example/ExampleFeatureScreens.xml#EditExampleFeatureExampleAppls"/>
<view-map name="FormWidgetExamples" type="screen"
page="component://example/widget/example/FormWidgetExampleScreens.xml#FormWidgetExamples"/>
- <view-map name="PortalPageWidgetExamples" type="screen"
page="component://example/widget/example/ExampleScreens.xml#PortalPageWidgetExampleScreen"/>
<view-map name="LookupExampleFeature" type="screen"
page="component://example/widget/example/ExampleFeatureScreens.xml#LookupExampleFeature"/>
<view-map name="LookupPartyName" type="screen"
page="component://example/widget/example/FormWidgetExampleLookupScreens.xml#LookupPartyName"/>
Modified: ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml?rev=1023342&r1=1023341&r2=1023342&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml Sat Oct 16
18:12:11 2010
@@ -24,7 +24,6 @@ under the License.
<menu-item name="ExampleMenuItem"
title="${uiLabelMap.ExampleExample}"><link target="FindExample"/></menu-item>
<menu-item name="ExampleFeature"
title="${uiLabelMap.ExampleFeature}"><link
target="FindExampleFeature"/></menu-item>
<menu-item name="FormWidgetExamples"
title="${uiLabelMap.ExampleFormWidgetExamples}"><link
target="FormWidgetExamples"/></menu-item>
- <menu-item name="PortalPageWidgetExamples"
title="${uiLabelMap.ExamplePortalPageWidgetExamples}"><link
target="PortalPageWidgetExamples"/></menu-item>
<menu-item name="AjaxExample"
title="${uiLabelMap.ExampleAjaxExamples}"><link
target="authview/findExampleAjax"/></menu-item>
<menu-item name="portalPage"
parent-portal-page-value="${parameters.parentPortalPageId}"/>
<menu-item name="Dashboard" title="${uiLabelMap.ExampleDashboard}"
align-style="opposed">
Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=1023342&r1=1023341&r2=1023342&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Sat Oct 16
18:12:11 2010
@@ -466,18 +466,4 @@ under the License.
</widgets>
</section>
</screen>
- <screen name="PortalPageWidgetExampleScreen">
- <section>
- <actions>
- <set field="tabButtonItem" value="PortalPageWidgetExamples"/>
- </actions>
- <widgets>
- <decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
- <decorator-section name="body">
- <include-portal-page id="EXAMPLE"
edit-mode="${parameters.editmode}"/>
- </decorator-section>
- </decorator-screen>
- </widgets>
- </section>
- </screen>
</screens>