You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Eric DE MAULDE (JIRA)" <ji...@apache.org> on 2009/09/12 15:25:57 UTC

[jira] Updated: (OFBIZ-2932) checkoutpayment XHTML validation & default payment

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

Eric DE MAULDE updated OFBIZ-2932:
----------------------------------

    Attachment: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch

This patch modifies
_ checked into checked="checked"
_ add " />" at the end of input tag
_ add a checked default payment : it's the first, EXT_OFFLINE


> checkoutpayment XHTML validation & default payment
> --------------------------------------------------
>
>                 Key: OFBIZ-2932
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2932
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>         Environment: trunk 814152
>            Reporter: Eric DE MAULDE
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch
>
>
> checkoutpayment.ftl doesn't validate XHTML test
> More, checkoutpayment hasn't a checked default payment.

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


Re: [jira] Updated: (OFBIZ-2932) checkoutpayment XHTML validation & default payment

Posted by Deepak Dixit <de...@hotwaxmedia.com>.
Hello Eric,

This file need some more markup clean up. like
1) The "name"attribute  exists in form element and the name|| attribute 
of form elements is formally deprecated, and will be removed in a 
subsequent version of XHTML .Use id attribute instead of name.
2) Event attribute is in lower camel case, but according to XHTML all 
attribute need to be in lower case.
3) script tag is not in the correct formate.


Thanks & Regards
-----
Deepak Dixit


Eric DE MAULDE (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/OFBIZ-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Eric DE MAULDE updated OFBIZ-2932:
> ----------------------------------
>
>     Attachment: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch
>
> This patch modifies
> _ checked into checked="checked"
> _ add " />" at the end of input tag
> _ add a checked default payment : it's the first, EXT_OFFLINE
>
>
>   
>> checkoutpayment XHTML validation & default payment
>> --------------------------------------------------
>>
>>                 Key: OFBIZ-2932
>>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2932
>>             Project: OFBiz
>>          Issue Type: Bug
>>          Components: specialpurpose/ecommerce
>>    Affects Versions: SVN trunk
>>         Environment: trunk 814152
>>            Reporter: Eric DE MAULDE
>>             Fix For: SVN trunk
>>
>>         Attachments: OFBIZ-2932_checkoutpayment_XHTML_validation_&_default_payment.patch
>>
>>
>> checkoutpayment.ftl doesn't validate XHTML test
>> More, checkoutpayment hasn't a checked default payment.
>>     
>
>