websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/QuotaEditor.ascx
robvde 03dd3cfad9 Quota Editor control update to support min and max values.
Exchange controller updated to not accept recoverable item space of smaller than
6144MB
2014-07-20 11:23:52 +08:00

4 lines
445 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="QuotaEditor.ascx.cs" Inherits="WebsitePanel.Portal.QuotaEditor" %>
<asp:TextBox ID="txtQuotaValue" runat="server" CssClass="NormalTextBox" Width="80px" ></asp:TextBox>
<asp:CheckBox ID="chkQuotaEnabled" runat="server" Text="Enabled" meta:resourcekey="chkQuotaEnabled" />
<asp:CheckBox ID="chkQuotaUnlimited" runat="server" Text="Unlimited" meta:resourcekey="chkQuotaUnlimited" />