TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Raja Sekar
NA
192
33.2k
How to fixed Versioning page history in SharePoint 2010?
Aug 28 2012 6:05 AM
Hi,
Fixed view page history page,
open this link
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\ Version Diff.aspx
<asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
<SharePoint:UIVersionedContent UIVersion="4" runat="server"><ContentTemplate>
<SharePoint:FormComponent TemplateName="DiffSelectorMenu" ControlMode="Display" runat="server" id="DiffSelector"/>
</ContentTemplate></SharePoint:UIVersionedContent>
<SharePoint:UIVersionedContent UIVersion="3" runat="server"><ContentTemplate>
<SharePoint:FormComponent TemplateName="DiffSelectorMenuV3" ControlMode="Display" runat="server" id="DiffSelectorV3"/>
</ContentTemplate></SharePoint:UIVersionedContent>
</asp:Content>
Change UIVersion the Version Diff code,
<asp:Content ContentPlaceHolderId="PlaceHolderLeftActions" runat="server">
<SharePoint:UIVersionedContent UIVersion="4" runat="server"><ContentTemplate>
<SharePoint:FormComponent TemplateName="DiffSelectorMenuV3" ControlMode="Display" runat="server" id="DiffSelectorV3"/>
</ContentTemplate></SharePoint:UIVersionedContent>
</asp:Content>
thanks,
rajasekar.
Reply
Answers (
0
)
How Can migrate my office portal site SharePoint Portal server 2007 into SharePoint 2010?
Scheduling