You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/11/19 12:03:36 UTC

svn commit: r1770490 - /ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl

Author: deepak
Date: Sat Nov 19 12:03:36 2016
New Revision: 1770490

URL: http://svn.apache.org/viewvc?rev=1770490&view=rev
Log:
Fixed: layered-modal hyperlink doesn't show style 
(OFBIZ-7323)


Thanks Pierre Smits for reporting the issue.

Modified:
    ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl?rev=1770490&r1=1770489&r2=1770490&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl Sat Nov 19 12:03:36 2016
@@ -873,7 +873,7 @@ Parameter: tabindex, String, optional -
     <#if uniqueItemName?has_content>
         <div id="${uniqueItemName}"></div>
         <a href="javascript:void(0);" id="${uniqueItemName}_link" 
-        <#if style?has_content>class="${style}"</#if>>
+        <#if linkStyle?has_content>class="${linkStyle}"</#if>>
         <#if description?has_content>${description}</#if></a>
         <script type="text/javascript">
             function ${uniqueItemName}_data () {