/[Apache-SVN]
ViewVC logotype

Revision 930516


Jump to revision: Previous Next
Author: jleroux
Date: Sat Apr 3 12:42:36 2010 UTC (14 years ago)
Changed paths: 2
Log Message:
A modified patch (indentation done mostly) from Blas Rodriguez Somoza "XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues" https://issues.apache.org/jira/browse/OFBIZ-3628 - OFBIZ-3628

htmlTreeMacroLibrary.ftl
Tree widget renders unclosed <li> tags.
Example from Accounting -> Global GL settings -> Navigate accounts
<ul class="basic-tree">
<li><ul class="basic-tree">
<li>
<li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000

htmlFormMacroLibrary (macro renderDateTimeField)
selected attribute without value
<option value="AM" selected>
input inside ul
<ul>
......
<input type="hidden" name="${compositeType}" value="Timestamp"/>
</ul>


Changed paths

Path Details
Directoryofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl modified , text changed
Directoryofbiz/trunk/framework/widget/templates/htmlTreeMacroLibrary.ftl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26