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

svn commit: r1560271 - in /ofbiz/branches/release12.04: ./ applications/product/webapp/facility/facility/EditContactMech.ftl

Author: jleroux
Date: Wed Jan 22 07:47:19 2014
New Revision: 1560271

URL: http://svn.apache.org/r1560271
Log:
"Applied fix from trunk for revision: 1560203" 
------------------------------------------------------------------------
r1560203 | adrianc | 2014-01-21 22:33:52 +0100 (mar. 21 janv. 2014) | 2 lignes

Fixed a FreeMarker exception.

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/product/webapp/facility/facility/EditContactMech.ftl

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1560203

Modified: ofbiz/branches/release12.04/applications/product/webapp/facility/facility/EditContactMech.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/webapp/facility/facility/EditContactMech.ftl?rev=1560271&r1=1560270&r2=1560271&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/product/webapp/facility/facility/EditContactMech.ftl (original)
+++ ofbiz/branches/release12.04/applications/product/webapp/facility/facility/EditContactMech.ftl Wed Jan 22 07:47:19 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 -->