Commit f95544179ebdb9f9b4d4a694e4524ac04984ad49
1 parent
c87688d9
22484 :External Bug>Replace Go button from search with dropdown button and open …
…search list on this button click.
Showing
3 changed files
with
21 additions
and
13 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -274,9 +274,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou | @@ -274,9 +274,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou | ||
274 | $scope.imageWidth = this.width; | 274 | $scope.imageWidth = this.width; |
275 | $scope.imageHeight = this.height; | 275 | $scope.imageHeight = this.height; |
276 | 276 | ||
277 | - $('#aaBodyView').css("height", $(window).outerHeight()); | 277 | + //$('#aaBodyView').css("height", $(window).outerHeight()); |
278 | 278 | ||
279 | - $('#aaBodyView').css("width", $(window).outerWidth()); | 279 | + //$('#aaBodyView').css("width", $(window).outerWidth()); |
280 | $timeout(function () { | 280 | $timeout(function () { |
281 | $compile(aaViewElement.contents())($scope); | 281 | $compile(aaViewElement.contents())($scope); |
282 | 282 |
400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html
@@ -128,15 +128,22 @@ | @@ -128,15 +128,22 @@ | ||
128 | </div> | 128 | </div> |
129 | | 129 | |
130 | <!-- Single button --> | 130 | <!-- Single button --> |
131 | - <div class="btn-group" style="vertical-align:top;"> | ||
132 | - <button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
133 | - <i class="fa fa-arrow-circle-right"></i> | 131 | + <div class="btn-group pull-left" style="vertical-align:top;"> |
132 | + | ||
133 | + <button type="button" style="padding: 5px 10px 4px 10px !important;border: none;" class="btn btn-success btn-sm" onclick="onSearchAA()" onblur="hideSearchList()"> | ||
134 | + <!--<img src="~/../content/images/DA/go-to.png" style="height: 30px;width:50px">--> | ||
135 | + <i class="fa fa-caret-down" style="font-size:20px;"></i> | ||
134 | </button> | 136 | </button> |
135 | - <ul class="dropdown-menu"> | ||
136 | - <li><a href="#">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</a></li> | ||
137 | - <li role="separator" class="divider"></li> | ||
138 | - <li><a href="#">All</a></li> | ||
139 | - </ul> | 137 | + |
138 | + | ||
139 | + <!--<button type="button" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
140 | + <i class="fa fa-arrow-circle-right"></i> | ||
141 | + </button>--> | ||
142 | + <!--<ul class="dropdown-menu"> | ||
143 | + <li><a href="#">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</a></li> | ||
144 | + <li role="separator" class="divider"></li> | ||
145 | + <li><a href="#">All</a></li> | ||
146 | + </ul>--> | ||
140 | </div> | 147 | </div> |
141 | <!--<div class="btn-group"> | 148 | <!--<div class="btn-group"> |
142 | <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navigatorMan"> | 149 | <button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navigatorMan"> |
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
@@ -278,10 +278,11 @@ | @@ -278,10 +278,11 @@ | ||
278 | </div> | 278 | </div> |
279 | 279 | ||
280 | </div> | 280 | </div> |
281 | - <div class="btn-group"> | 281 | + <div class="btn-group" style="vertical-align:top;"> |
282 | 282 | ||
283 | - <button type="button" id="btnDATermSearch" style="padding:0px 0px 10px 1px !important;background-color:rgba(255,255,255,0.0); border:none;" class="btn btn-success btn-sm" ng-mousedown="OnSearchBtnClick($event)"> | ||
284 | - <img src="~/../content/images/DA/go-to.png" style="height: 30px;width:50px"> | 283 | + <button type="button" id="btnDATermSearch" style="padding: 5px 10px 4px 10px !important;border: none;" class="btn btn-success btn-sm" onclick="OnSearch()" ng-blur="HideSearch()"> |
284 | + <!--<img src="~/../content/images/DA/go-to.png" style="height: 30px;width:50px">--> | ||
285 | + <i class="fa fa-caret-down" style="font-size:20px;"></i> | ||
285 | </button> | 286 | </button> |
286 | </div> | 287 | </div> |
287 | <div class="btn-group open" id="da-body-nav"> | 288 | <div class="btn-group open" id="da-body-nav"> |