mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Do not list Legacy Theme in dropdown in Change Language and Theme module
This commit is contained in:
@@ -75,8 +75,7 @@ if ($access{'theme'}) {
|
||||
[ [ 1, &text('index_themeglobal', $tname)."<br>" ],
|
||||
[ 0, $text{'index_themeset'} ] ])." ".
|
||||
&ui_select("theme", $user->{'theme'},
|
||||
[ [ '', $text{'index_themedef'} ],
|
||||
map { [ $_->{'dir'}, $_->{'desc'} ] }
|
||||
[ map { [ $_->{'dir'}, $_->{'desc'} ] }
|
||||
@themes ]), undef, [ "valign=top","valign=top" ]);
|
||||
|
||||
# Overlay, if any
|
||||
|
||||
Reference in New Issue
Block a user