bottom-end alert admin

This commit is contained in:
Ibnu Maksum 2024-05-30 09:42:35 +07:00
parent 78a6468584
commit 4d90c752cb
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 10 additions and 3 deletions

View File

@ -623,5 +623,12 @@
"Tax_Rates_in_percentage": "Tax Rates in percentage",
"Custom_Tax_Rate": "Custom Tax Rate",
"Enter_Custom_Tax_Rate": "Enter Custom Tax Rate",
"Enter_the_custom_tax_rate__e_g___3_75_for_3_75__": "Enter the custom tax rate (e.g., 3.75 for 3.75%)"
"Enter_the_custom_tax_rate__e_g___3_75_for_3_75__": "Enter the custom tax rate (e.g., 3.75 for 3.75%)",
"Additional_Information": "Additional Information",
"City_of_Resident": "City of Resident",
"District": "District",
"State": "State",
"State_of_Resident": "State of Resident",
"Zip": "Zip",
"Zip_Code": "Zip Code"
}

View File

@ -88,7 +88,7 @@
}
/*
* maintenance top-bar
* maintenance top-bar
*/
.notification-top-bar {
@ -473,7 +473,7 @@
icon: '{if $notify_t == "s"}success{else}error{/if}',
title: '{$notify}',
toast: true,
position: 'top-end',
position: 'bottom-end',
showConfirmButton: false,
timer: 5000,
timerProgressBar: true,