Add a Content Editor Web Part with following text in Source editor.
<style>
#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll
{
Visibility:hidden;
}
</style>Set hidden= true for this web part
or use SPD and add security trim control
- For 'View All Site Content'
<Sharepoint:SPSecurityTrimmedControl runat="server" PermissionsString="AddAndCustomizePages">
<div class="ms-quicklaunchheader">
...
</SharePoint:SPSecurityTrimmedControl>
-For 'Site Action Menu'
<SharePoint:SPSecurityTrimmedControl PermissionsString = "AddAndCustomizePages" runat="server">
<table height=100% class="ms-siteaction" cellpadding=0 cellspacing=0>
<tr>
...
</SharePoint:SPSecurityTrimmedControl>
Microsoft Technologies(Sharepoint Server, Project Server, SQL Server,ASP.Net - WF/WCF/WPF,... )
Friday, January 16, 2009
Hide/Remove the "View All Site Content" link From Quick Launch
Labels:
Sharepoint 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment