Again, this will be modifying the v4 default master page with SharePoint Designer
- Locate this line:
SharePoint:ClusteredSPLinkButton id="idNavLinkViewAllV4"
- Next, add the following tag above this line to add security controls:
[Sharepoint:SPSecurityTrimmedControl runat="server" PermissionsString="ManageWeb"]
Close element with the following tag:
[/Sharepoint:SPSecurityTrimmedControl]
(Note: Remember to change the [ and ] to opening and closing html tags)
No comments:
Post a Comment