websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/Merak_EditDomain.ascx
2011-07-13 16:07:32 -07:00

15 lines
No EOL
887 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Merak_EditDomain.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.Merak_EditDomain" %>
<table width="100%">
<tr>
<td class="SubHead" width="200" nowrap><asp:Label ID="lblCatchAll" runat="server" meta:resourcekey="lblCatchAll" Text="Catch-All Account:"></asp:Label></td>
<td class="Normal" width="100%">
<asp:DropDownList ID="ddlCatchAllAccount" runat="server" CssClass="NormalTextBox">
</asp:DropDownList></td>
</tr>
<tr>
<td class="SubHead"><asp:Label ID="lblPostmaster" runat="server" meta:resourcekey="lblPostmaster" Text="Postmaster Account:"></asp:Label></td>
<td class="Normal">
<asp:DropDownList ID="ddlPostmasterAccount" runat="server" CssClass="NormalTextBox">
</asp:DropDownList></td>
</tr>
</table>