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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Wed Jan 22 07:47:25 2014
New Revision: 1560272

URL: http://svn.apache.org/r1560272
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/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/product/webapp/facility/facility/EditContactMech.ftl

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

Modified: ofbiz/branches/release11.04/applications/product/webapp/facility/facility/EditContactMech.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/webapp/facility/facility/EditContactMech.ftl?rev=1560272&r1=1560271&r2=1560272&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/product/webapp/facility/facility/EditContactMech.ftl (original)
+++ ofbiz/branches/release11.04/applications/product/webapp/facility/facility/EditContactMech.ftl Wed Jan 22 07:47:25 2014
@@ -19,7 +19,7 @@ under the License.
 
 <#if !mechMap.facilityContactMech?exists && mechMap.contactMech?exists>
   <p><h3>${uiLabelMap.PartyContactInfoNotBelongToYou}.</h3></p>
-  &nbsp;<a href="<@ofbizUrl>authview/${donePage}?facilityId=${facilityId}</@ofbizUrl>" class="buttontext">${uiLabelMapCommon.Back}</a>
+  &nbsp;<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 -->