Administration Tabs & Actions

Component ID

1819302

Component name

Administration Tabs & Actions

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1838

Component created

Component changed

Component body

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

  1. Install and enable in the normal way.
  2. 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; ?>