case 3649

This commit is contained in:
2018-08-22 23:28:09 +00:00
parent c0fa396b65
commit ad018fb88e
23 changed files with 29 additions and 29 deletions

View File

@@ -38,7 +38,7 @@
</telerik:RadMenuItem>
<telerik:RadMenuItem ID="RadMenuItem6" Value="HELP" ImageUrl="~/graphics/Help24.png"
ToolTip="LT:UI.Menu.Help" NavigateUrl="http://www.ayanova.com/WBI7Clientwebhelp/index.html"
ToolTip="LT:UI.Menu.Help" NavigateUrl="https://www.ayanova.com/WBI7ClientWebHelp/index.html"
Target="_blank" runat="server">
</telerik:RadMenuItem>
</Items>

View File

@@ -34,7 +34,7 @@
</telerik:RadMenuItem>
<telerik:RadMenuItem ID="RadMenuItem6" Value="HELP" ImageUrl="~/graphics/Help24.png"
ToolTip="LT:UI.Menu.Help" NavigateUrl="http://www.ayanova.com/WBI7Clientwebhelp/index.html"
ToolTip="LT:UI.Menu.Help" NavigateUrl="https://www.ayanova.com/WBI7ClientWebHelp/index.html"
Target="_blank" runat="server">
</telerik:RadMenuItem>
</Items>

View File

@@ -36,7 +36,7 @@
runat="server" ToolTip="LT:UI.Toolbar.Refresh">
</telerik:RadMenuItem>
<telerik:RadMenuItem ID="RadMenuItem6" Value="HELP" ImageUrl="~/graphics/Help24.png"
ToolTip="LT:UI.Menu.Help" NavigateUrl="http://www.ayanova.com/WBI7Clientwebhelp/index.html"
ToolTip="LT:UI.Menu.Help" NavigateUrl="https://www.ayanova.com/WBI7ClientWebHelp/index.html"
Target="_blank" runat="server">
</telerik:RadMenuItem>
</Items>

View File

@@ -60,7 +60,7 @@ public partial class Login : System.Web.UI.Page
if (ls == "OK")
{
if (AyaBizUtils.REGTO != "CH Technologies, Inc.")//Case 844 exception for guy who doesn't want "advertising" or a "security risk" that his customers can see
litcomp.Text = "<a href=\"http://www.ayanova.com\" target=\"_blank;\">AyaNova&#174; WBI Service management software</a><br/>" +
litcomp.Text = "<a href=\"https://www.ayanova.com\" target=\"_blank;\">AyaNova&#174; WBI Service management software</a><br/>" +
"Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO) + "<br/>" + //case 1188
"&#169; 1999-2018 Ground Zero Tech-Works Inc. All rights reserved.";
else

View File

@@ -274,7 +274,7 @@
break;
case "Contents":
cncl = true;
window.open("http://www.ayanova.com/WBI7webhelp/index.html", null);
window.open("https://www.ayanova.com/WBI7WebHelp/index.html", null);
break;
case "TechSupport":
cncl = true;
@@ -282,11 +282,11 @@
break;
case "CheckForUpdates":
cncl = true;
window.open("http://www.ayanova.com/download.htm", null);
window.open("https://www.ayanova.com/download.htm", null);
break;
case "PurchaseLicenses":
cncl = true;
window.open("http://www.ayanova.com/purchase.htm", null);
window.open("https://www.ayanova.com/purchase.htm", null);
break;
case "License":
cncl = true;

View File

@@ -127,7 +127,7 @@ function info_ActivityDialogOpening(oScheduleInfo, oEvent, oDialog, oActivity)
break;
case "Contents":
cncl = true;
window.open("http://www.ayanova.com/WBI7webhelp/index.html", null);
window.open("https://www.ayanova.com/WBI7WebHelp/index.html", null);
break;
case "TechSupport":
cncl = true;
@@ -135,11 +135,11 @@ function info_ActivityDialogOpening(oScheduleInfo, oEvent, oDialog, oActivity)
break;
case "CheckForUpdates":
cncl = true;
window.open("http://www.ayanova.com/download.htm", null);
window.open("https://www.ayanova.com/download.htm", null);
break;
case "PurchaseLicenses":
cncl = true;
window.open("http://www.ayanova.com/purchase.htm", null);
window.open("https://www.ayanova.com/purchase.htm", null);
break;
case "License":
cncl = true;