Files
MASA/app/partials/professor/modal/update_professor_modal.html
Reynaldo Reyes 48e8b73111 Various fixes
2016-05-20 23:00:34 -04:00

16 lines
443 B
HTML

<div class="modal-header">
<h3 class="modal-title">Modificar Profesor</h3>
</div>
<div style="text-align: center" class="modal-body">
{{ vm.mensaje }}
</div>
<div class="modal-footer">
<button class="btn btn-primary"
ng-show="vm.botonOk"
type="button"
ng-click="ok()">OK</button>
<button class="btn btn-warning"
ng-show="vm.botonCancelar"
type="button"
ng-click="cancel()">Cancel</button>
</div>