CRM Module fixes
This commit is contained in:
parent
18cd090671
commit
6738c1611a
10 changed files with 46 additions and 11 deletions
|
@ -224,7 +224,7 @@
|
|||
</tr>
|
||||
<tr class="OrgStatsRow">
|
||||
<td align="right" nowrap>
|
||||
<asp:Localize ID="locCRMDBSize" runat="server" meta:resourcekey="locCRMDBSize" Text="Storage size (ÌÂ):"></asp:Localize>
|
||||
<asp:HyperLink ID="lnkCRMDBSize" runat="server" meta:resourcekey="lnkCRMDBSize" Text="Storage size (ÌÂ):"></asp:HyperLink>
|
||||
</td>
|
||||
<td>
|
||||
<wsp:QuotaViewer ID="crmDBSize" runat="server" QuotaTypeId="2" DisplayGauge="true" />
|
||||
|
|
|
@ -248,6 +248,9 @@ namespace WebsitePanel.Portal.ExchangeServer
|
|||
|
||||
lnkLimitedCRMUsers.NavigateUrl = lnkCRMUsers.NavigateUrl;
|
||||
|
||||
lnkCRMDBSize.NavigateUrl = EditUrl("ItemID", PanelRequest.ItemID.ToString(), "crm_storage_settings",
|
||||
"SpaceID=" + PanelSecurity.PackageId);
|
||||
|
||||
crmUsersStats.QuotaUsedValue = stats.CreatedCRMUsers;
|
||||
crmUsersStats.QuotaValue = stats.AllocatedCRMUsers;
|
||||
|
||||
|
|
|
@ -554,13 +554,13 @@ namespace WebsitePanel.Portal.ExchangeServer {
|
|||
protected global::WebsitePanel.Portal.QuotaViewer crmLimitedUsersStats;
|
||||
|
||||
/// <summary>
|
||||
/// locCRMDBSize control.
|
||||
/// lnkCRMDBSize control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Localize locCRMDBSize;
|
||||
protected global::System.Web.UI.WebControls.HyperLink lnkCRMDBSize;
|
||||
|
||||
/// <summary>
|
||||
/// crmDBSize control.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue