[ 
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.

Reply via email to