In this version of framework theme the edit tabs are missing when show a panel page like a home page. I notice the template.php has new instruction that defines in otherwise the admin tabs.
The following lines are present in the new template as opposed to 6.x-3.1 that has not.

function hveb_menu_local_tasks() {
  $output = '';

  if ($primary = menu_primary_local_tasks()) {
    $output .= "<ul class=\"tabs primary clearfix\">\n" . $primary . "</ul>\n";
  }
  if ($secondary = menu_secondary_local_tasks()) {
    $output .= "<ul class=\"tabs secondary clearfix\">\n" . $secondary . "</ul>\n";
  }

  return $output;
}

Please help.

Comments

Feliguez’s picture

Assigned: Feliguez » Unassigned
andregriffin’s picture

Version: 6.x-3.2 » 6.x-3.3
Status: Active » Fixed

Fixed in 3.3

Status: Fixed » Closed (fixed)

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