Enhance product links and translations; update styles and add registration modal

- Updated product links in rma.php and rma_manage.php to include icons for better UX.
- Improved German, Spanish, Dutch, Polish, Portuguese, and US translations with new phrases for software licenses and user information prompts.
- Refactored CSS to remove redundant styles and added new styles for a registration modal, enhancing the overall UI.
- Introduced JavaScript variables for user information prompts in softwaretool.php for better localization support.
This commit is contained in:
“VeLiTi”
2026-01-12 15:59:46 +01:00
parent be6f73b19c
commit 884d2a3366
21 changed files with 1332 additions and 355 deletions

View File

@@ -80,9 +80,20 @@ body {
top: 20px;
right: 20px;
text-decoration: none;
margin-left: auto;
padding: 8px 16px;
background-color: transparent;
color: var(--text-color);
border: 1px solid var(--text-color);
border-radius: 4px;
font-size: 12px;
transition: all 0.3s ease;
}
.register-link:hover {
background-color: var(--text-color);
color: var(--color-white);
}
.header {
margin-bottom: 30px;
}