You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2009/11/04 23:49:32 UTC

[jira] Created: (OFBIZ-3156) A draft version of a new theme

A draft version of a new theme
------------------------------

                 Key: OFBIZ-3156
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
             Project: OFBiz
          Issue Type: Improvement
            Reporter: Bruno Busco
            Priority: Minor
         Attachments: ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF

Hi,
I have a draft version of a new theme I would like to show you.
This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.

The theme is attached as a zip file that should be installed in the themes folder.

A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

I have commited OFBIZ-3156+newtabbar.patch at r836044  


> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774630#action_12774630 ] 

Bruno Busco commented on OFBIZ-3156:
------------------------------------

I am not doing very well with javascript.

Could you please suggest how to write some code to change the DOM from this:

<div class="tabbar">
</div>
<div class="contentarea">
  <div id="column-container">
    <div id="content-main-section">
    <div class="tab-bar">
    </div>
  </div>
</div>

to this:

<div class="tabbar">
</div>
<div class="tab-bar">
</div>
<div class="contentarea">
  <div id="column-container">
  <div id="content-main-section">
  </div>
</div>

Many thanks,
-Bruno



> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Ryan Foster (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773790#action_12773790 ] 

Ryan Foster commented on OFBIZ-3156:
------------------------------------

For the BizznessTime, I simply loaded the secondary app bar as an include file in the app bar file.  It is a pretty simple solution, and I have to say, always felt a little like a hack to me.  However, I was trying to stay within the confines of the theme, and it seems to work just fine.

Adrian is right, you can run javascript in the footer (BizznessTime loads a file called application.js that is loaded with trickery).  Because of the way screens and menus are rendered right now, I had to use javascript and some interesting CSS to get some elements to position where I wanted them to.  You might want to take a look at the Prototype Framework clone(), insert(), and wrap() methods.  These have worked wonders for me at times when I wasn't allowed to touch the markup.  The methods do exactly what you think they would do; allow you to clone elements, insert elements before, after, at the top of, or at the bottom of other elements, or wrap elements around other elements.

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

This looks promising indeed...

Thanks Bruno for your continued effort in this area!

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment: Sub-menu not visible.jpg

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776629#action_12776629 ] 

Bruno Busco commented on OFBIZ-3156:
------------------------------------

Hi devs,
I am considering to add this theme into the trunk. Do you agree/disagree?
Any idea for a name for this theme?

Thank you.

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

Ha, also it would be maybe preferable to split he 1st long menu in 2 columns (int the same menu, like in BIzness Time) else it's too long

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

Adrian Crum commented on OFBIZ-3156:
------------------------------------

Keep in mind you have the ability to specify java scripts that can be run in the footer. So you could create a script that runs after the page loads to move DOM elements around. There might not be a need to change the markup.


> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773821#action_12773821 ] 

Bruno Busco commented on OFBIZ-3156:
------------------------------------

Thank you guys for your suggestion.
The footer java script is for sure an interesting possibility I will study and possibly apply in this theme.
Collecting this kind of information was just the reason I showed you this draft work.


> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Closed: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco closed OFBIZ-3156.
------------------------------

    Resolution: Fixed

Finally fixed in trunk At revision: 880762

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Assignee: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment: French not translated.jpg

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774760#action_12774760 ] 

Bruno Busco commented on OFBIZ-3156:
------------------------------------

Making a second thought on the attached patch I think that having the tabbar decorator section in the GlobalDecorator is something we should commit in the framework.
This gives a better structure guideline while writing screens code.
Making the job using javascript is tricky, not necessary (since we can change the HTML).

Could you please reconsider it?

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: newlight.zip

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: ss6.GIF
                ss5.GIF
                ss4.GIF

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: ss3.GIF
                ss2.GIF
                ss1.GIF

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

Hi Bruno,

1st glance : I like the top menu but the last part is not localised  (see screen-copy) ?
I don't like much how the sub menu is rendered (did not try the patch yet)
The logo is ugly :D

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment:     (was: French not translated.jpg)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment:     (was: French translated.jpg)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: OFBIZ-3156+newtabbar.patch

An updated patch to be used to show correctly the tabbars with this theme.

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment:     (was: Sub-menu not visible.jpg)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: newlight.zip
                OFBIZ-3156+newtabbar.patch

Thank you Jacques for reviewing the theme.
I updated both the zip file with the theme and the patch with the following changes:
1) The selected Appbar menu item now appears correctly with the correct locale
2) The logo has been changed with a white background so that it appears now better
3) Several changes to have a better theme

In order to correctly view the tab bars you must apply the patch also.
Before adding the theme to the trunk I need to find a better name for the theme and all other decorators need to be changed with the new tabbar decorator section (I will do that in the next days).

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment: Hard to read menu in order creation.jpg

Hi Bruno,

I really like it, but I find the order creation menu still difficukt to read (FF3.5.5 on XP)

Thanks!

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

Also saw a sub-menu unredeable (order creation) and sometimes when working without calling it the top menu surges and it's annoying (agai during order creation)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment:     (was: Hard to read menu in order creation.jpg)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco updated OFBIZ-3156:
-------------------------------

    Attachment: OFBIZ-3156 newtabbar.patch

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

I have added a screen-copy. I have not used it much yet. But I believe it will be my prefered... Sober and clean (despite dropping crumbs ;) )

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

The screen copy is Hard to read menu in order creation.jpg (sorry to be verbose, tired)

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, Hard to read menu in order creation.jpg, newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF, Sub-menu not visible.jpg
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Updated: (OFBIZ-3156) A draft version of a new theme

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

Jacques Le Roux updated OFBIZ-3156:
-----------------------------------

    Attachment: French translated.jpg

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: French not translated.jpg, French translated.jpg, newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773685#action_12773685 ] 

Bruno Busco commented on OFBIZ-3156:
------------------------------------

Two things I was not yet able to do are:
1) have the secondary applications menu rendered along with the primary (as in bizzness time theme.
2) have the last part of the navigation bar appear with the correct menu name string (the one that appears as "agreements" in ss4.gif)


> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Assigned: (OFBIZ-3156) A draft version of a new theme

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

Bruno Busco reassigned OFBIZ-3156:
----------------------------------

    Assignee: Bruno Busco

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Assignee: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, newlight.zip, OFBIZ-3156 newtabbar.patch, OFBIZ-3156+newtabbar.patch, OFBIZ-3156+newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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


[jira] Commented: (OFBIZ-3156) A draft version of a new theme

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

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

To try : http://docs.ofbiz.org/display/OFBIZ/Visual+Themes+-+How+to

> A draft version of a new theme
> ------------------------------
>
>                 Key: OFBIZ-3156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3156
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: newlight.zip, OFBIZ-3156 newtabbar.patch, ss1.GIF, ss2.GIF, ss3.GIF, ss4.GIF, ss5.GIF, ss6.GIF
>
>
> Hi,
> I have a draft version of a new theme I would like to show you.
> This has been developed (not yet finished) following the great Ryan Foster's suggestions you can read here http://n4.nabble.com/Feedbacks-on-Bluelight-theme-td252746.html#a252817
> The main Idea is to make it more clear how the menu selection works combining a breadcrumbs function with a navigation function.
> The theme is attached as a zip file that should be installed in the themes folder.
> A further change I propose here is to slightly modify how the application tabbar is rendered. You can find the change in the attached patch.
> Basically, as you can see in the screenshots, the tab bar is rendered attached to the navigation menu with the same background color. This gives the clear idea that the tabbar is an extension of the selection in the menu.
> In the patch only some of the screens have been modified to this new pattern but a change in the other themes is also included so that nothing should change when other themes are selected.

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