You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/10/17 00:13:52 UTC

svn commit: r826108 - /ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml

Author: buscob
Date: Fri Oct 16 22:13:52 2009
New Revision: 826108

URL: http://svn.apache.org/viewvc?rev=826108&view=rev
Log:
Changed container-based search screan with FindScreenDecorator 

Modified:
    ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml?rev=826108&r1=826107&r2=826108&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/LabelManagerScreens.xml Fri Oct 16 22:13:52 2009
@@ -33,29 +33,14 @@
             <widgets>
                 <decorator-screen name="CommonArtifactDecorator" location="component://webtools/widget/CommonScreens.xml">
                     <decorator-section name="body">
-                        <container style="h1">
-                            <label text="${uiLabelMap.WebtoolsLabelManagerFindLabels}"/>
-                        </container>
-                        <screenlet id="searchOptions" name="findScreenlet" collapsible="true" padded="false">
-                            <container style="screenlet-body">
-                                <container style="h2">
-                                    <label text="${uiLabelMap.CommonSearchOptions}"/>
-                                </container>
-                                <container id="search-options">
-                                    <platform-specific><html><html-template location="component://webtools/webapp/webtools/labelmanager/SearchLabels.ftl"/></html></platform-specific>
-                                </container>
-                            </container>
-                        </screenlet>
-                        <container style="screenlet">
-                            <container style="screenlet-body">
-                                <container style="h2">
-                                    <label text="${uiLabelMap.CommonSearchResults}"/>
-                                </container>
-                            </container>
-                            <container id="search-results">
-                                    <platform-specific><html><html-template location="component://webtools/webapp/webtools/labelmanager/ViewLabels.ftl"/></html></platform-specific>
-                            </container>
-                        </container>
+                        <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
+                            <decorator-section name="search-options">
+                               <platform-specific><html><html-template location="component://webtools/webapp/webtools/labelmanager/SearchLabels.ftl"/></html></platform-specific>
+                            </decorator-section>
+                            <decorator-section name="search-results">
+                                <platform-specific><html><html-template location="component://webtools/webapp/webtools/labelmanager/ViewLabels.ftl"/></html></platform-specific>
+                            </decorator-section>
+                        </decorator-screen>
                         <!--
                         <screenlet id="ViewHardcodedLabelsPanel" title="${uiLabelMap.WebtoolsLabelManagerHardcoded}" collapsible="false">
                             <platform-specific><html><html-template location="component://webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl"/></html></platform-specific>