change not toast

This commit is contained in:
Ibnu Maksum 2024-05-30 10:28:41 +07:00
parent 4d90c752cb
commit 579e2cc2f7
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 186 additions and 187 deletions

View File

@ -630,5 +630,6 @@
"State": "State",
"State_of_Resident": "State of Resident",
"Zip": "Zip",
"Zip_Code": "Zip Code"
"Zip_Code": "Zip Code",
"": ""
}

View File

@ -472,8 +472,7 @@
Swal.fire({
icon: '{if $notify_t == "s"}success{else}error{/if}',
title: '{$notify}',
toast: true,
position: 'bottom-end',
position: 'top-end',
showConfirmButton: false,
timer: 5000,
timerProgressBar: true,
@ -483,4 +482,4 @@
}
});
</script>
{/if}
{/if}

View File

@ -203,8 +203,7 @@
Swal.fire({
icon: '{if $notify_t == "s"}success{else}warning{/if}',
title: '{$notify}',
toast: true,
position: 'bottom-end',
position: 'top-end',
showConfirmButton: false,
timer: 5000,
timerProgressBar: true,