mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +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) {
|
if ($access{'others'} == 2) {
|
||||||
print &ui_table_row(undef,
|
print &ui_table_row(" ",
|
||||||
&ui_checkbox("others", 1, $passwd::text{'passwd_others'}, 1), 2);
|
&ui_checkbox("others", 1, $passwd::text{'passwd_others'}, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
print &ui_table_end();
|
print &ui_table_end();
|
||||||
|
|||||||
Reference in New Issue
Block a user