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/02/21 19:06:10 UTC

svn commit: r746553 - /ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml

Author: buscob
Date: Sat Feb 21 18:06:09 2009
New Revision: 746553

URL: http://svn.apache.org/viewvc?rev=746553&view=rev
Log:
Fixed two attribute names that caused parse error in my previous commit

Modified:
    ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml?rev=746553&r1=746552&r2=746553&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml Sat Feb 21 18:06:09 2009
@@ -50,10 +50,10 @@
                 <script location="component://ecommerce/widget/EcommerceSetup.groovy"/>
                 
                 <!-- Get the store VisualTheme -->
-                <set field="visualThemeId" from-field="productStore.visualThemeId" default="EC_DEFAULT"/>
+                <set field="visualThemeId" from-field="productStore.visualThemeId" default-value="EC_DEFAULT"/>
                 <service service-name="getVisualThemeResources">
                     <field-map field-name="visualThemeId"/>
-                    <field-map field-name="themeResources" env-name="layoutSettings"/>
+                    <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]" default-value="component://ecommerce/webapp/ecommerce/includes/header.ftl"/>