Author: jacopoc
Date: Fri Dec 9 08:47:41 2016
New Revision: 1773337
URL:
http://svn.apache.org/viewvc?rev=1773337&view=revLog:
Fixed: form macros with incorrect arguments.
Modified:
ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl?rev=1773337&r1=1773336&r2=1773337&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/FoFormMacroLibrary.ftl Fri Dec 9 08:47:41 2016
@@ -121,7 +121,7 @@ under the License.
<#macro renderFormatEmptySpace> <@makeBlock "" " " /><!--space--></#macro>
-<#macro renderTextFindField name value defaultOption opEquals opBeginsWith opContains opIsEmpty opNotEqual className alert size maxlength autocomplete titleStyle hideIgnoreCase ignCase ignoreCase><@makeBlock className value tabindex/></#macro>
+<#macro renderTextFindField name value defaultOption opEquals opBeginsWith opContains opIsEmpty opNotEqual className alert size maxlength autocomplete titleStyle hideIgnoreCase ignCase ignoreCase tabindex><@makeBlock className value/></#macro>
<#macro renderDateFindField className alert name localizedInputTitle value value2 size maxlength dateType formName defaultDateTimeString imgSrc localizedIconTitle titleStyle defaultOptionFrom defaultOptionThru opEquals opSameDay opGreaterThanFromDayStart opGreaterThan opGreaterThan opLessThan opUpToDay opUpThruDay opIsEmpty tabindex>
<@makeBlock className value />
@@ -141,7 +141,7 @@ under the License.
<#macro renderFieldGroupClose style id title></#macro>
<#macro renderHyperlinkTitle name title showSelectAll="N"></#macro>
-<#macro renderSortField style title linkUrl ajaxEnabled tooltip=""><@renderFieldTitle style title /></#macro>
+<#macro renderSortField style title linkUrl ajaxEnabled tooltip=""><@renderFieldTitle style title ""/></#macro>
<#macro formatBoundaryComment boundaryType widgetType widgetName></#macro>
<#macro makeHiddenFormLinkForm actionUrl name parameters targetWindow></#macro>
<#macro makeHiddenFormLinkAnchor linkStyle hiddenFormName event action imgSrc description><@renderField description /></#macro>