wsp-10316 fix js
This commit is contained in:
parent
349862410f
commit
f8e3ccc20e
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" %>
|
<%@ 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">
|
<script language="javascript">
|
||||||
function ShowProrgess(btn) {
|
function ShowProrgess(btn) {
|
||||||
|
|
|
@ -12,6 +12,15 @@ namespace WebsitePanel.Portal {
|
||||||
|
|
||||||
public partial class DomainActions {
|
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>
|
/// <summary>
|
||||||
/// tblActions control.
|
/// tblActions control.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
ShowProgressDialog('Disabling users...');
|
ShowProgressDialog('Disabling users...');
|
||||||
} else if (action == 2) {
|
} else if (action == 2) {
|
||||||
ShowProgressDialog('Enabling users...');
|
ShowProgressDialog('Enabling users...');
|
||||||
|
} else if (action == 3) {
|
||||||
|
ShowProgressDialog('Prepare...');
|
||||||
} else if (action == 4) {
|
} else if (action == 4) {
|
||||||
ShowProgressDialog('Setting VIP...');
|
ShowProgressDialog('Setting VIP...');
|
||||||
} else if (action == 5) {
|
} else if (action == 5) {
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="WebsiteActions.ascx.cs" Inherits="WebsitePanel.Portal.WebsiteActions" %>
|
<%@ 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">
|
<script language="javascript">
|
||||||
function ShowProrgess(btn) {
|
function ShowProrgess(btn) {
|
||||||
|
|
|
@ -12,6 +12,15 @@ namespace WebsitePanel.Portal {
|
||||||
|
|
||||||
public partial class WebsiteActions {
|
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>
|
/// <summary>
|
||||||
/// tblActions control.
|
/// tblActions control.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue