From 6fecfd8b427e0de5d3ae32af2a5dc0b07d20bafc Mon Sep 17 00:00:00 2001 From: Mukul Date: Fri, 21 Apr 2017 12:36:52 +0530 Subject: [PATCH] this is for Bug #16272 , #16340 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 10 +++++----- 400-SOURCECODE/AIAHTML5.Web/index.html | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index d8cc549..67f1301 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3377,14 +3377,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic }; $rootScope.ShowExportImageWindow = function () { - $(".export-image").css("display", "block"); - }; + $(".export-image").modal("show").draggable({ handle: ".modal-header" }); - $rootScope.CloseExportImageWindow = function () { - console.log('close') - $(".export-image").css("display", "none"); + $(".modal-backdrop").css("opacity", ".5"); + $(".modal-backdrop").css("z-index", "1200001"); }; + + $rootScope.ShowPrintWindow = function () { // Print Active Viewer html2canvas($("#canvasDiv"), { onrendered: function (canvas) { diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index baf48fd..2522cac 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -1022,11 +1022,12 @@ -