Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Hide workflow buttons View modes: 
User avatar
Member
Member
brien-anca - 7/18/2011 10:53:08 PM
   
Hide workflow buttons
Is there any way to hide the standard workflow buttons (eg: Publish, Reject) on the page tab? I'd like to force people to use the properties/workflow page (to encourage leaving of comments)

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 7/19/2011 10:46:24 AM
   
RE:Hide workflow buttons
Hi,

You can modify the control used in the interface page to achieve that.
It's in the ~\CMSModules\Content\Controls\EditMenu.ascx,
button btnApprove.

You can control it's visibility in the codebehind according to your needs.

--Zdenek

User avatar
Member
Member
brien-anca - 7/20/2011 8:13:17 PM
   
RE:Hide workflow buttons
Thanks. Worked a treat