Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2022-04-17 19:38:33 -07:00
2 changed files with 3 additions and 3 deletions

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

View File

@@ -41,7 +41,7 @@ else {
# Show as table of users
my @grid;
for($i=0; $i<@ulist; $i++) {
push(@grid, &ui_link("edit_passwd.cgiuser=$ulist[$i]->{'user'}",
push(@grid, &ui_link("edit_passwd.cgi?user=$ulist[$i]->{'user'}",
&html_escape($ulist[$i]->{'user'})));
}
print &ui_grid_table(\@grid, 4, 100, undef, undef,