Tuesday 22 May 2012

Hide "Download a Copy" button from Ribbon in SharePoint 2010


Quick Tip about Hiding "Download a Copy" button from Ribbon in SharePoint 2010.














Add a Content Editor webpart to Allitems.aspx page an add the below script in that.

<style>
A[id$='Ribbon.Documents.Copies.Download-Large'] {
    DISPLAY: none
}</style>

Ads by Google

No comments:

Post a Comment