Edit button missing from Leads

SuiteCRM 7.9.0

The leads module does not have an edit button.
When I view a lead, there should be an edit button on the top. It is missing.
The only way to edit the lead is to press the Pencil icon in the list view.

The view I have is different to the view on the demo server.
The demo server seems to have
OVERVIEW
MORE INFORMATION
OTHER
ACTIONS
As a menu above and info is in sections.

I have the sections on one page.
Not sure how you switch into the demo view.

Cheers
David

The edit button should be in a drop down options on the Actions Button/Tab

Unfortunately there is no actions button tab!

Other modules have it but not leads.

David.

See attached image.

Cheers
David

I see David. Do you know if any customizations have been done to the Leads views? Specifically looking in custom/modules/Leads/tpls?

Could be a template was customized off of the original and doesn’t reflect the current theme template. I recently had this situation for Users.

Don’t have tpls folder. No changes to leads outside of what is customisable in Studio for layout.

Upgrade went without an error.

Can I reapply the 7.9 upgrade?

Cheers
David

Hi proware,
If you want Edit button show in List view then go to that path and add this code in Display function as:-
custom/Extension/modules/yourmodule/views/view.list.php
Add this code in Display function :-
$this->lv->quickViewLinks = true; //This show Edit Link