Commit 159fc81a by gema

ajustes modals

parent 03b88040
......@@ -6,7 +6,7 @@
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<div class="text-center">
<div class="text-center mt40">
<i class="fa fa-info-circle fa-5x color-perfil"></i>
</div>
......
......@@ -6,7 +6,7 @@
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<div class="text-center">
<div class="text-center mt40">
<img src="" class="img-responsive-custom img-type"/>
</div>
......
......@@ -6,7 +6,7 @@
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<div class="text-center">
<div class="text-center mt20">
<img src="assets/img/save.png" class="img-responsive-custom mt40"/>
</div>
......
......@@ -170,7 +170,7 @@ function show_modal_notification() {
if($('.notification').length !== 0){
$('.img-type').attr('src',$('.notification.type').val() === "success" ? "assets/img/save.png" : "assets/img/notsave.png");
$('.img-type').attr('src',$('.notification.type').val() === "success" ? "assets/img/ok.png" : "assets/img/fail.png");
$('.text-message').text($('.notification.text').val());
$('#modalNotification').modal('show');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment