Commit b2429166c0237c6a411a2f54fe59caecab8af948
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !10
Showing
1 changed file
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 | <div | 7 | <div |
| 8 | ladda="botones.guardando" | 8 | ladda="botones.guardando" |
| 9 | data-spinner-size="30" | 9 | data-spinner-size="30" |
| 10 | data-spinner-color="#000000" | 10 | data-spinner-color="#000000" |
| 11 | class="mb-2 border border-dark rounded" | 11 | class="mb-2 border border-dark rounded" |
| 12 | > | 12 | > |
| 13 | <button | 13 | <button |
| 14 | id="guardar" | 14 | id="guardar" |
| 15 | ng-click="botones.funcionGuardar()" | 15 | ng-click="botones.funcionGuardar()" |
| 16 | ng-show="botones.guardar" | 16 | ng-show="botones.guardar" |
| 17 | ng-disabled="botones.guardando" | 17 | ng-disabled="botones.guardando" |
| 18 | type="button" | 18 | type="button" |
| 19 | title="Guardar" | 19 | title="Guardar" |
| 20 | class="btn btn-block"> | 20 | class="btn btn-block"> |
| 21 | <strong>GUARDAR</strong> | 21 | <strong>GUARDAR</strong> |
| 22 | </button> | 22 | </button> |
| 23 | </div> | 23 | </div> |
| 24 | <button | 24 | <button |
| 25 | ng-click="pausar()" | 25 | ng-click="pausar()" |
| 26 | ng-show="botones.pausar" | 26 | ng-show="botones.pausar" |
| 27 | type="button" | 27 | type="button" |
| 28 | title="Pausar" | 28 | title="Pausar" |
| 29 | class="btn btn-block border border-dark"> | 29 | class="btn btn-block border border-dark"> |
| 30 | <strong>PAUSAR</strong> | 30 | <strong>PAUSAR</strong> |
| 31 | </button> | 31 | </button> |
| 32 | <button | 32 | <button |
| 33 | ng-click="cancelar()" | 33 | ng-click="cancelar()" |
| 34 | ng-show="botones.cancelar" | 34 | ng-show="botones.cancelar" |
| 35 | type="button" | 35 | type="button" |
| 36 | title="Cancelar" | 36 | title="Cancelar" |
| 37 | class="btn btn-block border border-dark"> | 37 | class="btn btn-block border border-dark"> |
| 38 | <strong>CANCELAR</strong> | 38 | <strong>CANCELAR</strong> |
| 39 | </button> | 39 | </button> |
| 40 | <button | 40 | <button |
| 41 | ng-click="salir()" | 41 | ng-click="salir()" |
| 42 | ng-show="botones.salir" | 42 | ng-show="botones.salir" |
| 43 | type="button" | 43 | type="button" |
| 44 | title="Salir" | 44 | title="Salir" |
| 45 | class="btn btn-block border border-dark"> | 45 | class="btn btn-block border border-dark"> |
| 46 | <strong>SALIR</strong> | 46 | <strong>SALIR</strong> |
| 47 | </button> | 47 | </button> |
| 48 | <button | 48 | <button |
| 49 | ng-repeat="boton in botones.custom" | 49 | ng-repeat="boton in botones.custom" |
| 50 | ng-click="boton.funcion()" | 50 | ng-click="boton.funcion()" |
| 51 | type="button" | 51 | type="button" |
| 52 | title="{{boton.title}}" | 52 | title="{{boton.title}}" |
| 53 | class="btn btn-block border border-dark"> | 53 | class="btn btn-block border border-dark"> |
| 54 | <strong | 54 | <strong |
| 55 | class="text-uppercase" | 55 | class="text-uppercase" |
| 56 | ng-bind="boton.title"> | 56 | ng-bind="boton.title"> |
| 57 | </strong> | 57 | </strong> |
| 58 | </button> | 58 | </button> |
| 59 | </div> | 59 | </div> |
| 60 | </div> | 60 | </div> |
| 61 | </div> | 61 | </div> |
| 62 | </div> | 62 | </div> |
| 63 | </div> | 63 | </div> |
| 64 | </div> | 64 | </div> |
| 65 | <div class="container botonera-lateral teclado" ng-show="botones.teclado"> | 65 | <div class="container botonera-lateral teclado" ng-show="botones.teclado"> |
| 66 | <div class="row"> | 66 | <div class="row"> |
| 67 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> | 67 | <div class="col-auto my-2 col-2 offset-10 d-none d-md-flex" style="min-height: 176px"> |
| 68 | <div class="px-2 mt-auto"> | 68 | <div class="px-2 mt-auto"> |
| 69 | <div class="container"> | 69 | <div class="container"> |
| 70 | <div class="row"> | 70 | <div class="row"> |
| 71 | <div | 71 | <div |
| 72 | class="btn-group-toggle btn btn-block btn-default border border-dark" | 72 | class="btn-group-toggle btn btn-block border border-dark" |
| 73 | data-toggle="buttons" | 73 | data-toggle="buttons" |
| 74 | ng-click="cambioUsoTeclado()" | 74 | ng-click="cambioUsoTeclado()" |
| 75 | title="Activar/desactivar teclado"> | 75 | title="Activar/desactivar teclado"> |
| 76 | <label | 76 | <label |
| 77 | class=" active boton-activar-teclado mb-0" | 77 | class=" active boton-activar-teclado mb-0" |
| 78 | ng-class="{'teclado-activar': usarTeclado}"> | 78 | ng-class="{'teclado-activar': usarTeclado}"> |
| 79 | <input | 79 | <input |
| 80 | type="checkbox" | 80 | type="checkbox" |
| 81 | autocomplete="off" | 81 | autocomplete="off" |
| 82 | > | 82 | > |
| 83 | <strong>TECLADO</strong> | 83 | <strong>TECLADO</strong> |
| 84 | </label> | 84 | </label> |
| 85 | </div> | 85 | </div> |
| 86 | </div> | 86 | </div> |
| 87 | </div> | 87 | </div> |
| 88 | </div> | 88 | </div> |
| 89 | </div> | 89 | </div> |
| 90 | </div> | 90 | </div> |
| 91 | </div> | 91 | </div> |
| 92 | 92 |