diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index d8cc549..7cf9b7d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -87,6 +87,17 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.haveRoleAdmin; var isfilloptionChecked = ""; var isOutlineOptionChecked = ""; + $rootScope.forgotPwdModalShow = function () + { + $("#forgotPwdModal").modal("show"); + $(".modal-backdrop").css("opacity",".5"); + } + $rootScope.forgotUserModalShow=function() + { + $("#forgotUserModal").modal("show"); + $(".modal-backdrop").css("opacity", ".5"); + + } $rootScope.initializeAIA = function () { $rootScope.isLoading = false; diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index baf48fd..6dc50e5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -196,7 +196,7 @@ - Forgot User ID? + Forgot User ID? @@ -208,7 +208,7 @@ - Forgot Password? + Forgot Password?
@@ -230,7 +230,7 @@
-