Commit f7edb0803098570362ad4a3b07b715a03d5e0f6b
Exists in
master
Merge branch 'master' into 'develop'
Cambiado color de botón crear domicilio. See merge request !14
Showing
1 changed file
Show diff stats
src/views/modal-domicilio.html
... | ... | @@ -5,6 +5,13 @@ |
5 | 5 | <h5 class="modal-title my-1" ng-show="ingreso">Crear domicilio</h5> |
6 | 6 | </div> |
7 | 7 | <div class="input-group col-lg-6 pr-0 my-2"> |
8 | + <button | |
9 | + class="btn btn-outline-debo mr-2" | |
10 | + ng-click="ingreso = true" | |
11 | + ng-show="!ingreso" | |
12 | + title="Nuevo"> | |
13 | + <i class="fa fa-plus" aria-hidden="true"></i> | |
14 | + </button> | |
8 | 15 | <input |
9 | 16 | type="text" |
10 | 17 | class="form-control form-control-sm" |
... | ... | @@ -55,19 +62,6 @@ |
55 | 62 | No se encontraron resultados. |
56 | 63 | </td> |
57 | 64 | </tr> |
58 | - <tr> | |
59 | - <td colspan="6" ng-show="!ingreso"> | |
60 | - <button | |
61 | - class="form-control form-control-sm btn-rounded" | |
62 | - type="text" | |
63 | - readonly | |
64 | - ng-click="ingreso = !ingreso" | |
65 | - > | |
66 | - <i class="fa fa-plus left" aria-hidden="true"></i> | |
67 | - Crear domicilio de entrega | |
68 | - </button> | |
69 | - </td> | |
70 | - </tr> | |
71 | 65 | <tr class="selectable" |
72 | 66 | ng-repeat="(key,domicilio) in currentPageDomicilios"> |
73 | 67 | <td |