case 3649
This commit is contained in:
@@ -240,7 +240,7 @@ namespace AyaNova.PlugIn.AyaScript
|
||||
|
||||
private void helpContentsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("http://api.ayanova.com/AyaScript/index.htm");
|
||||
System.Diagnostics.Process.Start("https://api.ayanova.com/AyaScript/index.htm");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -674,7 +674,7 @@ namespace AyaNova.PlugIn.QBOI
|
||||
break;
|
||||
|
||||
case "Check for updates": // ButtonTool
|
||||
//Util.OpenWebURL("http://www.ayanova.com/download.htm");
|
||||
//Util.OpenWebURL("https://www.ayanova.com/download.htm");
|
||||
break;
|
||||
|
||||
case "About": // ButtonTool
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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® WBI Service management software</a><br/>" +
|
||||
litcomp.Text = "<a href=\"https://www.ayanova.com\" target=\"_blank;\">AyaNova® WBI Service management software</a><br/>" +
|
||||
"Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO) + "<br/>" + //case 1188
|
||||
"© 1999-2018 Ground Zero Tech-Works Inc. All rights reserved.";
|
||||
else
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -3679,7 +3679,7 @@ namespace AyaNova
|
||||
break;
|
||||
|
||||
case "LT:UI.Help.PurchaseLicenses": // StateButtonTool
|
||||
Util.OpenWebURL("http://www.ayanova.com/purchase.htm");
|
||||
Util.OpenWebURL("https://www.ayanova.com/purchase.htm");
|
||||
break;
|
||||
|
||||
case "LT:UI.Help.License": // ButtonTool
|
||||
|
||||
@@ -20,11 +20,11 @@ namespace AyaNova
|
||||
{
|
||||
if (AyaBizUtils.SubscriptionExpirationImminent)
|
||||
{
|
||||
Util.OpenWebURL("http://www.ayanova.com/subscriptionrenewal.htm");
|
||||
Util.OpenWebURL("https://www.ayanova.com/subscriptionrenewal.htm");
|
||||
}
|
||||
else
|
||||
{
|
||||
Util.OpenWebURL("http://www.ayanova.com/subscriptionexpired.htm");
|
||||
Util.OpenWebURL("https://www.ayanova.com/subscriptionexpired.htm");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace GZTW.AyaNova.BLL
|
||||
{
|
||||
//download the update xml
|
||||
WebClient wc = new WebClient();
|
||||
Stream strm = wc.OpenRead("http://www.ayanova.com/updates/updates.xml");
|
||||
Stream strm = wc.OpenRead("https://www.ayanova.com/updates/updates.xml");//case 3649
|
||||
DataSet ds = new DataSet();
|
||||
ds.ReadXml(strm);
|
||||
strm.Close();
|
||||
|
||||
@@ -42,7 +42,7 @@ else
|
||||
<h4 class="ay-highlight">@ViewBag.minorIssue</h4>
|
||||
}
|
||||
<div class="customer-cp-block">
|
||||
<a href="http://www.ayanova.com">Powered by AyaNova RI @ay.Version</a>
|
||||
<a href="https://www.ayanova.com">Powered by AyaNova RI @ay.Version</a>
|
||||
<p>©1999-2018 Ground Zero Tech-Works Inc. All rights reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
<li><h3>@Html.ActionLink("Log out", "LogOff", "Login")</h3></li>
|
||||
<li><h3><a href="http://www.ayanova.com/AyaNova7webHelp/index.html?what_is_RI.htm " target="_blank">@ay.lt("UI.Menu.Help")</a></h3></li>
|
||||
<li><h3><a href="https://www.ayanova.com/AyaNova7webHelp/index.html?what_is_ri.htm" target="_blank">@ay.lt("UI.Menu.Help")</a></h3></li>
|
||||
|
||||
</ul>
|
||||
<div class="row">
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
<li>@Html.ActionLink("Log out", "LogOff", "Customer")</li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="http://www.ayanova.com/RI7Clientwebhelp/index.html" target="_blank">@ay.lt("UI.Menu.Help")</a></li>
|
||||
<li><a href="https://www.ayanova.com/RI7ClientwebHelp/index.html" target="_blank">@ay.lt("UI.Menu.Help")</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@if (GZTW.AyaNova.BLL.AyaBizUtils.Right("Object.User") > 1)
|
||||
@@ -90,7 +90,7 @@
|
||||
<li class="visible-xs-block">@Html.ActionLink(ay.lt("User.Label.TimeZoneOffset"), "TimeZoneOffset", "Customer")</li>
|
||||
}
|
||||
<li class="visible-xs-block">@Html.ActionLink("Log out", "LogOff", "Customer")</li>
|
||||
<li class="visible-xs-block"><a href="http://www.ayanova.com/RI7Clientwebhelp/index.html" target="_blank">@ay.lt("UI.Menu.Help")</a></li>
|
||||
<li class="visible-xs-block"><a href="https://www.ayanova.com/RI7ClientwebHelp/index.html" target="_blank">@ay.lt("UI.Menu.Help")</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user