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_sWves_9b0eYjYK_pbf-Bi0Ym1wuxUPtSf9X2ydSN3SYjV8Qpm8M091jwkozxhAEEby6WRAzv1PXx7BZYSykFkdgVNfdVCYpzHuNbFNxtcyld-YSAn66mU_XjMNNne0XtKRbOj0XhtH238tr4s=s0-d)
As such:
![image_thumb[10]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_suj_U4_DKY9JuB4bAv8Dn5lYr9jaXhl_bSR_NjjFh5aeLf4MzNeYPNgKHkMlOPcxGojcZ66RgLjlw3euTKyX-fuDf6ImNP6XSO-G1p7AsQTH_b0ZxLNzN_OqjYNpeMyAmTNfSYfN5KBOtP3q9JYA=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