Author: hansbak
Date: Thu Sep 1 08:45:39 2011
New Revision: 1163944
URL:
http://svn.apache.org/viewvc?rev=1163944&view=revLog:
change the component template to use the application decorator
Modified:
ofbiz/trunk/framework/resources/templates/CommonScreens.xml
Modified: ofbiz/trunk/framework/resources/templates/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/CommonScreens.xml?rev=1163944&r1=1163943&r2=1163944&view=diff==============================================================================
--- ofbiz/trunk/framework/resources/templates/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/resources/templates/CommonScreens.xml Thu Sep 1 08:45:39 2011
@@ -17,7 +17,7 @@
<set field="applicationTitle" value="${uiLabelMap.@component-resource-name@Application}" global="true"/>
</actions>
<widgets>
- <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/>
+ <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>
</widgets>
</section>
</screen>