Embedding tabbed panels in blocks
This recipe demonstrates the power and flexibility of Panels by exposing a panel as a block and jazzing it up by using jQuery's Tabs module.
Getting ready
This recipe uses the Mini panels module which is part of the Panels suite. For the tabs styling, this recipe utilizes the Tabs panel style module which can be downloaded at http://drupal.org/project/panels_tabs. This in turn depends on the Tabs module which can be downloaded from http://drupal.org/project/tabs.
It is assumed that the above modules have all been installed and are enabled. Furthermore, the Mini panels module controls access to its administrative features by way of permissions. It is assumed that they are enabled for the current user.
How to do it...
Navigate to admin/build/panel-mini
(Home | Administer | Site building | Mini panels) to perform the following steps:
Click on the tab titled Add.
On the Add page, select the Single column layout.
In the resulting form, add Activity monitor as the...