websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ScheduleTaskControls/HostedSolutionReport.ascx
robvde 90a746bc3c Added: Added Lync to the Scheduled Enterprise HOsting report
ReAdded: ability to send summary email when create an user account or a mailbox
2012-10-30 22:30:22 +04:00

37 lines
1.2 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="cbLync" meta:resourcekey="cbLync" />
</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>