[ 
https://issues.apache.org/jira/browse/OFBIZ-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Blas Rodriguez Somoza updated OFBIZ-3607:
-----------------------------------------

    Description: 
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findOrders.ftl
Wrong markup on line 470. Unrecognized onsubmit attribute in input tag
<input type='submit' value='${uiLabelMap.CommonFind}' 
onsubmit="javascript:lookupOrders(true);"/>

Wrong markup on line 478. div must be before if and not after. Look at line 138 
the if begins with <div><table> it should end with </table></div>
 </table>
      </#if>
    </div>
</div>

Updated patch attached (v2)

  was:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findOrders.ftl
Wrong markup on line 470. Unrecognized onsubmit attribute in input tag
<input type='submit' value='${uiLabelMap.CommonFind}' 
onsubmit="javascript:lookupOrders(true);"/>

Patch attached


> XHTML validation errors (order)
> -------------------------------
>
>                 Key: OFBIZ-3607
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3607
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3607_order_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findOrders.ftl
> Wrong markup on line 470. Unrecognized onsubmit attribute in input tag
> <input type='submit' value='${uiLabelMap.CommonFind}' 
> onsubmit="javascript:lookupOrders(true);"/>
> Wrong markup on line 478. div must be before if and not after. Look at line 
> 138 the if begins with <div><table> it should end with </table></div>
>  </table>
>       </#if>
>     </div>
> </div>
> Updated patch attached (v2)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to