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

32 lines
1 KiB
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HostedSolutionReport.ascx.cs"
Inherits="WebsitePanel.Portal.ScheduleTaskControls.HostedSolutionReport" %>
<table width="100%">
<tr>
<td>
<asp:Label runat="server" ID="lblMail" meta:resourcekey="lblMail" />
</td>
<td>
<asp:TextBox runat="server" ID="txtMail" meta:resourcekey="txtMail" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox runat="server" ID="cbExchange" meta:resourcekey="cbExchange" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox runat="server" ID="cbSharePoint" meta:resourcekey="cbSharePoint" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox runat="server" ID="cbCRM" meta:resourcekey="cbCRM" />
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox runat="server" ID="cbOrganization" meta:resourcekey="cbOrganization" />
</td>
</tr>
</table>