[jira] [Created] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Nicolas Malin (Jira)
OnePageCheckout billToAddress2 label has style info
---------------------------------------------------

                 Key: OFBIZ-4554
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4554
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: Release Branch 11.04, SVN trunk
            Reporter: Kiran Gawde
            Priority: Trivial


Remove style

Change from:
<label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
to:
<label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Nicolas Malin (Jira)

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

Kiran Gawde updated OFBIZ-4554:
-------------------------------

    Attachment: OFBIZ-4554-OnePageCheckoutFtl.patch
   

> OnePageCheckout billToAddress2 label has style info
> ---------------------------------------------------
>
>                 Key: OFBIZ-4554
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4554
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Kiran Gawde
>            Priority: Trivial
>         Attachments: OFBIZ-4554-OnePageCheckoutFtl.patch
>
>
> Remove style
> Change from:
> <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
> to:
> <label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146833#comment-13146833 ]

Jacques Le Roux commented on OFBIZ-4554:
----------------------------------------

Hi Kiran,

You simply removed, did you check if it has any impact (because you did not suggest a css replacement)?
               

> OnePageCheckout billToAddress2 label has style info
> ---------------------------------------------------
>
>                 Key: OFBIZ-4554
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4554
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Kiran Gawde
>            Priority: Trivial
>         Attachments: OFBIZ-4554-OnePageCheckoutFtl.patch
>
>
> Remove style
> Change from:
> <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
> to:
> <label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147394#comment-13147394 ]

Kiran Gawde commented on OFBIZ-4554:
------------------------------------

Hi Jacques

shipToAddress2 doesn't have any style specified. So seems like the style
for billToAddress2 was left over from old coding or someone added it by
mistake. After removing style, it still looks good :-)

Regards,
Kiran
               

> OnePageCheckout billToAddress2 label has style info
> ---------------------------------------------------
>
>                 Key: OFBIZ-4554
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4554
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Kiran Gawde
>            Priority: Trivial
>         Attachments: OFBIZ-4554-OnePageCheckoutFtl.patch
>
>
> Remove style
> Change from:
> <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
> to:
> <label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4554) OnePageCheckout billToAddress2 label has style info

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-4554.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04
                   Release Branch 10.04
         Assignee: Jacques Le Roux

Thanks Kiran,

Your patch is in
trunk r1200207  
R11.04 r1200208
R10.04 r1200209


               

> OnePageCheckout billToAddress2 label has style info
> ---------------------------------------------------
>
>                 Key: OFBIZ-4554
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4554
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Kiran Gawde
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4554-OnePageCheckoutFtl.patch
>
>
> Remove style
> Change from:
> <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
> to:
> <label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>

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