Posted by tomnz on June 29, 2011 at 6:18am
3 followers
Jump to:
| Project: | Basic |
| Version: | 7.x-2.0-rc3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On a page created by a view I'm not getting the contextual edit button when hovering over the view. When I switch back to the Bartik theme its there.
Comments
#1
Duplicate of http://drupal.org/node/926388
#2
My mistake, This issue is for the D7 branch. I will commit a patch now to fix this.
The page.tpl.php template was missing the $title_suffix variable.
tomnz, If you want to fix this on your install please add :
<?php print render($title_suffix); ?>Just above print $messages variable (line 63 I think).
#3
Sweet, that's fixed it. Thanks
#4
Automatically closed -- issue fixed for 2 weeks with no activity.