Open Chris75forumname opened 3 years ago
Since there are two kind of Edit buttons shown below included sections, there should be two separate showeditbtn options to control the visibility of the two kinds of Edit buttons, independently.
My workaround with CSS in userall.css is as follows:
form.btn_incledit { display: none; } // Hide excessive Edit Buttons
But this should be included as an option in the admin panel.
Since there are two kind of Edit buttons shown below included sections, there should be two separate showeditbtn options to control the visibility of the two kinds of Edit buttons, independently.