CHANGELOG.txt |
CHANGELOG.txt |
|
Changes since RC3:
o #873362 Fix to missing argument error on older versions of panels
o #620304 Tabs panel can now provide title for panel
Changes since RC2:
o #869410: Do not display tabs panel when all tabs are empty.
o #865922: Update to… |
panels_tabs.info |
panels_tabs.info |
|
name = Tabs panel style
description = Configurable 'tabs' panel style. Provides 3 kinds of tabs.
package = "Panels style plugins"
dependencies[] = panels
dependencies[] = tabs
core = 6.x |
panels_tabs.module |
panels_tabs.module |
|
Definition of the 'tabs' panel style. |
README.txt |
README.txt |
|
Description
-----------
Configurable 'tabs' panel style. Provides 3 kinds of tabs:
- Normal tabs (horizontal filling disabled).
- Horizontally filling, equal width tabs: sets the width property, forcing
each tab to be equally wide. If the… |
tabs.inc |
plugins/styles/tabs.inc |
|
Definition of the 'tabs' panel style. |