The admin_menu module adds a margin to the top of the page allowing it to sit above the content without covering anything up. This module, however, seems to be overriding that in some way so that the admin menu ends up covering up the top bar of links.
I realize these two modules overlap somewhat in feature sets, but admin doesn't provide the ability to quickly get to a specific page the way admin_menu does with it's dropdown menus. I'd really love to see that functionality merged into this module somehow or at least get the two to play a little more nicely together.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | admin-DRUPAL-6--1.admin_menu+notices.patch | 3.64 KB | sun |
| #1 | admin_menu.namespace.patch | 686 bytes | sun |
Comments
Comment #1
sunAttached patch fixes the namespace issue (and thereby the JS error, which breaks admin_menu).
While testing + debugging with E^ALL, I quickly fixed some PHP notices, too.
Comment #2
yhahn commentedThank you. Committed http://drupal.org/cvs?commit=222278