admin_menu.css |
admin_menu.css |
|
/**
* Administration Menu.
*
* Implementation of Sons of Suckerfish Dropdowns.
* @see www.htmldog.com/articles/suckerfish
**/
#admin-menu { position: absolute; top: 0px; left: 0px; font-size: 9px; font-family: "lucida grande", tahoma,… |
admin_menu.inc |
admin_menu.inc |
|
Cached builder functions for Drupal Administration Menu. |
admin_menu.info |
admin_menu.info |
|
name = "Administration Menu"
description = "Renders a menu tree for administrative purposes as dropdown menu at the top of the window."
package = "Administration" |
admin_menu.install |
admin_menu.install |
|
|
admin_menu.module |
admin_menu.module |
|
Renders a menu tree for administrative purposes as dropdown menu at the top
of the window. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Admin Menu x.x-x.x, xxxx-xx-xx
------------------------------
Admin Menu 5.x-2.x, xxxx-xx-xx
------------------------------
#362454 by sun: Fixed Drupal.settings.admin_menu is undefined error.
#479922 by sun: Fixed fieldsets not collapsed on… |
README.txt |
README.txt |
|
-- SUMMARY --
The Drupal administration menu module displays the entire administrative
menu tree (and most local tasks) in a drop-down menu, providing administrators
one- or two-click access to most pages. Other modules may also add menu
links to… |