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

9 lines
No EOL
555 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ArgoMail_EditDomain.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.ArgoMail_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>
</table>