While creating a SharePoint Wiki Pages, you will get a Recently Modified section at Top Quick launch bar. If you don't want to show this on a page you can restrict this using css change in your masterpage.
If you wanna remove the recently modified link, just a simple CSS modification.
![image_thumb[5]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_uWtTtiRZ2cXUEDkrp_zCAY1DG2I9UQ3Vfy43xMUtn97yeyA5sDPPFNBEHSRJiU4bGi_W5yj8abkgbkYHfYhNS4PCPNLGKC-FhVKHUbWQq3zJsHmBDdNEECxY_9hoiZ7zyErXvPuDhdVkWCLLA=s0-d)
As such:
![image_thumb[10]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tdOq3KOTzgFibDLGO9qwAQHeO7YVIdrjtjfGWrNvlpX0H1EYN9OTWMQUcu7bFu_u9UbDjrnF5hPjTOJ1xEGOPTLOC4TyX7XZFUsI3Jrz38av01rw8lk-eCZvMf6FXaldEU6lBy0VnIHSBm1xlOSw=s0-d)
If you wanna remove the recently modified link, just a simple CSS modification.
As such:
<style type="text/css">
.s4-recentchanges
{
display:none;
}
</style>Enjoy the work with SharePoint 2010.
No comments:
Post a Comment