Posted by tbfisher on October 22, 2012 at 1:25am
Floats tasks and actions (e.g. the view and edit tabs on nodes), to avoid the need to accomodate them when building a theme. Intended to work with the Administration Menu module.
To Do
- UI - I built the UI and I'm not a designer. I am not enamored with my work. Please help.
Instructions
- Install and enable in the normal way.
-
Remove calls to render tabs and actions in your theme. For example, override modules/system/page.tpl.php and remove the lines
<?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>and
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Administration, Site Navigation, Theme Enhancements
- Reported installs: 12 sites currently report using this module. View usage statistics.
- Downloads: 247
- Last modified: October 31, 2012