Changeset 480 in t29-www for shared/js-v6


Ignore:
Timestamp:
Dec 26, 2013, 9:41:48 AM (10 years ago)
Author:
heribert
Message:

Navigation verbessert, IBM 1130 hinzugefügt und andere Änderungen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shared/js-v6/modules/menu.js

    r296 r480  
    5050        // default values
    5151        if(!this.button) // button widget
     52                this.button_box = $('<li class="button-box"></li>'); // in nav.side
     53                this.button_box.appendTo("nav.side li.collapsible-button-after");
     54       
    5255                this.button = $('<span class="button collapse-menu"></span>')
    53                               .addClass('for-'+this.id).appendTo("nav.side");
    54         if(!this.label) { // button label
     56                              .addClass('for-'+this.id).//appendTo("nav.side");
     57                                                                    appendTo(this.button_box); 
     58                                         
     59    if(!this.label) { // button label
    5560                this.label = {};
    5661                this.label[t29c.FOLD] = t29._("js-menu-collapse-out");
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License