diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config b/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config index ca305b5..589c344 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config +++ b/400-SOURCECODE/AIAHTML5.ADMIN.API/Web.config @@ -64,8 +64,8 @@ - - + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 5a037b5..b4fe38b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -611,11 +611,17 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.homeURL =x.substring(0,pos+1); var hTopicUrl = $rootScope.homeURL + "content/help/index.html"; - var aboutADAM = $rootScope.homeURL + "content/help/about/Adam_Credits_AIA5.html"; + var productCredit = $rootScope.homeURL + "content/help/about/Adam_Credits_AIA5.html"; + var customerSupport = "http://adameducation.com/Contact"; + var userAgreement = "https://store.adameducation.com/EmailTemplate/EULA.html"; + var aboutADAM = "https://www.adam.com/about"; + $("#helplinkId").append("
  • Help Topics
  • "); - $("#helplinkId").append("
  • Customer Support
  • "); + $("#helplinkId").append("
  • Customer Support
  • "); $("#helplinkId").append(""); + $("#helplinkId").append("
  • End User License Agreement
  • "); + $("#helplinkId").append("
  • Product Credits
  • "); $("#helplinkId").append("
  • About A.D.A.M.
  • "); } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index e402021..2e8f9fc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -20,6 +20,7 @@
  • Print Active Viewer
  • Print All Open Viewers
  • Print Preview
  • +