svn commit: r897690 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

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

svn commit: r897690 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

buscob
Author: buscob
Date: Sun Jan 10 19:35:17 2010
New Revision: 897690

URL: http://svn.apache.org/viewvc?rev=897690&view=rev
Log:
Used FindScreenDecorator for FindBomScreen

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml?rev=897690&r1=897689&r2=897690&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/BomScreens.xml Sun Jan 10 19:35:17 2010
@@ -141,13 +141,17 @@
             <widgets>
                 <decorator-screen name="CommonBomDecorator">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.PageTitleFindBom}">
-                            <link target="CreateProductBom" text="${uiLabelMap.ManufacturingCreateBom}" style="buttontext"/>
-                            <include-form name="findBom" location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
-                        </screenlet>
-                        <screenlet title="${uiLabelMap.PageTitleFindBom}">
-                            <include-form name="ListBom" location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
-                        </screenlet>
+                        <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
+                            <decorator-section name="menu-bar">
+                                <container style="button-bar"><link target="CreateProductBom" text="${uiLabelMap.ManufacturingCreateBom}" style="buttontext"/></container>
+                            </decorator-section>
+                            <decorator-section name="search-options">
+                                <include-form name="findBom" location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
+                            </decorator-section>
+                            <decorator-section name="search-results">
+                                <include-form name="ListBom" location="component://manufacturing/widget/manufacturing/BomForms.xml"/>
+                            </decorator-section>
+                        </decorator-screen>
                     </decorator-section>
                 </decorator-screen>
             </widgets>