BTW, I never noticed than the main title ("Find Geos") is missing in Tomahawk :/Jacques Le 13/03/2015 17:48, [email protected] a écrit :
Author: adrianc Date: Fri Mar 13 16:48:36 2015 New Revision: 1666511 URL: http://svn.apache.org/r1666511 Log: Removed unnecessary screenlet widget from the Find Geos screen. Modified: ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml Modified: ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml?rev=1666511&r1=1666510&r2=1666511&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml Fri Mar 13 16:48:36 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>
