SharePoint 2007 (MOSS/WSS) - how to remove "Download a Copy" context menu from a Document Library
http://blogs.msdn.com/b/pranab/archive/2008/12/06/sharepoint-2007-moss-wss-how-to-remove-download-a-copy-context-menu-from-a-document-library.aspx
SharePoint 2010:
Here is what I did:
1. Added a Content Editor webpart to the AllItems.aspx page
2. Added following HTML into the HTML source of CEWP.
http://blogs.msdn.com/b/pranab/archive/2008/12/06/sharepoint-2007-moss-wss-how-to-remove-download-a-copy-context-menu-from-a-document-library.aspx
SharePoint 2010:
Here is what I did:
1. Added a Content Editor webpart to the AllItems.aspx page
2. Added following HTML into the HTML source of CEWP.
<style>
A[id$='Ribbon.Documents.Copies.Download-Large'] {
DISPLAY: none
}</style>
No comments:
Post a Comment