Author: jleroux
Date: Wed Mar 15 18:06:48 2017
New Revision: 1787087

URL: http://svn.apache.org/viewvc?rev=1787087&view=rev
Log:
Improved: Make Create Menu tab bar for Routing consistent
(OFBIZ-8191)

Add a create Routing tab bar in the main decorator to maintain the consistency 
throughout the tab bar of Routing.

Thanks: Avnindra Sharma for the patch, Pierre Smits for review

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=1787087&r1=1787086&r2=1787087&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
 Wed Mar 15 18:06:48 2017
@@ -37,6 +37,9 @@ under the License.
                                     </condition>
                                     <widgets>
                                         <include-menu name="RoutingTabBar" 
location="component://manufacturing/widget/manufacturing/ManufacturingMenus.xml"/>
+                                        <container style="button-bar">
+                                            <link target="EditRouting" 
text="${uiLabelMap.ManufacturingNewRouting}" style="buttontext create"/>
+                                        </container>
                                     </widgets>
                                 </section>
                                 <container>
@@ -138,9 +141,6 @@ under the License.
                 <decorator-screen name="CommonRoutingDecorator">
                     <decorator-section name="body">
                         <screenlet title="${groovy: workEffortId ? 
uiLabelMap.PageTitleEditRouting : uiLabelMap.ManufacturingNewRouting}">
-                            <container style="button-bar">
-                                <link target="EditRouting" 
text="${uiLabelMap.ManufacturingNewRouting}" style="buttontext create"/>
-                            </container>
                             <include-form name="EditRouting" 
location="component://manufacturing/widget/manufacturing/RoutingTaskForms.xml"/>
                         </screenlet>
                     </decorator-section>


Reply via email to