Closed (fixed)
Project:
Polpo Admin Theme
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Apr 2013 at 01:45 UTC
Updated:
16 May 2024 at 00:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThe reason for this is the lack of title prefix and suffix variables (where contextual links are added).
This patch adds the title prefix and suffix back in which makes contextual links display.
Note that I also needed to add in the $classes variable for blocks so the contextual links work properly.
Also note that I added the page title prefix and suffix down near the content (as opposed to up near the title) as doing the later made the contextual links display in the very top-right corner of the site (which makes them very hard to find).
Comment #2
jptarantoThanks for the patch, it's been added to the latest version of 7.x-dev.