Commit 4cbba3234e64a7445757366ec0e957e026245871
1 parent
2330035f95
Exists in
master
titles
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/views/modal-proveedor.html
| ... | ... | @@ -25,7 +25,8 @@ |
| 25 | 25 | data-spinner-color="#FF0000" |
| 26 | 26 | class="btn btn-outline-secondary" |
| 27 | 27 | type="button" |
| 28 | - ng-click="busquedaPress(13)"> | |
| 28 | + ng-click="busquedaPress(13)" | |
| 29 | + title="Buscar"> | |
| 29 | 30 | <i class="fa fa-search" aria-hidden="true"></i> |
| 30 | 31 | </button> |
| 31 | 32 | </div> |
| ... | ... | @@ -64,6 +65,7 @@ |
| 64 | 65 | <button |
| 65 | 66 | type="button" |
| 66 | 67 | class="btn btn-xs p-1 float-right" |
| 68 | + title="Seleccionar" | |
| 67 | 69 | ng-class="{ |
| 68 | 70 | 'btn-secondary': selectedProveedores != key, |
| 69 | 71 | 'btn-primary': selectedProveedores == key |