Commit a22a8c90dd94e5d3b19b55fc4bf7d51e62df8a88
1 parent
c98885c822
Exists in
develop
comento funcionalidad de mail mientras no este funcionando para instalar en servidores
Showing
1 changed file
with
0 additions
and
23 deletions
Show diff stats
src/views/modal-mail.html
... | ... | @@ -2,29 +2,6 @@ |
2 | 2 | <h5 ng-bind="titulo"></h5> |
3 | 3 | </div> |
4 | 4 | <div class="modal-body"> |
5 | - <!-- <div > | |
6 | - <label | |
7 | - class="col-12 bg-success text-white" | |
8 | - ng-show="correoEnviado">Correo enviado con éxito</label> | |
9 | - <label | |
10 | - class="col-12 bg-danger text-white" | |
11 | - ng-show="correoNoEnviado">Hubo un error al enviar el correo</label> | |
12 | - <label>Enviar correo a</label> | |
13 | - <div class="d-flex"> | |
14 | - <input | |
15 | - class="form-control col-9" | |
16 | - ng-model="mailCliente" | |
17 | - ng-keypress="enviarComprobante($event.keyCode)" | |
18 | - teclado-virtual/> | |
19 | - <button | |
20 | - type="button" | |
21 | - class="btn btn-enviar ml-auto" | |
22 | - ng-click="enviarComprobante(13)" | |
23 | - ladda="esperando" | |
24 | - >Enviar</button> | |
25 | - </div> | |
26 | - </div> | |
27 | - <hr> --> | |
28 | 5 | <div> |
29 | 6 | <label>Descargar comprobante</label> |
30 | 7 | <div class="col my-1 d-flex justify-content-end"> |