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_uxDXIVhKqvXhbrbl2ohknc1oTKeqSMypNGu3cNV_LzaJJoDbXAex7Vuk95lTXsM_HCuTuvKJhYzBPRPAQkDMqfFuJQ4gHLhBidg7wzYgODW4sMrhi7Onv75ENVXhYKgo83DqJbu5r_AExE2HY=s0-d)
As such:
![image_thumb[10]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vaSJsrFnwTR3zM2n0y1aKCM-ee2wMiAxO0iCF6M9q8e2IorcmK5b02epsV5hvUMRKKC3c0rVgtPVuuJNUIxfnJ4lktBuunW_XR0dPlM5lTL7sWqxGR5oVfqKlaEfx9o_5UJR78C1aJhRLGj1_ajA=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