From c70fe30ea15d1b00eca154788e19b0fb1cafb450 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 16 Jun 2023 15:23:23 +0200 Subject: [PATCH] accessibility updates --- lam/lib/html.inc | 23 +++++++++++++++++++---- lam/lib/lists.inc | 12 ++++++++++++ lam/templates/login.php | 14 ++++++++++---- 3 files changed, 41 insertions(+), 8 deletions(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 3400c48e0..c21b5e548 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -1273,7 +1273,7 @@ class htmlAccountPageButton extends htmlButton { class htmlSelect extends htmlElement { /** name of select field */ - private $name; + protected $name; /** size */ private $size; /** allows multi-selection */ @@ -1388,7 +1388,7 @@ class htmlSelect extends htmlElement { echo ' menu