File: D:/HostingSpaces/TDijk1/erp-apps.eu/wwwroot/ERPApps/ERPWebParts/Documents/NewsForm.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NewsForm.ascx.cs" Inherits="ERPApps_ERPWebParts_Documents_NewsForm" %>
<asp:Panel ID="panelForm" runat="server" DefaultButton="btnSave">
<asp:Literal ID="lblInfo" Visible="false" runat="server" Text="" />
<cms:CMSForm runat="server" ID="formElem" Visible="false" ShowOkButton="false" />
<div class="submit">
<span class="btn-orange"><span><asp:Button ID="btnSave" runat="server" text="Save news" onclick="btnSave_Click"/></span></span>
</div>
</asp:Panel>