This commit is contained in:
Virtuworks 2015-02-16 23:06:37 -05:00
commit e844453e1a
5 changed files with 26 additions and 0 deletions

View file

@ -1,4 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DomainActions.ascx.cs" Inherits="WebsitePanel.Portal.DomainActions" %>
<%@ Register Src="../UserControls/EnableAsyncTasksSupport.ascx" TagName="EnableAsyncTasksSupport" TagPrefix="wsp" %>
<wsp:EnableAsyncTasksSupport id="asyncTasks" runat="server"/>
<script language="javascript">
function ShowProrgess(btn) {

View file

@ -12,6 +12,15 @@ namespace WebsitePanel.Portal {
public partial class DomainActions {
/// <summary>
/// asyncTasks control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::WebsitePanel.Portal.EnableAsyncTasksSupport asyncTasks;
/// <summary>
/// tblActions control.
/// </summary>

View file

@ -14,6 +14,8 @@
ShowProgressDialog('Disabling users...');
} else if (action == 2) {
ShowProgressDialog('Enabling users...');
} else if (action == 3) {
ShowProgressDialog('Prepare...');
} else if (action == 4) {
ShowProgressDialog('Setting VIP...');
} else if (action == 5) {

View file

@ -1,4 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="WebsiteActions.ascx.cs" Inherits="WebsitePanel.Portal.WebsiteActions" %>
<%@ Register Src="../UserControls/EnableAsyncTasksSupport.ascx" TagName="EnableAsyncTasksSupport" TagPrefix="wsp" %>
<wsp:EnableAsyncTasksSupport id="asyncTasks" runat="server"/>
<script language="javascript">
function ShowProrgess(btn) {

View file

@ -12,6 +12,15 @@ namespace WebsitePanel.Portal {
public partial class WebsiteActions {
/// <summary>
/// asyncTasks control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::WebsitePanel.Portal.EnableAsyncTasksSupport asyncTasks;
/// <summary>
/// tblActions control.
/// </summary>