Merge
This commit is contained in:
commit
e844453e1a
5 changed files with 26 additions and 0 deletions
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue