Author: deepak
Date: Sat Nov 11 08:33:29 2017
New Revision: 1814927

URL: http://svn.apache.org/viewvc?rev=1814927&view=rev
Log:
Fixed: Fixed typo introdued at r#1814924

Modified:
    
ofbiz/ofbiz-framework/trunk/themes/common/template/macro/HtmlFormMacroLibrary.ftl

Modified: 
ofbiz/ofbiz-framework/trunk/themes/common/template/macro/HtmlFormMacroLibrary.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/template/macro/HtmlFormMacroLibrary.ftl?rev=1814927&r1=1814926&r2=1814927&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/themes/common/template/macro/HtmlFormMacroLibrary.ftl
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/themes/common/template/macro/HtmlFormMacroLibrary.ftl
 Sat Nov 11 08:33:29 2017
@@ -48,7 +48,7 @@ under the License.
 </#macro>
 <#macro renderHyperlinkField></#macro>
 
-<#macro renderTextField name className alert value="" textSize="" maxlength="" 
id="" event="" action="" disabled="" clientAutocomplete"" ajaxUrl="" 
ajaxEnabled="" mask="" tabindex="" readonly="" placeholder="" 
delegatorName="default">
+<#macro renderTextField name className alert value="" textSize="" maxlength="" 
id="" event="" action="" disabled="" clientAutocomplete="" ajaxUrl="" 
ajaxEnabled="" mask="" tabindex="" readonly="" placeholder="" 
delegatorName="default">
   <input type="text" name="${name?default("")?html}"<#t/>
     <@renderClass className alert />
     <#if value?has_content> value="${value}"</#if><#rt/>


Reply via email to