Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2012 at 12:54 UTC
Updated:
15 Feb 2013 at 20:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
hnln commentedworks perfectly for me
Comment #2
merlinofchaos commentedExcellent, this was definitely missing in D7. Committed, pushed.
Comment #3
hnln commentedThe action links are rendered without ul container, the plugin should wrap menu_local_actions() in
<ul class="action-links">(taken from the core 7 theme).Comment #4
anonHere is a patch that will add a new file to the include dir called "action-links.theme.inc"
It contains a theme function that will wrap the actions links in the UL as code does.
It also changes the ctools_page_actions_content_type_render function to use this new theme function.
Here is a relevant issue in panels everywhere #1678138: Render Action Links for Messages pane in preprocess
Comment #5
mattiasj commentedThe patch in #4 works great!
Comment #6
merlinofchaos commentedCommitted and pushed. Thanks!