You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2007/10/23 00:01:02 UTC

[jira] Created: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

New Styles For Back Office Apps on Screen Widgets
-------------------------------------------------

                 Key: OFBIZ-1364
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
             Project: OFBiz
          Issue Type: Improvement
          Components: product
    Affects Versions: SVN trunk
         Environment: mac os x
            Reporter: Marco Risaliti
            Priority: Minor
             Fix For: SVN trunk


This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.

Thanks
Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment: widget_new_css2.patch

This is a new patch and replace the first one, now the styles for the widget and the ftl files are the same but I have found an issue to implement it in the same way.
The title of the widget that has a style screenlet-title-bar must be in table with a td width style head3 and so I have tried only this solution for working it in the widget:

                  <container style="screenlet">
                            <container style="screenlet-title-bar">
                                <label text="&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;head3&quot;&gt;&lt;b&gt;${uiLabelMap.PageTitleCreateCategoryAttributes}&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;"/>
                            </container>


As you can see it is not very readble a table inside label text property, what did you think if we implement a new property inside the widget for the table without using mandatory a form ?

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch, widget_new_css2.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555952#action_12555952 ] 

Adrian Crum commented on OFBIZ-1364:
------------------------------------

Marco,

Thank you very much for all of your hard work! I think it is a good idea to break up the UI refactoring into smaller tasks - to make it easier to focus on solving a single problem, make it easier to track, revert if necessary, etc.

Let me know when you complete each component and I'll go through it to do any additional style cleanups.

It would be cool if we could get this done by February - which will be the one year anniversary of the UI refactoring effort.

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Closed: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti closed OFBIZ-1364.
---------------------------------

    Resolution: Fixed

For the moment I will close this main issue becuase most of the forms have now the same look & feel also if something deprecated style has still to be removed.

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment: widget_new_css.patch

That's a new patch and replace all the previous ones that now has been removed.
Now after selecting a category all the screen have the same look and feel.
In this patch there is only a problem on the first header of the product tab.
I would like to receive some feedback before commit this patch.

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment:     (was: widget_new_css2.patch)

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538303 ] 

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

Please Marco, use the same name when you replace a patch it's easier for everybody http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices?focusedCommentId=991#comment-991

Thanks

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch, widget_new_css2.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555913#action_12555913 ] 

Marco Risaliti commented on OFBIZ-1364:
---------------------------------------

Hi Bilgin,

which is the final solution to be adopted for required fields ?

- with input/field class="required" (this is the gray background of the 
> input) plus tooltip ${uiLabelMap.CommonRequired} 

I will use it on the next screen migrations but is it possible that now some screen already migrated has to be changed.
Consider also that to do this migration there are a lot of things to be checked and probably this task can be performed also in another task after the migration.
I would like to receive feedbacks on the new styles.

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment: widget_new_css.patch

This patch replace the first one.

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554439 ] 

Marco Risaliti commented on OFBIZ-1364:
---------------------------------------

Hi Jacques,

this issue is trying also to remove all the deprecated style (include tabletext) explained into http://docs.ofbiz.org/display/OFBIZ/Misc+UI+Refactor+Guidelines+2.

Thanks
Marco

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Bilgin Ibryam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555912#action_12555912 ] 

Bilgin Ibryam commented on OFBIZ-1364:
--------------------------------------

Marco,

Great work, i like the new styles. 

Before some time i asked in the mailing list about required field style: http://www.nabble.com/Required-field-style-to12510027.html#a12510278
Now i checked the updated catalog application and see again different required field indicators.

It would be nice to have the same required field indicator in the whole framework, so i just wanted to remind you to use the one proposed by Adrian  (and put required field indicator to forms if possible ;)

Bilgin

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Bilgin Ibryam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555930#action_12555930 ] 

Bilgin Ibryam commented on OFBIZ-1364:
--------------------------------------

Marco, 

thats the final solution. You got it right.
Probably you are right, it could be done in another issue after the migration.
I only wanted to tell you about it.

Thanks,
Bilgin

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment:     (was: widget_new_css.patch)

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554424 ] 

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

I did not review this patches. Will they deal with this remaining issue OFBIZ-588 for order and catalog components ?

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment:     (was: widget_new_css.patch)

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Commented: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538286 ] 

Jacopo Cappellato commented on OFBIZ-1364:
------------------------------------------

This work is really interesting (thank you Marco) and shows how much flexible are the widgets.
But before we go on with this approach, I'd like to get the opinions from others (including Adrian Crum, who recently did an excellent work on the OFBiz css refactoring effort): my main concern is that we add a lot of 'layout' related code (styles) both in screens and in forms... do you think it is possible/correct to achieve a similar layout with an implicit style?

Jacopo

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment: widget_new_css.patch

This is the patch.

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Assigned: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti reassigned OFBIZ-1364:
-------------------------------------

    Assignee: Marco Risaliti

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: widget_new_css.patch, widget_new_css2.patch
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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


[jira] Updated: (OFBIZ-1364) New Styles For Back Office Apps on Screen Widgets

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

Marco Risaliti updated OFBIZ-1364:
----------------------------------

    Attachment:     (was: widget_new_css.patch)

> New Styles For Back Office Apps on Screen Widgets
> -------------------------------------------------
>
>                 Key: OFBIZ-1364
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1364
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Assignee: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> This is a test to see if we can extend the new style for back office apps also to screen widgets to appear in the same way of the ftl files.
> Please let me know what do you think of those new two screens into catalog --> category --> Attributes / Links.
> Thanks
> Marco

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