mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
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();
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user