Commit 4895d6007b7fc68d60cde83099ba17947e9d9167
1 parent
3727f677
External Bug>Replace Go button from search with dropdown button and open search …
…list on this button click.
Showing
2 changed files
with
16 additions
and
8 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html
... | ... | @@ -128,15 +128,22 @@ |
128 | 128 | </div> |
129 | 129 | |
130 | 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 | 136 | </button> |
135 | - <ul class="dropdown-menu"> | |
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"> | |
136 | 143 | <li><a href="#">1<sup>st</sup> & 2<sup>nd</sup> Intercostal Spaces</a></li> |
137 | 144 | <li role="separator" class="divider"></li> |
138 | 145 | <li><a href="#">All</a></li> |
139 | - </ul> | |
146 | + </ul>--> | |
140 | 147 | </div> |
141 | 148 | <!--<div class="btn-group"> |
142 | 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 | 278 | </div> |
279 | 279 | |
280 | 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 | 286 | </button> |
286 | 287 | </div> |
287 | 288 | <div class="btn-group open" id="da-body-nav"> | ... | ... |