You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org> on 2010/04/12 14:55:41 UTC

[jira] Created: (OFBIZ-3685) XHTML validation errors round 2 (order)

XHTML validation errors round 2 (order)
---------------------------------------

                 Key: OFBIZ-3685
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: OFBIZ-3685_order_xhtml.diff

XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Description: 
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

appendorderitem.ftl
Line 65: invalid a closing

editorderitems.ftl
Line 214: needed td close;

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open



  was:
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open




> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment: OFBIZ-3685_order_xhtml_v2.diff

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment:     (was: OFBIZ-3685_order_xhtml_v2.diff)

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3685.
------------------------------

      Assignee: Bruno Busco
    Resolution: Fixed

Thank you Blas,
your slightly changed patch (I only changed some tabs with spaces) is in trunk at revision: 935270

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment:     (was: OFBIZ-3685_order_xhtml.diff)

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment: OFBIZ-3685_order_xhtml_v4.diff

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment: OFBIZ-3685_order_xhtml.diff

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment: OFBIZ-3685_order_xhtml.diff

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Description: 
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

appendorderitem.ftl
Line 65: invalid a closing

editorderitems.ftl
Line 214: needed td close;

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open

quoteInfo.ftl
Line 40: invalid /div

quoteRoles.ftl
Lines 24-44: avoid empty table


  was:
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

appendorderitem.ftl
Line 65: invalid a closing

editorderitems.ftl
Line 214: needed td close;

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open




> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment:     (was: OFBIZ-3685_order_xhtml_v3.diff)

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment: OFBIZ-3685_order_xhtml_v3.diff

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Description: 
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

appendorderitem.ftl
Line 65: invalid a closing

editorderitems.ftl
Line 214: needed td close;

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open

quoteInfo.ftl
Line 40: invalid /div

quoteRoles.ftl
Lines 24-44: avoid empty table


  was:
XHTML validation errors

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

Other errors:

checkinits.ftl
Line 104, 171: duplicated id userLoginId

appendorderitem.ftl
Line 65: invalid a closing

editorderitems.ftl
Line 214: needed td close;

orderagreements.ftl
Line 35,55: hidden input must be inside td.
Line 37,67: attribute valign not valid for tr

orderinfo.ftl
Lines 22-88: form must be inside li.
Lines 232-248: form must be inside td.

orderitems.ftl
Lines 228: wrong tr close
Lines 233: wrong td close

orderpaymentinfo.ftl
LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"

ordershippinginfo.ftl
Line 62: form must be inside li.
Line 296,297: label for attribute does not match input id
Lines 308, 310: label for attribute does not match select id
Line 318: duplicated unneeded id.
Line 319. 321: label for attribute does not match select id
Lines 499, 519: form must be inside td
Line 527: duplicated span open
Lines 521,546: form must be inside td
Line 552: duplicated span open

quoteInfo.ftl
Line 40: invalid /div

quoteRoles.ftl
Lines 24-44: avoid empty table



Removed orderitems.ftl from patch

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> appendorderitem.ftl
> Line 65: invalid a closing
> editorderitems.ftl
> Line 214: needed td close;
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open
> quoteInfo.ftl
> Line 40: invalid /div
> quoteRoles.ftl
> Lines 24-44: avoid empty table

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3685) XHTML validation errors round 2 (order)

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3685:
-----------------------------------------

    Attachment:     (was: OFBIZ-3685_order_xhtml.diff)

> XHTML validation errors round 2 (order)
> ---------------------------------------
>
>                 Key: OFBIZ-3685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3685_order_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> checkinits.ftl
> Line 104, 171: duplicated id userLoginId
> orderagreements.ftl
> Line 35,55: hidden input must be inside td.
> Line 37,67: attribute valign not valid for tr
> orderinfo.ftl
> Lines 22-88: form must be inside li.
> Lines 232-248: form must be inside td.
> orderitems.ftl
> Lines 228: wrong tr close
> Lines 233: wrong td close
> orderpaymentinfo.ftl
> LInes 122,123,124,155: wrong syntax -> class"label" should be -> class="label"
> ordershippinginfo.ftl
> Line 62: form must be inside li.
> Line 296,297: label for attribute does not match input id
> Lines 308, 310: label for attribute does not match select id
> Line 318: duplicated unneeded id.
> Line 319. 321: label for attribute does not match select id
> Lines 499, 519: form must be inside td
> Line 527: duplicated span open
> Lines 521,546: form must be inside td
> Line 552: duplicated span open

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira