Commit 725dfa435a799057484adf9401eb5ee489ec21fe
1 parent
40803c651d
Exists in
master
and in
1 other branch
line al final
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/views/botonera-lateral.html
| 1 | <div class="container botonera-lateral"> | 1 | <div class="container botonera-lateral"> | 
| 2 | <div class="row"> | 2 | <div class="row"> | 
| 3 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> | 3 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> | 
| 4 | <div class="px-2 mt-auto"> | 4 | <div class="px-2 mt-auto"> | 
| 5 | <div class="container"> | 5 | <div class="container"> | 
| 6 | <div class="row"> | 6 | <div class="row"> | 
| 7 | <button | 7 | <button | 
| 8 | ng-click="botones.funcionGuardar()" | 8 | ng-click="botones.funcionGuardar()" | 
| 9 | ng-show="botones.guardar" | 9 | ng-show="botones.guardar" | 
| 10 | type="button" | 10 | type="button" | 
| 11 | title="Guardar" | 11 | title="Guardar" | 
| 12 | class="btn btn-block border border-dark"> | 12 | class="btn btn-block border border-dark"> | 
| 13 | <strong>GUARDAR</strong> | 13 | <strong>GUARDAR</strong> | 
| 14 | </button> | 14 | </button> | 
| 15 | <button | 15 | <button | 
| 16 | ng-show="botones.pausar" | 16 | ng-show="botones.pausar" | 
| 17 | type="button" | 17 | type="button" | 
| 18 | title="Pausar" | 18 | title="Pausar" | 
| 19 | class="btn btn-block border border-dark"> | 19 | class="btn btn-block border border-dark"> | 
| 20 | <strong>PAUSAR</strong> | 20 | <strong>PAUSAR</strong> | 
| 21 | </button> | 21 | </button> | 
| 22 | <button | 22 | <button | 
| 23 | ng-click="cancelar()" | 23 | ng-click="cancelar()" | 
| 24 | ng-show="botones.cancelar" | 24 | ng-show="botones.cancelar" | 
| 25 | type="button" | 25 | type="button" | 
| 26 | title="Cancelar" | 26 | title="Cancelar" | 
| 27 | class="btn btn-block border border-dark"> | 27 | class="btn btn-block border border-dark"> | 
| 28 | <strong>CANCELAR</strong> | 28 | <strong>CANCELAR</strong> | 
| 29 | </button> | 29 | </button> | 
| 30 | <button | 30 | <button | 
| 31 | ng-click="salir()" | 31 | ng-click="salir()" | 
| 32 | ng-show="botones.salir" | 32 | ng-show="botones.salir" | 
| 33 | type="button" | 33 | type="button" | 
| 34 | title="Salir" | 34 | title="Salir" | 
| 35 | class="btn btn-block border border-dark"> | 35 | class="btn btn-block border border-dark"> | 
| 36 | <strong>SALIR</strong> | 36 | <strong>SALIR</strong> | 
| 37 | </button> | 37 | </button> | 
| 38 | </div> | 38 | </div> | 
| 39 | </div> | 39 | </div> | 
| 40 | </div> | 40 | </div> | 
| 41 | </div> | 41 | </div> | 
| 42 | </div> | 42 | </div> | 
| 43 | </div> | 43 | </div> | 
| 44 | <div class="container botonera-lateral teclado"> | 44 | <div class="container botonera-lateral teclado"> | 
| 45 | <div class="row"> | 45 | <div class="row"> | 
| 46 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> | 46 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> | 
| 47 | <div class="px-2 mt-auto"> | 47 | <div class="px-2 mt-auto"> | 
| 48 | <div class="container"> | 48 | <div class="container"> | 
| 49 | <div class="row"> | 49 | <div class="row"> | 
| 50 | <div | 50 | <div | 
| 51 | class="btn-group-toggle btn btn-block btn-default border border-dark" | 51 | class="btn-group-toggle btn btn-block btn-default border border-dark" | 
| 52 | data-toggle="buttons" | 52 | data-toggle="buttons" | 
| 53 | ng-click="cambioUsoTeclado()" | 53 | ng-click="cambioUsoTeclado()" | 
| 54 | title="Activar/desactivar teclado"> | 54 | title="Activar/desactivar teclado"> | 
| 55 | <label | 55 | <label | 
| 56 | class=" active boton-activar-teclado mb-0" | 56 | class=" active boton-activar-teclado mb-0" | 
| 57 | ng-class="{'teclado-activar': usarTeclado}"> | 57 | ng-class="{'teclado-activar': usarTeclado}"> | 
| 58 | <input | 58 | <input | 
| 59 | type="checkbox" | 59 | type="checkbox" | 
| 60 | autocomplete="off" | 60 | autocomplete="off" | 
| 61 | > | 61 | > | 
| 62 | <strong>TECLADO</strong> | 62 | <strong>TECLADO</strong> | 
| 63 | </label> | 63 | </label> | 
| 64 | </div> | 64 | </div> | 
| 65 | </div> | 65 | </div> | 
| 66 | </div> | 66 | </div> | 
| 67 | </div> | 67 | </div> | 
| 68 | </div> | 68 | </div> | 
| 69 | </div> | 69 | </div> | 
| 70 | </div> | ||
| 70 | </div> |