spelling fix
This commit is contained in:
parent
911d85a1e1
commit
4c92928e4c
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +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" %>
|
||||||
|
|
||||||
<script language="javascript">
|
<script language="javascript">
|
||||||
function ShowProrgess(btn) {
|
function ShowProgress(btn) {
|
||||||
var action = $(btn).prev().val();
|
var action = $(btn).prev().val();
|
||||||
|
|
||||||
if (action === 1) {
|
if (action === 1) {
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
</asp:DropDownList>
|
</asp:DropDownList>
|
||||||
|
|
||||||
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
||||||
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProrgess(this);" />
|
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProgress(this);" />
|
||||||
|
|
||||||
</ContentTemplate>
|
</ContentTemplate>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
return ShowProgressDialog(text);
|
return ShowProgressDialog(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
function ShowProrgess(btn) {
|
function ShowProgress(btn) {
|
||||||
var action = $(btn).prev().val();
|
var action = $(btn).prev().val();
|
||||||
|
|
||||||
if (action == 1) {
|
if (action == 1) {
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
</asp:DropDownList>
|
</asp:DropDownList>
|
||||||
|
|
||||||
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
||||||
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProrgess(this);" />
|
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProgress(this);" />
|
||||||
|
|
||||||
|
|
||||||
<ajaxToolkit:ModalPopupExtender ID="Modal" runat="server" EnableViewState="true" TargetControlID="FakeModalPopupTarget"
|
<ajaxToolkit:ModalPopupExtender ID="Modal" runat="server" EnableViewState="true" TargetControlID="FakeModalPopupTarget"
|
||||||
|
|
|
@ -1,7 +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" %>
|
||||||
|
|
||||||
<script language="javascript">
|
<script language="javascript">
|
||||||
function ShowProrgess(btn) {
|
function ShowProgress(btn) {
|
||||||
var action = $(btn).prev().val();
|
var action = $(btn).prev().val();
|
||||||
|
|
||||||
if (action === 1) {
|
if (action === 1) {
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
</asp:DropDownList>
|
</asp:DropDownList>
|
||||||
|
|
||||||
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
<asp:Button ID="btnApply" runat="server" meta:resourcekey="btnApply"
|
||||||
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProrgess(this);" />
|
Text="Apply" CssClass="Button1" OnClick="btnApply_Click" OnClientClick="return ShowProgress(this);" />
|
||||||
|
|
||||||
</ContentTemplate>
|
</ContentTemplate>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue