From d41b5699a875dec6c3f4f7afcbacda5cadb52114 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Fri, 10 Mar 2017 14:40:32 +0530 Subject: [PATCH] Committed code. Refs : #12581 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 1 + 400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html | 20 ++++++++++---------- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 7 ++++++- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 27cbf93..290292e 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -84,6 +84,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.userModules; $rootScope.errorMesaage; $rootScope.isVisibleLogin; + $rootScope.disableFileMenuLinks = "disableFileMenuLinks"; var isfilloptionChecked = ""; var isOutlineOptionChecked = ""; $rootScope.initializeAIA = function () { diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index dce6323..218391b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -3,22 +3,22 @@ diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 2bac7b9..0002dca 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -916,6 +916,10 @@ cursor:pointer; pointer-events: none; opacity: 0.6; } +.disableFileMenuLinks { + pointer-events: none; + opacity: 0.6; +} .blankshapediv { @@ -986,4 +990,5 @@ background-size:cover; border-top: none; padding: 20px 10px; text-align:center; - } \ No newline at end of file + } + \ No newline at end of file -- libgit2 0.21.4