Commit 2d2310897dca9525e792f366ad5c396ef46ac246
1 parent
337c7cb1
Showing
2 changed files
with
3 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -280,6 +280,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -280,6 +280,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
280 | 280 | ||
281 | var view_list = angular.element($event.currentTarget); | 281 | var view_list = angular.element($event.currentTarget); |
282 | var view_list_male_female = view_list.attr('title'); | 282 | var view_list_male_female = view_list.attr('title'); |
283 | + | ||
283 | 284 | ||
284 | $rootScope.Normal = "LeftButtonsDefaultState"; | 285 | $rootScope.Normal = "LeftButtonsDefaultState"; |
285 | 286 |
400-SOURCECODE/AIAHTML5.Web/index.html
@@ -596,7 +596,7 @@ | @@ -596,7 +596,7 @@ | ||
596 | 596 | ||
597 | <div class="form-group"> | 597 | <div class="form-group"> |
598 | <label for="sel1">Window</label> | 598 | <label for="sel1">Window</label> |
599 | - <select class="form-control" id="viewName"> | 599 | + <select class="form-control" id="viewName" disabled> |
600 | <!--<option>Male Lateral</option>--> | 600 | <!--<option>Male Lateral</option>--> |
601 | 601 | ||
602 | </select> | 602 | </select> |
@@ -623,7 +623,7 @@ | @@ -623,7 +623,7 @@ | ||
623 | <div class="form-group"> | 623 | <div class="form-group"> |
624 | <label class="col-sm-4 control-label" for="inputPassword3">Area</label> | 624 | <label class="col-sm-4 control-label" for="inputPassword3">Area</label> |
625 | <div class="col-sm-8"> | 625 | <div class="col-sm-8"> |
626 | - <select class="form-control"> | 626 | + <select class="form-control" disabled> |
627 | <option value="1" selected="">Entire View</option> | 627 | <option value="1" selected="">Entire View</option> |
628 | </select> | 628 | </select> |
629 | </div> | 629 | </div> |