You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/02/18 11:05:41 UTC

svn commit: r911305 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Author: buscob
Date: Thu Feb 18 10:05:41 2010
New Revision: 911305

URL: http://svn.apache.org/viewvc?rev=911305&view=rev
Log:
Fixed wrong markup for Date-Time field introduced in rev. 911079.
Thank you Adrian for reporting in ML

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=911305&r1=911304&r2=911305&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Thu Feb 18 10:05:41 2010
@@ -94,7 +94,7 @@
  <a href="javascript:call_cal(document.<#rt/>
 </#if>
 ${formName}.<#if timeDropdownParamName?has_content>${timeDropdownParamName}</#if><#if defaultDateTimeString?has_content>,'${defaultDateTimeString}'</#if>);" 
-title="<#if localizedIconTitle?has_content>${localizedIconTitle}</#if>"<#rt/>
+title="<#if localizedIconTitle?has_content>${localizedIconTitle}</#if>"><#rt/>
 </a><#rt/>
 </li>
 </#if>
@@ -127,9 +127,9 @@
  </select>
 </li><#rt/>
 </#if>
-</ul>
 <input type="hidden" name="${compositeType}" value="Timestamp"/>
 </#if>
+</ul>
 </div>
 </#macro>
 
@@ -401,7 +401,7 @@
 <#if titleStyle?has_content>
 </span>
 </#if>
-</li></ul>
+</li></ul></div>
 </#macro>
 
 <#macro renderRangeFindField className alert name value size maxlength autocomplete titleStyle defaultOptionFrom opEquals opGreaterThan opGreaterThanEquals opLessThan opLessThanEquals value2 defaultOptionThru>