Author: buscob
Date: Fri Oct 23 17:12:35 2009
New Revision: 829130
URL: http://svn.apache.org/viewvc?rev=829130&view=rev
Log:
Part of OFBIZ-3067 - Menus and form widget files location
Order component
Renamed order/widget/ordermgr/Menus.xml to order/widget/ordermgr/OrderMenus.xml
Added:
ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
- copied unchanged from r829121,
ofbiz/trunk/applications/order/widget/ordermgr/Menus.xml
Removed:
ofbiz/trunk/applications/order/widget/ordermgr/Menus.xml
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
ofbiz/trunk/applications/order/widget/ordermgr/CustRequestScreens.xml
ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml?rev=829130&r1=829129&r2=829130&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml Fri Oct 23
17:12:35 2009
@@ -45,7 +45,7 @@
<!-- <set field="layoutSettings.headerRightBackgroundUrl"
value="" global="true"/> -->
<set field="activeApp" value="ordermgr" global="true"/>
<set field="applicationMenuName" value="OrderAppBar"
global="true"/>
- <set field="applicationMenuLocation"
value="component://order/widget/ordermgr/Menus.xml" global="true"/>
+ <set field="applicationMenuLocation"
value="component://order/widget/ordermgr/OrderMenus.xml" global="true"/>
<set field="applicationTitle"
value="${uiLabelMap.OrderManagerApplication}" global="true"/>
<!-- globally parameterize the link to a customer's detail
information, to help with cases when such details are accessed via external
application. -->
<set field="customerDetailLink"
value="/partymgr/control/viewprofile?partyId=" global="true"/>
@@ -70,10 +70,10 @@
<not><if-empty field="custRequest"/></not>
</condition>
<widgets>
- <include-menu name="RequestTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="RequestTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
</widgets>
</section>
- <include-menu name="RequestSubTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="RequestSubTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
<container>
<section>
<condition>
@@ -110,7 +110,7 @@
<not><if-empty field="quote"/></not>
</condition>
<widgets>
- <include-menu name="QuoteTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="QuoteTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
</widgets>
</section>
<container>
@@ -146,7 +146,7 @@
<not><if-empty field="quote"/></not>
</condition>
<widgets>
- <include-menu name="QuoteTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="QuoteTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
</widgets>
</section>
<container>
Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestScreens.xml?rev=829130&r1=829129&r2=829130&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestScreens.xml
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestScreens.xml Fri
Oct 23 17:12:35 2009
@@ -508,7 +508,7 @@
</condition>
<widgets>
<screenlet
title="${uiLabelMap.OrderIncomingCustRequests}"
navigation-menu-name="RequestScreenletMenu">
- <include-menu name="RequestScreenletMenu"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="RequestScreenletMenu"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
<include-form name="ListRequestList"
location="component://order/widget/ordermgr/CustRequestForms.xml"/>
</screenlet>
</widgets>
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?rev=829130&r1=829129&r2=829130&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Fri
Oct 23 17:12:35 2009
@@ -34,7 +34,7 @@
<section>
<condition><not><if-empty
field="requirement"/></not></condition>
<widgets>
- <include-menu name="RequirementTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="RequirementTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
</widgets>
</section>
<container>
@@ -64,7 +64,7 @@
<if-has-permission permission="ORDERMGR"
action="_VIEW"/>
</condition>
<widgets>
- <include-menu name="RequirementsTabBar"
location="component://order/widget/ordermgr/Menus.xml"/>
+ <include-menu name="RequirementsTabBar"
location="component://order/widget/ordermgr/OrderMenus.xml"/>
<container>
<link target="EditRequirement"
text="${uiLabelMap.OrderNewRequirement}" style="buttontext"/>
</container>