Hi acecuteeditor,
You can try this way:
Open file 'InsertImage.aspx' (root\CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx)
local to:
protected override void InitOfType()
{
//add if section here, like:
if(is not admin)
{
//hide something
//hide some div button link or another options you want
}
}
Regards,
Ken