Enhance partner dropdowns to include authorization permissions across various management pages. Implement hardware version checks with warning modals for restricted versions. Update translations for hardware compatibility notices in multiple languages. Refactor SQL and PHP files to improve code clarity and maintainability.

This commit is contained in:
“VeLiTi”
2026-02-05 10:10:26 +01:00
parent 5223f6bdfd
commit ee426cf5ea
21 changed files with 235 additions and 51 deletions

View File

@@ -1052,5 +1052,9 @@ $dealer_type_2 = 'Corporate';
$user_information_required = 'User Information Required';
$user_information_description = 'Please provide your information to continue with software updates';
$general_continue = 'Continue';
$hw_warning_title = 'Hardware Compatibility Notice';
$hw_warning_subtitle = 'Please read the following information carefully';
$hw_warning_detected = 'Hardware version {hw_version} detected';
$hw_warning_text = 'Your hardware version is not compatible with the enhanced battery temperature warning function. Please contact your dealer or sales@totalsafetysolutions.nl for more information on our replacement and upgrade program.';
$payment_method_3 = 'PayPal';
?>