You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2014/01/21 22:33:53 UTC

svn commit: r1560203 - /ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl

Author: adrianc
Date: Tue Jan 21 21:33:52 2014
New Revision: 1560203

URL: http://svn.apache.org/r1560203
Log:
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>
-  &nbsp;<a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMapCommon.Back}</a>
+  &nbsp;<a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
 <#else>
   <#if !mechMap.contactMech?exists>
     <#-- When creating a new contact mech, first select the type, then actually create -->