Commit 92e593c5e45b4680735ac94377d00606cf7b3627
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !5
Showing
1 changed file
Show diff stats
src/views/modal-precio-condicion.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 ng-show="!ingreso" class="modal-title my-1">Busqueda de Precio-Condición</h5> | |
4 | + <h5 ng-show="!ingreso" class="modal-title my-1">Búsqueda de Precio-Condición</h5> | |
5 | 5 | <h5 ng-show="ingreso" class="modal-title my-1">Nuevos Plazos</h5> |
6 | 6 | </div> |
7 | 7 | <div class="input-group col-lg-6 pr-0 my-2" ng-show="!ingreso"> |
... | ... | @@ -19,7 +19,11 @@ |
19 | 19 | teclado-virtual |
20 | 20 | > |
21 | 21 | <div class="input-group-append"> |
22 | - <button class="btn btn-outline-secondary" type="button" ng-click="busquedaPress(13)"> | |
22 | + <button | |
23 | + class="btn btn-outline-secondary" | |
24 | + type="button" | |
25 | + title="Buscar" | |
26 | + ng-click="busquedaPress(13)"> | |
23 | 27 | <i class="fa fa-search" aria-hidden="true"></i> |
24 | 28 | </button> |
25 | 29 | </div> |
... | ... | @@ -82,6 +86,7 @@ |
82 | 86 | <button |
83 | 87 | type="button" |
84 | 88 | class="btn btn-sm p-1 float-right" |
89 | + title="Seleccionar" | |
85 | 90 | ng-class="{ |
86 | 91 | 'btn-secondary': selectedPrecioCondicion != key + 1, |
87 | 92 | 'btn-primary': selectedPrecioCondicion == key + 1 |
... | ... | @@ -127,6 +132,7 @@ |
127 | 132 | <td class="text-center"> |
128 | 133 | <button |
129 | 134 | class="btn btn-outline-secondary" |
135 | + title="Agregar" | |
130 | 136 | ng-click="agregarPlazo(13)" |
131 | 137 | > |
132 | 138 | <i class="fa fa-save"></i> |
... | ... | @@ -139,6 +145,7 @@ |
139 | 145 | <td class="text-center"> |
140 | 146 | <button |
141 | 147 | class="btn btn-outline-secondary" |
148 | + title="Eliminar" | |
142 | 149 | ng-click="quitarPlazo(key)" |
143 | 150 | > |
144 | 151 | <i class="fa fa-trash"></i> |