This simple module places the local menu tabs (for example the View/Edit/Revision tabs in a node view page) into a toolbar that is fixed at the top of the browser window.

There is some default CSS there that works well with Bartik and Seven - tested so far on Mac with Firefox and Webkit (Safari/Chrome).

In an effort to group admin tasks together and make other toolbar-related modules play nicely, we have CSS support for the Admin Menu and Domain Admin modules to enable the toolbars to site well together. We also have some support for Localization client, and older versions of Edit module where the 'quick edit' link was rendered in a block. (Hope to support more current versions soon).

You may need to make some changes to ensure compatibility with your own theme.

  • If the css is getting overwritten by the theme, It might help to move the $tabs array out of its current location in page.tpl.php and place it at the top or bottom of the file outside any other classes.
  • The current CSS assumes that the $tabs array is rendered as default - an unordered list with class tabs and primary or secondary
  • If the module is not playing nice with some of the toolbar modules mentioned above, perhaps the module weight of this module or the other one has been changed, so the order in which they output their body classes has been reversed. There are other toolbar modules (e.g. core Toolbar) with no support - patches of course welcomed.

Project information

Releases