mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix checkbox to change in other modules
This commit is contained in:
@@ -39,8 +39,8 @@ if ($access{'repeat'}) {
|
||||
}
|
||||
|
||||
if ($access{'others'} == 2) {
|
||||
print &ui_table_row(undef,
|
||||
&ui_checkbox("others", 1, $passwd::text{'passwd_others'}, 1), 2);
|
||||
print &ui_table_row(" ",
|
||||
&ui_checkbox("others", 1, $passwd::text{'passwd_others'}, 1));
|
||||
}
|
||||
|
||||
print &ui_table_end();
|
||||
|
||||
Reference in New Issue
Block a user