mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
Fix to use user and group selects
This commit is contained in:
@@ -176,8 +176,8 @@ sub print_interface {
|
||||
# User and group lists for acls
|
||||
if (&has_command('setfacl')) {
|
||||
&foreign_require('useradmin');
|
||||
our $acl_user_select = &ui_textbox("user", undef, 20, undef, undef, "placeholder='root'");
|
||||
our $acl_group_select = &ui_textbox("group", undef, 20, undef, undef, "placeholder='games'");
|
||||
our $acl_user_select = &ui_user_textbox("user", $realuser);
|
||||
our $acl_group_select = &ui_user_textbox("group", $realuser);
|
||||
our $acl_manual = &ui_details(
|
||||
{ title => $text{'acls_manual'},
|
||||
content => &ui_textbox("manual", undef, 40,
|
||||
|
||||
Reference in New Issue
Block a user