dokufreaks / plugin-include

A DokuWiki plugin for including other wiki pages into the current one.
http://www.dokuwiki.org/plugin:include
GNU General Public License v2.0
62 stars 54 forks source link

Hide Edit buttons - showeditbtn #271

Open Chris75forumname opened 3 years ago

Chris75forumname commented 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.

Chris75forumname commented 3 years ago

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.