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

svn commit: r1666513 - /ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml

Author: adrianc
Date: Fri Mar 13 16:52:02 2015
New Revision: 1666513

URL: http://svn.apache.org/r1666513
Log:
Merged revision(s) 1666511 from ofbiz/trunk:
Removed unnecessary screenlet widget from the Find Geos screen.

Modified:
    ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml

Modified: ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml?rev=1666513&r1=1666512&r2=1666513&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml (original)
+++ ofbiz/branches/release13.07/framework/webtools/widget/GeoManagementScreens.xml Fri Mar 13 16:52:02 2015
@@ -36,9 +36,7 @@
                                     <include-form name="FindGeo" location="component://webtools/widget/GeoManagementForms.xml"/>
                                 </decorator-section>
                                 <decorator-section name="search-results">
-                                    <screenlet title="${uiLabelMap.CommonGeos}">
-                                        <include-form name="ListGeos" location="component://webtools/widget/GeoManagementForms.xml"/>
-                                    </screenlet>
+                                    <include-form name="ListGeos" location="component://webtools/widget/GeoManagementForms.xml"/>
                                 </decorator-section>
                             </decorator-screen>
                         </container>