Author: ashish
Date: Mon Mar 14 18:09:07 2011
New Revision: 1081499

URL: http://svn.apache.org/viewvc?rev=1081499&view=rev
Log:
Applied patch from trunk r1081496.
Bug fix. hyperlink field type on form field was not able to put "," (separator 
) on csv files. Thanks Amit.

Modified:
    
ofbiz/branches/release10.04/framework/widget/templates/csvFormMacroLibrary.ftl

Modified: 
ofbiz/branches/release10.04/framework/widget/templates/csvFormMacroLibrary.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/widget/templates/csvFormMacroLibrary.ftl?rev=1081499&r1=1081498&r2=1081499&view=diff
==============================================================================
--- 
ofbiz/branches/release10.04/framework/widget/templates/csvFormMacroLibrary.ftl 
(original)
+++ 
ofbiz/branches/release10.04/framework/widget/templates/csvFormMacroLibrary.ftl 
Mon Mar 14 18:09:07 2011
@@ -116,4 +116,4 @@ under the License.
 <#macro renderSortField style title linkUrl ajaxEnabled><@renderFieldTitle 
style title /></#macro>
 <#macro formatBoundaryComment boundaryType widgetType widgetName></#macro>
 <#macro makeHiddenFormLinkAnchor linkStyle hiddenFormName event action imgSrc 
description><@renderField description /></#macro>
-<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc title 
alternate linkUrl targetWindow description confirmation><@renderField 
description /></#macro>
+<#macro makeHyperlinkString linkStyle hiddenFormName event action imgSrc title 
alternate linkUrl targetWindow description confirmation><@renderField 
description />,<#rt/></#macro>


Reply via email to