Commit 3443dd4212a80297a233f5bf518ef22d3372c859

Authored by Amrita Vishnoi
1 parent 914a4ac8

Modify button for search and navigator man as per new prototype

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4548,6 +4548,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4548 4548 $scope.enableHighlight = function () {
4549 4549  
4550 4550 console.log('enableHighlight is called')
  4551 +
4551 4552 if ($rootScope.isHighLight == true) {
4552 4553  
4553 4554 }
... ... @@ -4772,11 +4773,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4772 4773 context_gray.putImageData(imgData, 0, 0);
4773 4774 }
4774 4775  
4775   -
4776   - //NIKI
4777   -
4778   -
4779   -
4780 4776 //push BRID into array
4781 4777 $scope.grayedBR.push({ 'BRID': value.bodyRegionId });
4782 4778  
... ...
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... ... @@ -212,8 +212,10 @@
212 212  
213 213 </div>
214 214 <div class="btn-group">
215   - <button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
216   - <i class="fa fa-arrow-circle-right"></i>
  215 + <!--<button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-success dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">-->
  216 + <!--<i class="fa fa-arrow-circle-right"></i>-->
  217 + <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  218 + <img src="~/../content/images/DA/go-to.png" style="height: 25px;" />
217 219 </button>
218 220 <ul class="dropdown-menu" style="width:100%;">
219 221 <li><a href="#">{{currentTitleFromJson}}</a></li>
... ... @@ -222,8 +224,13 @@
222 224 </ul>
223 225 </div>
224 226 <div class="btn-group open" id="da-body-nav">
225   - <button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  227 + <!--<button type="button" style="padding-left:15px;padding-right:15px;" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
226 228 <i class="fa fa-male"></i>
  229 + </button>-->
  230 +
  231 + <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  232 +
  233 + <img src="~/../content/images/DA/navigator-view.png" style="height:25px; width:50px" />
227 234 </button>
228 235  
229 236 <div class="dropdown-menu active" id="navigatorDiv" style="min-height:auto; min-width:auto; ">
... ...
400-SOURCECODE/AIAHTML5.Web/content/images/da/go-to.png 0 → 100644

1.98 KB

400-SOURCECODE/AIAHTML5.Web/content/images/da/navigator-view.png 0 → 100644

1.49 KB