Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2011 at 09:01 UTC
Updated:
20 Apr 2012 at 16:05 UTC
Using Drupal commons, I have tried to use tabs block in Panels, and discovered, that it wasn't implemented: settings for block don't work.
So here is the patch with
| Comment | File | Size | Author |
|---|---|---|---|
| page_tabs.inc_.patch | 1.03 KB | a.mikheychik |
Comments
Comment #1
merlinofchaos commentedIt's crazy that that happened.
My only complaint is that the ID should just be part of the
<ul>I would think.Comment #2
a.mikheychik commentedI think it's more usefull for styling, when ID is there, so UL is wrapped with some DIV. Also it will be a problem with put ID to UL when "both" tabs menu are themed by theme('menu_local_tasks').
Comment #3
merlinofchaos commentedI can't argue with the second part, but for the first part since we're probably already wrapping with pane code, another div wrapper isn't necessary. But I guess if we use the theme function, we won't have a choice. Okay.
Comment #4
nicholasthompsonFor reference... #1024452: Panels renders both primary and secondary tabs despite selecting only one of them (takes a slightly different approach).
Comment #5
Ashlar commentedThis bug report has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If your modules are current and the report is still relevant please feel free to change the Status back to active.