Commit 8eb3242c3a8388e181d01a7f50667d6ecfca224c

Authored by unknown
1 parent 747d2a30

commit changes

400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... ... @@ -25,7 +25,7 @@
25 25 </div>
26 26 <div class="col-md-2 col-xs-6 col-sm-3 pad-lftrgt3">
27 27 <div class="form-group">
28   - <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6>
  28 + <h6 class="text-center text-primary txt-white f11">Medical Specialty</h6>
29 29 <select class="form-control input-sm" ng-change="hideListViewDiv()" ng-model="query.selectedspecialty" ng-options="item for item in CAAllSpeciality track by item">
30 30 <option value="">All</option>
31 31 </select>
... ... @@ -36,12 +36,17 @@
36 36 <h6 class="text-center text-primary txt-white f11">Search</h6>
37 37  
38 38  
39   - <div class="btn-group col-xs-12" style="padding:0;">
40   - <button type="button" class="btn btn-primary btn-sm col-xs-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>
41   - <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)">
42   - <i class="fa fa-search"></i>
43   - </button>
44   -
  39 + <div class="col-xs-12" style="padding:0;">
  40 + <div class="col-xs-5" style="padding:0 2px 0 0;">
  41 + <h6 class="text-center text-primary txt-white f11">Search</h6>
  42 + <button type="button" class="btn btn-primary btn-sm col-xs-12" ng-click="ApplySearch(query)">
  43 + <i class="fa fa-search"></i>
  44 + </button>
  45 + </div>
  46 + <div class="col-xs-7" style="padding:0;">
  47 + <h6 class="text-center text-primary txt-white f11" style="padding:0;">Show All</h6>
  48 + <button type="button" class="btn btn-primary btn-sm col-xs-12" ng-click="Reset(query)"><i class="fa fa-eye"></i></button>
  49 + </div>
45 50 </div>
46 51  
47 52  
... ...
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
... ... @@ -41,7 +41,7 @@
41 41 </div>
42 42 <div class="col-md-2 col-sm-4 pad-lftrgt3">
43 43 <div class="form-group">
44   - <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6>
  44 + <h6 class="text-center text-primary txt-white f11">Medical Specialty</h6>
45 45 <select ng-change="hideListViewDiv()"class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item">
46 46 <option value="">All</option>
47 47 </select>
... ... @@ -49,18 +49,18 @@
49 49 </div>
50 50 <div class="col-md-2 col-sm-4 pad-lftrgt3">
51 51 <div class="form-group">
52   - <h6 class="text-center text-primary txt-white f11">Search</h6>
53   -
54   - <div class="btn-group col-xs-12" style="padding:0;">
55   - <button type="button" class="btn btn-primary btn-sm col-xs-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>
56   - <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)">
57   - <i class="fa fa-search"></i>
58   - </button>
59   -
  52 + <div class="col-xs-12" style="padding:0;">
  53 + <div class="col-xs-5" style="padding:0 2px 0 0;">
  54 + <h6 class="text-center text-primary txt-white f11 col-xs-12">Search</h6>
  55 + <button type="button" class="btn btn-primary btn-sm col-xs-12" ng-click="ApplySearch(query)" style="margin-right:2px;">
  56 + <i class="fa fa-search"></i>
  57 + </button>
  58 + </div>
  59 + <div class="col-xs-7" style="padding:0;">
  60 + <h6 class="text-center text-primary txt-white f11 col-xs-12" style="padding:0;">Show All</h6>
  61 + <button type="button" class="btn btn-primary btn-sm col-xs-12" ng-click="Reset(query)"><i class="fa fa-eye"></i></button>
  62 + </div>
60 63 </div>
61   -
62   -
63   -
64 64 <!--<button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button>&nbsp;<button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>-->
65 65 </div>
66 66 </div>
... ...