Created
March 24, 2014 17:08
-
-
Save mikevalstar/9744604 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> | |
<SharePoint:UIVersionedContent UIVersion="4" runat="server"> | |
<ContentTemplate> | |
<div style="padding-left:5px"> | |
</ContentTemplate> | |
</SharePoint:UIVersionedContent> | |
<table class="ms-core-tableNoSpace" id="onetIDListForm"> | |
<tr> | |
<td> | |
<WebPartPages:WebPartZone runat="server" FrameType="None" ID="Main" Title="loc:Main" /> | |
</td> | |
</tr> | |
</table> | |
<SharePoint:UIVersionedContent UIVersion="4" runat="server"> | |
<ContentTemplate> | |
</div> | |
</ContentTemplate> | |
</SharePoint:UIVersionedContent> | |
</asp:Content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment