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

@@ -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>&copy;1999-2018 Ground Zero Tech-Works Inc. All rights reserved</p>
</div>
</div>

View File

@@ -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">

View File

@@ -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>