Author: deepak
Date: Wed Jun 5 09:44:35 2019
New Revision: 1860648
URL:
http://svn.apache.org/viewvc?rev=1860648&view=revLog:
Fixed: Wrong page title displayed on contact us page of ecommerce
(OFBIZ-11062)
Thanks Arpit Mor and Ayushi Rathod for your contribution
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CustomerScreens.xml
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CustomerScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CustomerScreens.xml?rev=1860648&r1=1860647&r2=1860648&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CustomerScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CustomerScreens.xml Wed Jun 5 09:44:35 2019
@@ -224,7 +224,7 @@ under the License.
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="rightonly"/>
- <set field="titleProperty" value="PageTitleLogin"/>
+ <set field="titleProperty" from-field="uiLabelMap.CommonContactUs"/>
<set field="pageHeader" from-field="uiLabelMap.CommonContactUs"/>
<set field="headerItem" value="contactus"/>
<set field="submitRequest" value="contactsubmit"/>
@@ -651,7 +651,7 @@ under the License.
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="rightonly"/>
- <set field="titleProperty" value="PageTitleLogin"/>
+ <set field="titleProperty" from-field="uiLabelMap.CommonContactUs"/>
<set field="pageHeader" from-field="uiLabelMap.CommonContactUs"/>
<set field="headerItem" value="contactus"/>
<set field="submitRequest" value="contactsubmit"/>