Commit 63bd5b1de6f73634d3e2cd119cc59ef394bda7e9
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !38
Showing
1 changed file
Show diff stats
src/views/modal-info.html
| 1 | <div class="focus-in"> | 1 | <div class="focus-in"> |
| 2 | 2 | ||
| 3 | <div class="modal-header"> | 3 | <div class="modal-header"> |
| 4 | <h4>Información</h4> | 4 | <h4>Información</h4> |
| 5 | </div> | 5 | </div> |
| 6 | 6 | ||
| 7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
| 8 | <p ng-bind="textoModal" class="line-break m-0 pb-2"></p> | 8 | <p ng-bind="textoModal" class="line-break m-0 pb-2"></p> |
| 9 | <!-- La versión está tipeada, después habria que hacer que se haga una consulta y devuelva la versión --> | 9 | <!-- La versión está tipeada, después habria que hacer que se haga una consulta y devuelva la versión --> |
| 10 | <p class="m-0 border-bottom border-top pt-2 pb-2">Debo Distribuidores: Versión 2.0</p> | 10 | <p class="m-0 border-bottom border-top pt-2 pb-2">DEBO® Distribuidores: Versión 2.0</p> |
| 11 | <p class="mt-1">Ante un inconveniente con el sistema,</br> | 11 | <p class="mt-1">Ante un inconveniente con el sistema,</br> |
| 12 | comuniquese con nuestra <a href="http://focasoftware.com" target="__blank">mesa de ayuda</a></p> | 12 | comuniquese con nuestra <a href="http://focasoftware.com" target="__blank">mesa de ayuda</a></p> |
| 13 | <a href="http://focasoftware.com" target="__blank"> | 13 | <a href="http://focasoftware.com" target="__blank"> |
| 14 | <img src="img/logo-foca.png" class="w-25 rounded mx-auto d-block mt-4"> | 14 | <img src="img/logo-foca.png" class="w-25 rounded mx-auto d-block mt-4"> |
| 15 | </a> | 15 | </a> |
| 16 | </div> | 16 | </div> |
| 17 | <div class="modal-footer"> | 17 | <div class="modal-footer"> |
| 18 | <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button> | 18 | <button class="btn btn-primary" ng-click="aceptar()" foca-focus="true">Aceptar</button> |
| 19 | </div> | 19 | </div> |
| 20 | </div> | 20 | </div> |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | 24 |