How Can I Remove (or Hide) the "Send for Approval" Button in the Back Office
I am using an old relic version of Umbraco (v4) but I want to modify the Back Office and I can't find the correct files to edit. I want to delete (or hide with css) the "Save and Send for Approval" button that appears in the editing toolbar. I couldn't find the correct file to comment out the button's code and I tried using the input ID to use CSS to hide it (display:none) but it isn't recognizing the ID. Any ideas?
Haha! I know. I tried to remove the "Publish" and "Send for Publish" permission for a user and the button still shows. It's like it is a automatic default. I was thinking I could remove it from the code somewhere. Hiding it with CSS is proving to be difficult to because it doesn't seem to have an actual ID or class I can reference.
How Can I Remove (or Hide) the "Send for Approval" Button in the Back Office
I am using an old relic version of Umbraco (v4) but I want to modify the Back Office and I can't find the correct files to edit. I want to delete (or hide with css) the "Save and Send for Approval" button that appears in the editing toolbar. I couldn't find the correct file to comment out the button's code and I tried using the input ID to use CSS to hide it (display:none) but it isn't recognizing the ID. Any ideas?
Wow, that's a blast from the past! There should be a permission on the user that allows/disallows "Send for approval".
Haha! I know. I tried to remove the "Publish" and "Send for Publish" permission for a user and the button still shows. It's like it is a automatic default. I was thinking I could remove it from the code somewhere. Hiding it with CSS is proving to be difficult to because it doesn't seem to have an actual ID or class I can reference.
is working on a reply...