svn commit: r897652 - /ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml

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

svn commit: r897652 - /ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml

buscob
Author: buscob
Date: Sun Jan 10 16:16:20 2010
New Revision: 897652

URL: http://svn.apache.org/viewvc?rev=897652&view=rev
Log:
Used FindScreenDecorator for Feature Categories

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml?rev=897652&r1=897651&r2=897652&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml Sun Jan 10 16:16:20 2010
@@ -78,13 +78,19 @@
             <widgets>
                 <decorator-screen name="CommonConfigDecorator">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.PageTitleFindConfigItems}">
-                            <link target="EditProductConfigItem" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
-                            <include-form location="component://product/widget/catalog/ConfigForms.xml" name="FindProductConfigItemsFrom"/>
-                        </screenlet>
-                        <screenlet title="${uiLabelMap.PageTitleFindConfigItems}">
-                            <include-form location="component://product/widget/catalog/ConfigForms.xml" name="FindProductConfigItems"/>
-                        </screenlet>
+                        <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
+                            <decorator-section name="menu-bar">
+                                <container style="button-bar">
+                                    <link target="EditProductConfigItem" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
+                                </container>
+                            </decorator-section>
+                            <decorator-section name="search-options">
+                                <include-form location="component://product/widget/catalog/ConfigForms.xml" name="FindProductConfigItemsFrom"/>
+                            </decorator-section>
+                            <decorator-section name="search-results">
+                                <include-form location="component://product/widget/catalog/ConfigForms.xml" name="FindProductConfigItems"/>
+                            </decorator-section>
+                        </decorator-screen>
                     </decorator-section>
                 </decorator-screen>
             </widgets>