← Back to team overview

phpdevshell team mailing list archive

[Bug 947620] Re: ID for menu buttons

 

** Changed in: phpdevshell
    Milestone: 3.2.1-stable => 3.5

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/947620

Title:
  ID for menu buttons

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  In order to make easier to customize the look with css, I suggest that
  the menu button in the menu bar holds a way to link them to the actual
  menu they will trigger ; for example

  <li class="inactive"        ID="menu_btm_MYMENU"       >
      <a href="http://localhost/mymenu.html"; target="_self" >
          <span class="child"></span>
                  My Menu
      </a>
  </li>

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/947620/+subscriptions


References