From d99b6897e01c87f6ec9c03eb3d75075213152360 Mon Sep 17 00:00:00 2001 From: TophEvich <84676511+TophEvich@users.noreply.github.com> Date: Sun, 23 May 2021 21:36:18 +0200 Subject: [PATCH] [Web] Fix admin ui html label references (#4105) Many of the labels referenced inputs that did not have the IDs they were supposed to have. As some of those inputs on the page have the same name but in different forms, the ID could not always be the same as the name. For these cases, to avoid conflicts, the forms data-id is used as a prefix for the id attribute. Also a rogue " was removed --- data/web/admin.php | 154 ++++++++++++++++++++++----------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/data/web/admin.php b/data/web/admin.php index 3ec9e52d..0d52bc1a 100644 --- a/data/web/admin.php +++ b/data/web/admin.php @@ -179,7 +179,7 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
- ""> + ">
@@ -386,13 +386,13 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
- +
- +
@@ -436,16 +436,16 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
- - + +
- - + +
- - + +
@@ -479,20 +479,20 @@ if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CAC
- - ' required> + + ' required>
- - + +
- - + +
- - + +