1.29.2013

SharePoint 2010 - Hiding "View All Site Content"

<%-- These styles: Hides the View All Site Content; Makes the Site Actions link white --%>
<!-- Custom Styles -->
<style type="text/css">
 #ctl00_PlaceHolderLeftNavBar_PlaceHolderQuickLaunchBottom_PlaceHolderQuickLaunchBottomV4_idNavLinkViewAllV4 { display:none; }
    .ms-siteactionsmenu .ms-menu-a span { color:#ffffff; }
</style>
<!-- Custom Styles --><


SharePoint:SPSecurityTrimmedControl ID="SPSecurityTrimmedControl2" runat="server" PermissionsString="ManageLists">
<<SharePoint:SiteActions control>>
</SharePoint:SPSecurityTrimmedControl>


Related Links:
http://www.sharepointkings.com/2008/11/how-to-remove-site-actions-and-view-all.html
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx