svn commit: r1060701 - /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: r1060701 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

adrianc
Author: adrianc
Date: Wed Jan 19 07:39:16 2011
New Revision: 1060701

URL: http://svn.apache.org/viewvc?rev=1060701&view=rev
Log:
Move "Search Options" text to screenlet title bar in the FindDecorator screen. It's now visible when the screenlet is collapsed.

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=1060701&r1=1060700&r2=1060701&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Wed Jan 19 07:39:16 2011
@@ -483,10 +483,9 @@ under the License.
                 </section>
                 <decorator-section-include name="menu-bar"/>
                 <container style="clear"/>
-                <screenlet id="searchOptions" name="findScreenlet" collapsible="true">
-                    <label style="h2" text="${uiLabelMap.CommonSearchOptions}"/>
+                <screenlet id="searchOptions" name="findScreenlet" collapsible="true" title="${uiLabelMap.CommonSearchOptions}">
                     <container id="search-options">
-                        <decorator-section-include name="search-options"/>
+                        <decorator-section-include name="search-options" />
                     </container>
                 </screenlet>
                 <screenlet padded="false">