From 7e21b69035a31399b172e10af9fd53ccc47b4fa0 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 2 Nov 2025 22:03:03 +0100 Subject: [PATCH] Fixed accessibility issues for inventory asset edit view --- src/Views/Home/Inventory.cshtml | 52 ++++++++++++++++----------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/Views/Home/Inventory.cshtml b/src/Views/Home/Inventory.cshtml index 22d878f..8686d86 100644 --- a/src/Views/Home/Inventory.cshtml +++ b/src/Views/Home/Inventory.cshtml @@ -346,42 +346,42 @@
- - + +
- -
- -
- - + +

@T["Description"]
- - + +
- - + +
- - + +
@@ -398,20 +398,20 @@
@T["Purchase Information"]
- - + +
- - + +
- - + +
- - + +
@@ -438,8 +438,8 @@ document.addEventListener('DOMContentLoaded', () => { const row = document.createElement('div'); row.className = 'd-flex gap-2 align-items-center attribute-row'; row.innerHTML = ` - - + + `; updateAttributesContainer.appendChild(row); @@ -489,8 +489,8 @@ document.addEventListener('DOMContentLoaded', () => { const row = document.createElement('div'); row.className = 'd-flex gap-2 align-items-center attribute-row'; row.innerHTML = ` - - + + `; updateAttributesContainer.appendChild(row);