Skip to content

Instantly share code, notes, and snippets.

@mikevalstar
Created March 24, 2014 17:08
Show Gist options
  • Save mikevalstar/9744604 to your computer and use it in GitHub Desktop.
Save mikevalstar/9744604 to your computer and use it in GitHub Desktop.
<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