Author: adrianc
Date: Wed Jan 19 07:39:16 2011
New Revision: 1060701
URL:
http://svn.apache.org/viewvc?rev=1060701&view=revLog:
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">