Download & Extend

View edit link missing

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

Status:active» closed (duplicate)

Duplicate of http://drupal.org/node/926388

#2

Status:closed (duplicate)» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here