Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can I disable the "empty recycle bin" function?
Randomly came across this when searching for something else. Not sure if you came up with a solution, but if you add the following CSS to your Umbraco Backend then it should hide it so they can't click on it.
i.icon.icon-trash+.menu-label { display: none; } i.icon.icon-trash { display: none; }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Disable empty recycle bin
Can I disable the "empty recycle bin" function?
Randomly came across this when searching for something else. Not sure if you came up with a solution, but if you add the following CSS to your Umbraco Backend then it should hide it so they can't click on it.
i.icon.icon-trash+.menu-label { display: none; } i.icon.icon-trash { display: none; }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.