From f95544179ebdb9f9b4d4a694e4524ac04984ad49 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Sep 2017 17:02:58 +0530 Subject: [PATCH] 22484 :External Bug>Replace Go button from search with dropdown button and open search list on this button click. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 4 ++-- 400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html | 23 +++++++++++++++-------- 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html | 7 ++++--- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 5305f9b..ca37ad5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -274,9 +274,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.imageWidth = this.width; $scope.imageHeight = this.height; - $('#aaBodyView').css("height", $(window).outerHeight()); + //$('#aaBodyView').css("height", $(window).outerHeight()); - $('#aaBodyView').css("width", $(window).outerWidth()); + //$('#aaBodyView').css("width", $(window).outerWidth()); $timeout(function () { $compile(aaViewElement.contents())($scope); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html index 4494c9f..e9d3cb0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html @@ -128,15 +128,22 @@   -
- - + + + +
+
-- libgit2 0.21.4