svn commit: r658468 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

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

svn commit: r658468 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

adrianc
Author: adrianc
Date: Tue May 20 15:37:06 2008
New Revision: 658468

URL: http://svn.apache.org/viewvc?rev=658468&view=rev
Log:
Improved Find screen decorator.

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=658468&r1=658467&r2=658468&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Tue May 20 15:37:06 2008
@@ -341,15 +341,23 @@
                 <decorator-section-include name="menu-bar"/>
                 <screenlet name="findScreenlet" collapsible="true" padded="false">
                     <container style="screenlet-body">
-                        <label style="h2" text="${uiLabelMap.CommonSearchOptions}"/>
-                        <decorator-section-include name="search-options"/>
+                        <container style="h2">
+                            <label text="${uiLabelMap.CommonSearchOptions}"/>
+                        </container>
+                        <container id="search-options">
+                            <decorator-section-include name="search-options"/>
+                        </container>
                     </container>
                 </screenlet>
                 <container style="screenlet">
                     <container style="screenlet-body">
-                        <label style="h2" text="${uiLabelMap.CommonSearchResults}"/>
+                        <container style="h2">
+                            <label text="${uiLabelMap.CommonSearchResults}"/>
+                        </container>
+                    </container>
+                    <container id="search-results">
+                        <decorator-section-include name="search-results"/>
                     </container>
-                    <decorator-section-include name="search-results"/>
                 </container>
             </widgets>
         </section>