TabViewEditLinks is a script that adds "edit" links on tabs from
TabView.
Installation
Optional CSS
The following CSS will hide all edit links except on the active tab:
.tvel_handled:not(.selected) .editsection {
display: none;
}
Text above can be found
here (edit)