update_21.09.23

This commit is contained in:
NW
2023-09-21 15:20:06 +01:00
parent 046eddc957
commit 0de0459ce1
25 changed files with 2454 additions and 2091 deletions

View File

@@ -60,7 +60,6 @@
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
<div id="export-btns" class="float-right"></div>
<table class="table" id="users_table">
<thead>
<tr>
@@ -83,7 +82,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="user_modal" tabindex="-1" role="dialog"></div>
@endsection
@@ -115,9 +114,9 @@
columns: [0,1,2,3]
},
title: '{{config("app.name") ."-". __("messages.all_users")}}'
}
}
],
dom: 'lBfrtip',
dom: 'lfrtip',
fixedHeader: false,
columns: [
{ data: 'name' , name: 'name'},
@@ -140,7 +139,7 @@
if(response.success == true){
toastr.success(response.msg);
users_table.ajax.reload();
} else {
} else {
toastr.error(response.msg);
}
}
@@ -159,7 +158,7 @@
if(response.success == true){
toastr.success(response.msg);
users_table.ajax.reload();
} else {
} else {
toastr.error(response.msg);
}
}
@@ -311,7 +310,7 @@
}
});
});
$(document).on('submit', 'form[data-type="form"]', function (e) {
e.preventDefault();
var data = $(this).serialize();
@@ -352,4 +351,4 @@
});
});
</script>
@endsection
@endsection