diff --git a/apache/allmanual_form.cgi b/apache/allmanual_form.cgi index 49720f17e..b66718a84 100755 --- a/apache/allmanual_form.cgi +++ b/apache/allmanual_form.cgi @@ -15,7 +15,7 @@ print "
\n"; @@ -261,7 +261,7 @@ print ""; print "/\n"; local $m; foreach $m (1..12) { - printf "%s\n", + printf "%s\n", $m, $_[1] eq $m ? 'selected' : '', $text{"smonth_$m"}; } print ""; diff --git a/cluster-usermin/cluster-usermin-lib.pl b/cluster-usermin/cluster-usermin-lib.pl index 8cee2d88a..0b49af504 100755 --- a/cluster-usermin/cluster-usermin-lib.pl +++ b/cluster-usermin/cluster-usermin-lib.pl @@ -150,16 +150,16 @@ if ($_[3]) { else { print "\n"; } -print "$text{'user_all'}\n"; -print "$text{'user_donthave'}\n" if (!$_[1]); -print "$text{'user_have'}\n" if (!$_[2]); +print "$text{'user_all'}\n"; +print "$text{'user_donthave'}\n" if (!$_[1]); +print "$text{'user_have'}\n" if (!$_[2]); local @groups = &servers::list_all_groups(\@servers); local $h; foreach $h (@hosts) { local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers; if ($s) { print "", - $s->{'desc'} ? $s->{'desc'} : $s->{'host'},"\n"; + $s->{'desc'} ? $s->{'desc'} : $s->{'host'},"\n"; $gothost{$s->{'host'}}++; } } @@ -170,7 +170,7 @@ foreach $g (@groups) { ($found++, last) if ($gothost{$m}); } print "", - &text('user_ofgroup', $g->{'name'}),"\n" if ($found); + &text('user_ofgroup', $g->{'name'}),"\n" if ($found); } print "\n"; if ($_[0]) { diff --git a/cluster-usermin/edit_mod.cgi b/cluster-usermin/edit_mod.cgi index 0240dd2d9..da8e9ef1e 100755 --- a/cluster-usermin/edit_mod.cgi +++ b/cluster-usermin/edit_mod.cgi @@ -175,9 +175,9 @@ print "\n"; print "\n"; print "