Commit 75d79b6832e68ea2716455fda9d9ffef1f403c06

Authored by Nicolás Guarnieri
1 parent 37efac8145
Exists in master

boton salir

src/views/foca-abm-precios-condiciones-item.html
... ... @@ -94,3 +94,8 @@
94 94 </div>
95 95 </div>
96 96 </form>
  97 +<a href="#!/" title="Salir"
  98 + class="btn btn-secondary btn-block float-right col-md-2"
  99 +>
  100 + Salir
  101 +</a>
97 102 \ No newline at end of file
src/views/foca-abm-precios-condiciones-listado.html
... ... @@ -28,3 +28,8 @@
28 28 </tbody>
29 29 </table>
30 30 </div>
  31 +<a href="#!/" title="Salir"
  32 + class="btn btn-secondary btn-block float-right col-md-2"
  33 +>
  34 + Salir
  35 +</a>
src/views/foca-abm-precios-condiciones-modal-confirmar.html
... ... @@ -11,3 +11,8 @@
11 11 <button class="btn btn-danger" ng-click="borrar()">Borrar</button>
12 12 <button class="btn btn-default" ng-click="cancelar()">Cancelar</button>
13 13 </div>
  14 +<a href="#!/" title="Salir"
  15 + class="btn btn-secondary btn-block float-right col-md-2"
  16 +>
  17 + Salir
  18 +</a>
14 19 \ No newline at end of file