Fix checkbox to change in other modules

This commit is contained in:
Ilia
2022-04-18 00:38:41 +03:00
parent 6b08bdc8fb
commit 5b53d2ae89

View File

@@ -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();