mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
#275 - Added labels to prefs to improve accessibility (more to do)
This commit is contained in:
@@ -435,7 +435,7 @@ class user_class
|
||||
}
|
||||
|
||||
// Only return the select box if we've ended up with some options
|
||||
if ($text) $text = "\n<select class='tbox' name='{$fieldname}' {$extra_js}>\n".$text."</select>\n";
|
||||
if ($text) $text = "\n<select class='tbox' name='{$fieldname}' id='{$fieldname}' {$extra_js}>\n".$text."</select>\n";
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user