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 2009/05/08 01:11:50 UTC

svn commit: r772806 - /ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl

Author: jleroux
Date: Thu May  7 23:11:50 2009
New Revision: 772806

URL: http://svn.apache.org/viewvc?rev=772806&view=rev
Log:
Fix an issue reported at bottom of http://docs.ofbiz.org/display/OFBADMIN/New+Features+Roadmap+-+Living+Document

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl?rev=772806&r1=772805&r2=772806&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl Thu May  7 23:11:50 2009
@@ -266,4 +266,4 @@
 </div>
 </#if>
 <br/>
-<span class="tooltip">${uiLabelMap.CommonNote} : ${uiLabelMap.ProductRedExplanation}</span>
\ No newline at end of file
+<span class="tooltip">${uiLabelMap.CommonNote} : ${StringUtil.wrapString(uiLabelMap.ProductRedExplanation)}</span>