You have a limited-role ACL to make sure that some users don't have access to "W. " However, the pencil icon still appears for these users.
/libs/CFC/templates/Tools/EditBar.esp
In the overlay, change the following lines:
//edit rights //--> not checked,because we do not exactly know if only atoms are edited, which belong to the paragraph (resp. container)
to something like:
//edit rights this.noEdit = ((myRights.indexOf("r") < 0) || (myRights.indexOf("w") < 0)) ? "1" : this.noEdit;
By default, the Edit Bar does not restrict edit access based on roles.
登入您的帳戶