You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Kiran Gawde (Created) (JIRA)" <ji...@apache.org> on 2011/11/08 20:47:51 UTC

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

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

        

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

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Kiran Gawde (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Jacques Le Roux (Closed) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Kiran Gawde (Commented) (JIRA)" <ji...@apache.org>.
    [ 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