admin_menu-rtl.css |
admin_menu-rtl.css |
|
#admin-menu { text-align: right; direction: rtl; }
#admin-menu li.admin-menu-action { float: left; }
#admin-menu li.admin-menu-action a { border-right: 1px solid #323232; border-left: none; }
/* all lists */
#admin-menu ul a { border-left: 1px solid… |
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.drush.inc |
admin_menu.drush.inc |
|
|
admin_menu.inc |
admin_menu.inc |
|
|
admin_menu.info |
admin_menu.info |
|
name = Administration menu
description = "Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions)."
package = Administration
core = 6.x |
admin_menu.install |
admin_menu.install |
|
|
admin_menu.module |
admin_menu.module |
|
Renders a menu tree for administrative purposes as a dropdown menu at the top
of the window. |
admin_menu.test |
tests/admin_menu.test |
|
Administration menu functionality tests. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Admin Menu x.x-x.x, xxxx-xx-xx
------------------------------
Admin Menu 6.x-1.x, xxxx-xx-xx
------------------------------
#927018 by DamienMcKenna, mikeytown2: Fixed PHP notice in admin_menu_link_build().
Admin Menu 6.x-1.8,… |
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… |