svn commit: r811078 - /ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r811078 - /ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml

jacopoc
Author: jacopoc
Date: Thu Sep  3 18:43:52 2009
New Revision: 811078

URL: http://svn.apache.org/viewvc?rev=811078&view=rev
Log:
Applied fix from trunk for revision: 811077
 Put back set operation, removed by commit 811020 (but without invalid default values, as suggested by Adrian Crum) because without them the ui is broken; part of OFBIZ-2885

Modified:
    ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml

Modified: ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml?rev=811078&r1=811077&r2=811078&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/branches/release09.04/framework/common/widget/CommonScreens.xml Thu Sep  3 18:43:52 2009
@@ -134,6 +134,10 @@
                     <field-map field-name="themeResources" from-field="layoutSettings"/>
                 </service>
                 <set field="layoutSettings" from-field="themeResources" default-value="${layoutSettings}" global="true"/>
+                <set field="headerTemplateLocation" from-field="layoutSettings.VT_HDR_TMPLT_LOC[0]"/>
+                <set field="footerTemplateLocation" from-field="layoutSettings.VT_FTR_TMPLT_LOC[0]"/>
+                <set field="appbarTemplateLocation" from-field="layoutSettings.VT_NAV_TMPLT_LOC[0]"/>
+                <set field="messagesTemplateLocation" from-field="layoutSettings.VT_MSG_TMPLT_LOC[0]"/>
                 <property-map resource="CommonHelpUrls" map-name="helpUrlsMap" global="true"/>
             </actions>
             <widgets>