mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06:00
fix: update locale select element to remove fixed class
This commit is contained in:
@@ -140,7 +140,7 @@ _(Display width)_:
|
||||
:display_width_help:
|
||||
|
||||
_(Language)_:
|
||||
: <select name="locale" class="fixed" onchange="updateDirection(this.value)">
|
||||
: <select name="locale" onchange="updateDirection(this.value)">
|
||||
<?echo mk_option($display['locale'], "","English");
|
||||
foreach (glob("$plugins/lang-*.xml",GLOB_NOSORT) as $xml_file) {
|
||||
$lang = language('Language', $xml_file);
|
||||
|
||||
Reference in New Issue
Block a user