Commit dde68ee857e64642533b4eac8f0f7f0375a61298
1 parent
1349808236
Exists in
master
titles
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/views/modal-moneda.html
| 1 | 1 | <div class="modal-header py-1"> |
| 2 | 2 | <div class="row w-100"> |
| 3 | 3 | <div class="col-lg-6"> |
| 4 | - <h5 class="modal-title my-1">Busqueda de Moneda</h5> | |
| 4 | + <h5 class="modal-title my-1">Búsqueda de Moneda</h5> | |
| 5 | 5 | </div> |
| 6 | 6 | <div class="input-group col-lg-6 pr-0 my-2"> |
| 7 | 7 | <input |
| ... | ... | @@ -20,7 +20,8 @@ |
| 20 | 20 | <button |
| 21 | 21 | ladda="searchLoading" |
| 22 | 22 | class="btn btn-outline-secondary" |
| 23 | - type="button"> | |
| 23 | + type="button" | |
| 24 | + title="Buscar"> | |
| 24 | 25 | <i class="fa fa-search" aria-hidden="true"></i> |
| 25 | 26 | </button> |
| 26 | 27 | </div> |
| ... | ... | @@ -50,6 +51,7 @@ |
| 50 | 51 | <button |
| 51 | 52 | type="button" |
| 52 | 53 | class="btn btn-xs p-1 float-right" |
| 54 | + title="Seleccionar" | |
| 53 | 55 | ng-class="{ |
| 54 | 56 | 'btn-secondary': selectedMoneda != key, |
| 55 | 57 | 'btn-primary': selectedMoneda == key |