Author: adrianc
Date: Tue Jan 21 21:33:52 2014
New Revision: 1560203
URL:
http://svn.apache.org/r1560203Log:
Fixed a FreeMarker exception.
Modified:
ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl?rev=1560203&r1=1560202&r2=1560203&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl Tue Jan 21 21:33:52 2014
@@ -19,7 +19,7 @@ under the License.
<#if !mechMap.facilityContactMech?exists && mechMap.contactMech?exists>
<p><h3>${uiLabelMap.PartyContactInfoNotBelongToYou}.</h3></p>
- <a href="<@ofbizUrl>authview/${donePage}?facilityId=${facilityId}</@ofbizUrl>" class="buttontext">${uiLabelMapCommon.Back}</a>
+ <a href="<@ofbizUrl>authview/${donePage}?facilityId=${facilityId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
<#else>
<#if !mechMap.contactMech?exists>
<#-- When creating a new contact mech, first select the type, then actually create -->